summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-10-03 12:53:11 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-10-03 12:53:11 (GMT)
commitbc771adc8abb68ed5ba880ee894607dc3209ec95 (patch)
tree0978762bb0d9abe8a8ca37877e958cbcaeb91ed0 /ChangeLog
parent663575eb38592a78c77567a110ff260a7ebb9258 (diff)
downloadtcl-bc771adc8abb68ed5ba880ee894607dc3209ec95.zip
tcl-bc771adc8abb68ed5ba880ee894607dc3209ec95.tar.gz
tcl-bc771adc8abb68ed5ba880ee894607dc3209ec95.tar.bz2
* generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deleted
command; cannot trigger this from Tcl itself, but crash reported on xotcl. This check is new to 8.4 but exists in 8.5, so this is a backport or something. Thanks Gustaf Neumann.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b298155..09aab5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-03 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deleted
+ command; cannot trigger this from Tcl itself, but crash reported
+ on xotcl. This check is new to 8.4 but exists in 8.5, so this is a
+ backport or something. Thanks Gustaf Neumann.
+
2007-10-02 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29