summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-05-04 17:39:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-05-04 17:39:50 (GMT)
commitfd6cead82a2f2f559fa5376d1e8cf520ef79da95 (patch)
treee22acd444243f8927257e1586141c941c8d25c0c /ChangeLog
parentba58e6442af44bef063652e496e60f09826716ec (diff)
downloadtcl-fd6cead82a2f2f559fa5376d1e8cf520ef79da95.zip
tcl-fd6cead82a2f2f559fa5376d1e8cf520ef79da95.tar.gz
tcl-fd6cead82a2f2f559fa5376d1e8cf520ef79da95.tar.bz2
Stop deletion of support namespaces leading to a potential crash.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91c6ff7..d81ce5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-04 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclOO.c (InitFoundation, Deleted*Namespace, AllocClass):
+ * generic/tclOODefineCmds.c (InitDefineContext): Make sure that when
+ support namespaces are deleted, nothing bad can subsequently happen.
+ Issue spotted by Don Porter.
+
2009-05-03 Donal K. Fellows <dkf@users.sf.net>
* doc/Tcl.n: [Bug 2538432]: Clarified exact treatment of ${arr(idx)}