diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-07-16 19:20:25 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-07-16 19:20:25 (GMT) |
commit | 1dc12e2b36b9cd4c047127dc903fd82caf48bfb6 (patch) | |
tree | afe468329df8e4709a0a8c7c93908b5e978d477e /ChangeLog | |
parent | 6d98f4802e28a85db3f31200679d8b44284f0584 (diff) | |
download | tcl-1dc12e2b36b9cd4c047127dc903fd82caf48bfb6.zip tcl-1dc12e2b36b9cd4c047127dc903fd82caf48bfb6.tar.gz tcl-1dc12e2b36b9cd4c047127dc903fd82caf48bfb6.tar.bz2 |
* tests/socket.test: Accepted two new testcases by Stuart Casoff
<stwo@users.sourceforge.net> checking that -server and -async
don't go together [Tcl SF Bug 796534].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-07-16 Andreas Kupries <andreask@activestate.com> + * tests/socket.test: Accepted two new testcases by Stuart Casoff + <stwo@users.sourceforge.net> checking that -server and -async + don't go together [Tcl SF Bug 796534]. + * unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe Mistachkin's patch for [Tcl SF Bug 990500], properly closing the notifier thread when its exits. |