diff options
author | dgp <dgp@users.sourceforge.net> | 2002-12-11 21:29:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-12-11 21:29:52 (GMT) |
commit | 7c29f89d1b5523989d28042e893c40042981a83c (patch) | |
tree | f1df1b1af2f72af74a1be0b28fb037d64f34e97f /ChangeLog | |
parent | 0ebb8899a331886beaa24f4ff1ab19b68fd590d9 (diff) | |
download | tcl-7c29f89d1b5523989d28042e893c40042981a83c.zip tcl-7c29f89d1b5523989d28042e893c40042981a83c.tar.gz tcl-7c29f89d1b5523989d28042e893c40042981a83c.tar.bz2 |
* generic/tclProc.c (ProcessProcResultCode): Fix failure to
propagate negative return codes up the call stack. [Bug 647307]
* tests/proc.test (proc-6.1): Test for Bug 647307
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-12-11 Don Porter <dgp@users.sourceforge.net> + * generic/tclProc.c (ProcessProcResultCode): Fix failure to + propagate negative return codes up the call stack. [Bug 647307] + * tests/proc.test (proc-6.1): Test for Bug 647307 + * generic/tclParseExpr.c (TclParseInteger): Return 1 for the string "0x" (recognize leading "0" as an integer). [Bug 648441]. * tests/parseExpr.test (parseExpr-19.1): Test for Bug 648441. |