summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-10-13 21:10:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-10-13 21:10:43 (GMT)
commit609f145e4b123cb02812aa5f66ffc4992f4fb47c (patch)
tree755c23b39dd456b534322dcdeed11d3831c9076a /ChangeLog
parent8ff3dfaf5a77d7ef96490cc9dc418979e505903f (diff)
downloadtcl-609f145e4b123cb02812aa5f66ffc4992f4fb47c.zip
tcl-609f145e4b123cb02812aa5f66ffc4992f4fb47c.tar.gz
tcl-609f145e4b123cb02812aa5f66ffc4992f4fb47c.tar.bz2
Handle error case [info class destructor].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d021174..5ba5dcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-10-13 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclOOInfo.c (InfoClassDestrCmd): Handle error case.
+
* generic/tclOOInt.h: Added macro magic to make things work with
Objective C. [Bug 2163447]