summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-03-12 19:28:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-03-12 19:28:49 (GMT)
commiteff94c7a58c193ba8ea8e4b527d89bd7f9a404aa (patch)
treec0897b0e5e07699929553e8d51d8ade561ae713e /ChangeLog
parent315198312f0b545b058b63918b6d0497d3f44b0c (diff)
downloadtcl-eff94c7a58c193ba8ea8e4b527d89bd7f9a404aa.zip
tcl-eff94c7a58c193ba8ea8e4b527d89bd7f9a404aa.tar.gz
tcl-eff94c7a58c193ba8ea8e4b527d89bd7f9a404aa.tar.bz2
* generic/tclEvent.c (HandleBgErrors): Make efficient private copy
* tests/event.test (event-5.3): of the command prefix for the interp's background error handling command to avoid panics due to pointers to memory invalid after shimmering. [Bug 1670155]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbbb621..0a38290 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-03-12 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclEvent.c (HandleBgErrors): Make efficient private copy
+ * tests/event.test (event-5.3): of the command prefix for the interp's
+ background error handling command to avoid panics due to pointers
+ to memory invalid after shimmering. [Bug 1670155]
+
* generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient
* tests/namespace.test (namespace-42.8): private copy of the
command prefix as we invoke the command appropriate to a particular