diff options
author | hobbs <hobbs> | 2001-09-11 01:31:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-09-11 01:31:43 (GMT) |
commit | 39338c0ce847fc4313b437fd8db57765804496d7 (patch) | |
tree | 0e863b29799828906eb1ee4435251b40bcaa85b9 /ChangeLog | |
parent | 1a92eb4faf5782a882d5e0a1da07ec042db62bb4 (diff) | |
download | tcl-39338c0ce847fc4313b437fd8db57765804496d7.zip tcl-39338c0ce847fc4313b437fd8db57765804496d7.tar.gz tcl-39338c0ce847fc4313b437fd8db57765804496d7.tar.bz2 |
* generic/tclEvent.c (TclInExit): Corrected handling of tsd in
late stages of finalization. [Bug #419449] (darley)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2001-09-10 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tclEvent.c (TclInExit): Corrected handling of tsd in + late stages of finalization. [Bug #419449] (darley) + * tests/stack.test: * generic/tclInterp.c (AliasObjCmd): Check the numLevels to ensure that we aren't hitting some alias loop condition. [Bug #443184] |