summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b31157..f66cbc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-04 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 in
+ empty object case to maintain sanctity of Tcl_Obj bytes/length
+ pairing. (porter) [Patch #405998]
+
2001-04-03 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* unix/mkLinks: Added 'Signal.3', 'Tcl_WaitPid'.