diff options
author | vasiljevic <zv@archiware.com> | 2006-07-11 13:18:10 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2006-07-11 13:18:10 (GMT) |
commit | b21d03a76b28dee1c88a2ccc05dd815364babd83 (patch) | |
tree | 6611a81931711753b47223fc8421f578b5df517e /ChangeLog | |
parent | 03cfbaf3dcd8848bcc9b3add4e8f78f34bbb5398 (diff) | |
download | tcl-b21d03a76b28dee1c88a2ccc05dd815364babd83.zip tcl-b21d03a76b28dee1c88a2ccc05dd815364babd83.tar.gz tcl-b21d03a76b28dee1c88a2ccc05dd815364babd83.tar.bz2 |
Made Tcl_AsyncDelete() more tolerant when called after all thread TSD
has been garbage-collected.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-07-11 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> + + * generic/tclAsync.c: Made Tcl_AsyncDelete() more tolerant + when called after all thread TSD has been garbage-collected. + 2006-07-10 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclIO.c (Tcl_CreateChannel): allow Tcl std channel |