diff options
author | hobbs <hobbs@noemail.net> | 2000-04-19 08:32:42 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-04-19 08:32:42 (GMT) |
commit | 5a0c2f1ed19f204e0910cc20544bbbd7b99d71f1 (patch) | |
tree | d0760a65b11e677dd7757cb4a48fb036769992db /tools | |
parent | 064a5ec74ce54f1d6d7481bbafa78e182aeed53d (diff) | |
download | tcl-5a0c2f1ed19f204e0910cc20544bbbd7b99d71f1.zip tcl-5a0c2f1ed19f204e0910cc20544bbbd7b99d71f1.tar.gz tcl-5a0c2f1ed19f204e0910cc20544bbbd7b99d71f1.tar.bz2 |
* README:
* generic/tcl.h:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* win/README.binary: bumped version to 8.3.1
* win/tcl.hpj.in: updated copyright date
* generic/tclEnv.c: environment support for Mac OS/X
* unix/tclUnixPort.h: environment support for Mac OS/X
* unix/tclLoadDyld.c: new file for Mac OS/X dl functions
* unix/Makefile.in: added install-strip target; bindir, libdir,
mandir, includedir vars; tclLoadDyld.c target [Bug: 2527]
* unix/tclUnixChan.c (CreateSocket): force a socket back into
blocking mode (default state) after a -async connect succeeds.
[Bug: 4388]
* generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to
thread-local storage to prevent thread-related race condition.
[Bug: 5033]
* unix/tclAppInit.c (main): removed #ifdef TCL_TEST that sets the
library path as it was unnecessary and conflicts with move of
tclLibraryPath to thread-local storage.
FossilOrigin-Name: 2bb0593bdff552c313069e7eaf4fc17d4e269b63
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcl.wse.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index 2b1a7dd..bf6ec5e 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -12,7 +12,7 @@ item: Global Log Pathname=%MAINDIR%\INSTALL.LOG Message Font=MS Sans Serif Font Size=8 - Disk Label=tcl8.3.0 + Disk Label=tcl8.3.1 Disk Filename=setup Patch Flags=0000000000000001 Patch Threshold=85 |