diff options
author | vasiljevic <zv@archiware.com> | 2004-06-22 11:55:31 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2004-06-22 11:55:31 (GMT) |
commit | b9273c1f802ff63672d83bb1de3667270e663919 (patch) | |
tree | 46ef860f18e83f0c6be6b62f91faa2f921d51da5 /ChangeLog | |
parent | 1dc7dd38fb40ca56d2e36b80e22ff1c1e68e0b0c (diff) | |
download | tcl-b9273c1f802ff63672d83bb1de3667270e663919.zip tcl-b9273c1f802ff63672d83bb1de3667270e663919.tar.gz tcl-b9273c1f802ff63672d83bb1de3667270e663919.tar.bz2 |
Corrected Tcl Bug #770053
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2004-06-22 Zoran Vasiljevic <vasiljevic@users.sf.net> + + * generic/tclEvent.c: + * generic/tclInt.h: + * unix/tclUnixNotfy.c: + * unix/tclUnixThrd.c: + * win/tclWinThrd.c: [Bug #770053]. See bug report for + more information about what it does. + + * tests/unixNotfy.test: rewritten to use tcltest::threadReap + to gracefully wait for the test thread to exit. Otherwise + we got a race condition with main thread exiting before the + test thread. This exposed the long-standing Tcl lib issue + with resource garbage-collection on application exit. + 2004-06-21 Mo DeJong <mdejong@users.sourceforge.net> * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, |