diff options
author | vasiljevic <zv@archiware.com> | 2004-06-22 13:11:35 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2004-06-22 13:11:35 (GMT) |
commit | 901e84c9c4eb6adb1328118aa9c8115420ab4226 (patch) | |
tree | dcf53cbfb77e68c1fa015bce9ed9a32beb18f2e1 /ChangeLog | |
parent | 46b6468bc248717205ebb258ae6af7287fa77d22 (diff) | |
download | tcl-901e84c9c4eb6adb1328118aa9c8115420ab4226.zip tcl-901e84c9c4eb6adb1328118aa9c8115420ab4226.tar.gz tcl-901e84c9c4eb6adb1328118aa9c8115420ab4226.tar.bz2 |
See file...
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, |