summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-11 01:31:43 (GMT)
committerhobbs <hobbs>2001-09-11 01:31:43 (GMT)
commit39338c0ce847fc4313b437fd8db57765804496d7 (patch)
tree0e863b29799828906eb1ee4435251b40bcaa85b9 /ChangeLog
parent1a92eb4faf5782a882d5e0a1da07ec042db62bb4 (diff)
downloadtcl-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f2ed49..f6787f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]