File: 301.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 (41 lines) | stat: -rw-r--r-- 1,566 bytes parent folder | download | duplicates (4)
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
39
40
41
[section {Changes for version 3.0.1}]
[list_begin enumerated]

[enum] Bugfixes all around. In detail:

[enum] Fixed recording of Tcl version requirements. Keep package name
and version together, unbreaking generated meta data and generated
package load command.

[enum] Fixed the build scripts: When installing, or wrapping for TEA,
generate any missing directories

[enum] Modified the build scripts to properly exit the application
when the window of their GUI is closed through the (X) button.

[enum] Removed an 8.5-ism (open wb) which had slipped into the main
build script.

[enum] Modified the example build scripts to separate the output for
the different examples (and packages) by adding empty lines.

[enum] stack::c example bugfix: Include API declarations for use in
the companion files.

[enum] Extended the documentation: Noted the need for a working
installation of a C compiler.

[enum] Extended the Windows target definitions and code to handle the
manifest files used by modern MS development environments. Note that
this code handles both possibilities, environment using manifests, and
(old(er)) environments without.

[enum] Extended the Windows 64bit target definitions and code to
auto-detect the need for the helper library "bufferoverflowU.lib" and
reconfigure the compile and link commands appropriately. We assume
that the library must be linked when present. This should be no harm
if the library is present, yet not needed. Just superfluous. We search
for the library in the paths specified by the environment variable
LIB.

[list_end]