diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-19 22:20:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-19 22:20:01 (GMT) |
commit | 21f353c929064a6f5b7ab0395307b808ca9eef3f (patch) | |
tree | bcfeefd5cdcf54cb1602bf07647bb31e4126fd6b /ChangeLog | |
parent | 279edeb409045869695bb787e0e586cf8d1a62b2 (diff) | |
download | tcl-21f353c929064a6f5b7ab0395307b808ca9eef3f.zip tcl-21f353c929064a6f5b7ab0395307b808ca9eef3f.tar.gz tcl-21f353c929064a6f5b7ab0395307b808ca9eef3f.tar.bz2 |
Stop losing result codes in [dict with] in some circumstances
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-10-19 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclDictObj.c (DictWithCmd): Make sure all paths (that + are not themselves error paths) do not lose the result code. + 2004-10-19 Don Porter <dgp@users.sourceforge.net> * generic/tclInt.h (Tcl*InterpState): New internal routines |