diff options
author | dgp <dgp@users.sourceforge.net> | 2008-05-22 15:22:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-05-22 15:22:05 (GMT) |
commit | 0cc498df8a623e2490e79096ec68eb60a01a2c2b (patch) | |
tree | 92422349eae4670f1558c9853489b285623bf97e /ChangeLog | |
parent | f2de8e1838fd8e298098915a1fc9292b01af59a5 (diff) | |
download | tcl-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-- | 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() |