diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-07-16 19:20:09 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-07-16 19:20:09 (GMT) |
commit | 606a330d6bb08072ba8bf38bc9e476039158f828 (patch) | |
tree | e75e5370f7df7ebe6463f5756266b5787482fe09 /ChangeLog | |
parent | e40644c547171476e6a3c82a26de2be520bada29 (diff) | |
download | tcl-606a330d6bb08072ba8bf38bc9e476039158f828.zip tcl-606a330d6bb08072ba8bf38bc9e476039158f828.tar.gz tcl-606a330d6bb08072ba8bf38bc9e476039158f828.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. |