summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-05-05 15:51:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-05-05 15:51:51 (GMT)
commit3abb13eb877c41445b9a6752b05928b8a3aab0b2 (patch)
tree689e72944110c1b72a16295c2ea35b0cb2fe8fb3
parentaa4da1d985b67660713fd845ff3667898d8e977b (diff)
downloadtcl-3abb13eb877c41445b9a6752b05928b8a3aab0b2.zip
tcl-3abb13eb877c41445b9a6752b05928b8a3aab0b2.tar.gz
tcl-3abb13eb877c41445b9a6752b05928b8a3aab0b2.tar.bz2
Corrected changelog entry
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d81ce5d..a48f080 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2009-05-04 Donal K. Fellows <dkf@users.sf.net>
- * generic/tclOO.c (InitFoundation, Deleted*Namespace, AllocClass):
+ * generic/tclOO.c (InitFoundation, AllocObject, AllocClass):
* generic/tclOODefineCmds.c (InitDefineContext): Make sure that when
support namespaces are deleted, nothing bad can subsequently happen.
Issue spotted by Don Porter.