diff options
author | hobbs <hobbs> | 2005-11-18 19:38:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-11-18 19:38:37 (GMT) |
commit | 3ab2242ba8e613f075243e4baa3dc2e7406b6e62 (patch) | |
tree | 6155ef5a57f809f7a02eb2ecf161588f34f78b19 /ChangeLog | |
parent | 0487721e381e7cc22be51ec6fdcd2b83dd629297 (diff) | |
download | tcl-3ab2242ba8e613f075243e4baa3dc2e7406b6e62.zip tcl-3ab2242ba8e613f075243e4baa3dc2e7406b6e62.tar.gz tcl-3ab2242ba8e613f075243e4baa3dc2e7406b6e62.tar.bz2 |
* generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtr
until we netrieve next statePtr from it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-11-18 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtr + until we netrieve next statePtr from it. + 2005-11-18 Miguel Sofer <msofer@users.sf.net> * generic/tclObj.c (GetBignumFromObj): replace NULL with |