summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-05-22 15:25:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-05-22 15:25:54 (GMT)
commitbfa75a0049382386cd2754f86e14d3c9f4177db4 (patch)
treef6c01d0e708ef5f1d6db8716147359a70b8ad3b0 /ChangeLog
parent89a9e0dd71bca0ecc5f87508db1b101eda76688d (diff)
downloadtcl-bfa75a0049382386cd2754f86e14d3c9f4177db4.zip
tcl-bfa75a0049382386cd2754f86e14d3c9f4177db4.tar.gz
tcl-bfa75a0049382386cd2754f86e14d3c9f4177db4.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 de38c06..8398dd6 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()