diff options
author | redman <redman> | 1999-07-22 23:47:29 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-22 23:47:29 (GMT) |
commit | fb66aafc513b89db16b32c8a426c27dbec9ef78f (patch) | |
tree | 6bd45a90366041ba0d0e4a9b16db5d1d57af0425 /ChangeLog | |
parent | 9e9f6a1ae649463e3d3cc5f0b052e6ad644cc5ac (diff) | |
download | tcl-fb66aafc513b89db16b32c8a426c27dbec9ef78f.zip tcl-fb66aafc513b89db16b32c8a426c27dbec9ef78f.tar.gz tcl-fb66aafc513b89db16b32c8a426c27dbec9ef78f.tar.bz2 |
* win/tclWinSock.c: Fixed hang with threads enabled, fixed
semaphores with threads disabled.
* win/safe.test: Fixed safe-6.3 with threads enabled.
* win/Makefile.in: Fixed calling of tcltest to fix safe.test
failures due to path TCL_LIBRARY path.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ * Changed version to 8.2b2. + * win/tclWinSock.c: Fixed hang with threads enabled, fixed + semaphores with threads disabled. + + * win/safe.test: Fixed safe-6.3 with threads enabled. + + * win/Makefile.in: Fixed calling of tcltest to fix safe.test + failures due to path TCL_LIBRARY path. + * win/tclWinPort.h: Block out include of sys/*.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] |