diff options
author | davidg <davidg> | 2000-07-26 01:27:11 (GMT) |
---|---|---|
committer | davidg <davidg> | 2000-07-26 01:27:11 (GMT) |
commit | a15fd6c8ed2f01dae4d51a729504f80bf9ccc80a (patch) | |
tree | a46c666fe3b30895eb1eb4fbc53fcbd6633e7878 | |
parent | d54caded28afa2e06fa33552bc0dbe15e7a85689 (diff) | |
download | tcl-a15fd6c8ed2f01dae4d51a729504f80bf9ccc80a.zip tcl-a15fd6c8ed2f01dae4d51a729504f80bf9ccc80a.tar.gz tcl-a15fd6c8ed2f01dae4d51a729504f80bf9ccc80a.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |