File: 319.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 (31 lines) | stat: -rw-r--r-- 1,177 bytes parent folder | download | duplicates (3)
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
[section {Changes for version 3.1.9}]
[list_begin enumerated]

[enum]	Fixed issue #27. Added missing platform definitions for
	various alternate linux and OS X targets.

[enum]	Fixed issue #28. Added missing -mXX flags for linking at the
	linux-{32,64}-* targets.

[enum]	Fixed issue #29. Replaced the use of raw "cheaders"
	information in the processing of "cdefines" with the proper
	include directives derived from it.

[enum]	Fixed the issue behind rejected pull request #30 by Andrew
	Shadura. Dynamically extract the stubs variable declarations
	from the Tcl header files and generate matching variable
	definitions for use in the package code. The generated code
	will now be always consistent with the headers, even when
	critcl's own copy of them is replaced by system headers.

[enum]	Fixed issue #31. Accepted patch by Andrew Shadura, with
	changes (comments), for easier integration of critcl with
	OS package systems, replacing critcl's copies of Tcl headers
	with their own.

[enum]	Fixed issue #32. Merged pull request by Andrew Shadura.
	Various typos in documentation and comments.

[enum]	Fixed issue #34. Handle files starting with a dot better.

[list_end]