summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-05-22 15:22:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-05-22 15:22:05 (GMT)
commit0cc498df8a623e2490e79096ec68eb60a01a2c2b (patch)
tree92422349eae4670f1558c9853489b285623bf97e /ChangeLog
parentf2de8e1838fd8e298098915a1fc9292b01af59a5 (diff)
downloadtcl-0cc498df8a623e2490e79096ec68eb60a01a2c2b.zip
tcl-0cc498df8a623e2490e79096ec68eb60a01a2c2b.tar.gz
tcl-0cc498df8a623e2490e79096ec68eb60a01a2c2b.tar.bz2
* generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to
handle the argument value length = -1. Thanks to Chris Darroch for discovering the bug and providing the fix. [Bug 1968245].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8da0e6..82b5e4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-22 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to
+ handle the argument value length = -1. Thanks to Chris Darroch for
+ discovering the bug and providing the fix. [Bug 1968245].
+
2008-05-21 Don Porter <dgp@users.sourceforge.net>
* generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()