summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2004-06-22 13:11:35 (GMT)
committervasiljevic <zv@archiware.com>2004-06-22 13:11:35 (GMT)
commit901e84c9c4eb6adb1328118aa9c8115420ab4226 (patch)
treedcf53cbfb77e68c1fa015bce9ed9a32beb18f2e1 /ChangeLog
parent46b6468bc248717205ebb258ae6af7287fa77d22 (diff)
downloadtcl-901e84c9c4eb6adb1328118aa9c8115420ab4226.zip
tcl-901e84c9c4eb6adb1328118aa9c8115420ab4226.tar.gz
tcl-901e84c9c4eb6adb1328118aa9c8115420ab4226.tar.bz2
See file...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c93bc3..d048371 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,