summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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