diff options
author | dgp <dgp@users.sourceforge.net> | 2008-05-22 15:25:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-05-22 15:25:54 (GMT) |
commit | bfa75a0049382386cd2754f86e14d3c9f4177db4 (patch) | |
tree | f6c01d0e708ef5f1d6db8716147359a70b8ad3b0 /ChangeLog | |
parent | 89a9e0dd71bca0ecc5f87508db1b101eda76688d (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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() |