diff options
author | hobbs <hobbs> | 2000-04-19 08:32:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-19 08:32:43 (GMT) |
commit | 7f65ab0b58bee6c8d6c49e4e831d34970bc6fedd (patch) | |
tree | d0760a65b11e677dd7757cb4a48fb036769992db /win/README.binary | |
parent | 6f99bc0b628826792dfe213f55fba95db4bf1e05 (diff) | |
download | tcl-7f65ab0b58bee6c8d6c49e4e831d34970bc6fedd.zip tcl-7f65ab0b58bee6c8d6c49e4e831d34970bc6fedd.tar.gz tcl-7f65ab0b58bee6c8d6c49e4e831d34970bc6fedd.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.
Diffstat (limited to 'win/README.binary')
-rw-r--r-- | win/README.binary | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/README.binary b/win/README.binary index 6947290..6aa1a90 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ Tcl/Tk 8.3 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.17 2000/03/03 02:58:10 hobbs Exp $ +RCS: @(#) $Id: README.binary,v 1.18 2000/04/19 08:32:46 hobbs Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.3.0 for +This directory contains the binary distribution of Tcl/Tk 8.3.1 for Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32 API, so that it will run under Windows NT, 95, 98 and 2000. @@ -32,7 +32,7 @@ Information about new features in Tcl/Tk 8.3 can be found at http://www.scriptics.com/software/whatsnew83.html Detailed release notes can be found at - http://www.scriptics.com/software/relnotes/tcl8.3.0 + http://www.scriptics.com/software/relnotes/tcl8.3.1 Information about Tcl itself can be found at http://www.scriptics.com/scripting/ |