summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-07-22 23:47:29 (GMT)
committerredman <redman>1999-07-22 23:47:29 (GMT)
commitfb66aafc513b89db16b32c8a426c27dbec9ef78f (patch)
tree6bd45a90366041ba0d0e4a9b16db5d1d57af0425 /ChangeLog
parent9e9f6a1ae649463e3d3cc5f0b052e6ad644cc5ac (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9f9915..9f68bd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]