File: 304.inc

package info (click to toggle)
critcl 3.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,680 kB
  • sloc: ansic: 41,058; tcl: 12,090; sh: 7,230; pascal: 3,456; asm: 3,058; ada: 1,681; cpp: 1,001; cs: 879; makefile: 333; perl: 104; xml: 95; f90: 10
file content (38 lines) | stat: -rw-r--r-- 1,524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[section {Changes for version 3.0.4}]
[list_begin enumerated]

[enum]	Fixed generation of the package's initname when the incoming
	code is read from stdin and has no proper path.

[enum]	Fixed github issue 11. Now using /LIBPATH instead of -L
	on Windows (libinclude configuration setting).

[enum]	Extended critcl to handle -l:path format of -l options.
	GNU ld 2.22+ handles this by searching for the path as
	is. Good when specifying static libraries, as plain -l looks
	for shared libraries in preference over static. critcl handles
	it now, as older GNU ld's do not understand it, nor the
	various vendor-specific linkers.

[enum]	Fixed github issue #12. CriTcl now determines the version of
	MSVC in use and uses it to switch between various link debug
	options. Simplified the handling of bufferoverflowU.lib also,
	making use of the same mechanism and collapsing the two
	configurations sections we had back into one.

[enum]	Reworked the insertion of #line pragmas into the generated C
	code to avoid limitations on the line number argument imposed
	by various compilers, and be more accurate.

[enum]	Modified argument processing. Option -libdir now also
	implies -L for its argument.

[enum]	Extended handling of option -show ([cmd critcl::showconfig])
	to list the path of the configuration file the data is coming
	from. Good for debugging configuration processing.

[enum]	Extended the build script with targets to regenerate the
	embedded documentation, and diagrams, and to generate a
	release.

[list_end]