summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavidg <davidg>2000-07-26 01:27:11 (GMT)
committerdavidg <davidg>2000-07-26 01:27:11 (GMT)
commita15fd6c8ed2f01dae4d51a729504f80bf9ccc80a (patch)
treea46c666fe3b30895eb1eb4fbc53fcbd6633e7878 /ChangeLog
parentd54caded28afa2e06fa33552bc0dbe15e7a85689 (diff)
downloadtcl-a15fd6c8ed2f01dae4d51a729504f80bf9ccc80a.zip
tcl-a15fd6c8ed2f01dae4d51a729504f80bf9ccc80a.tar.gz
tcl-a15fd6c8ed2f01dae4d51a729504f80bf9ccc80a.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46b1707..21e5865 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-07-25 David Gravereaux <davygrvy@ajubasolutions.com>
+
+ * doc/Async.3:
+ * generic/tclAsync.c:
+ * generic/tclInt.decls:
+ * generic/tclTest.c:
+ * mac/tclMacPort.h:
+ * unix/tclUnixPort.h:
+ * win/tclWinInit.c: Thread-safe rewrite for tclAsync.c. Added
+ notifier alerting on all platforms as it was only working on Win
+ before. Removed older Win hacks that would end-up waking the
+ wrong notifier in the presence of a threaded build. All tests
+ pass as before. New test cases will be added soon for the new
+ behavior. [BUG: 5791]
+
2000-07-25 Eric Melski <ericm@ajubasolutions.com>
* generic/tclVar.c (CallTraces): Added check for VAR_TRACE_ACTIVE