diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-08 22:55:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-08 22:55:06 (GMT) |
commit | e97a7ae6a0efb511feb257bacc4e2daaa8e20a92 (patch) | |
tree | da34ff450686f85933e779193b3009a6ebe6f3b1 /ChangeLog | |
parent | 45bcc347fab6f309d05ba3dfd53c163c993b30e0 (diff) | |
download | tcl-e97a7ae6a0efb511feb257bacc4e2daaa8e20a92.zip tcl-e97a7ae6a0efb511feb257bacc4e2daaa8e20a92.tar.gz tcl-e97a7ae6a0efb511feb257bacc4e2daaa8e20a92.tar.bz2 |
Use correct test for the empty string in Tcl_ErrorObjCmd
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-04-08 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclCmdAH.c (Tcl_ErrorObjCmd): Strings are only empty if + they have zero length, not if their first byte is zero, so fix + test guarding Tcl_AddObjErrorInfo to take this into account. [Bug + reported by Don Porter; no bug-id.] + 2003-04-07 Don Porter <dgp@users.sourceforge.net> * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of |