diff options
author | dgp <dgp@users.sourceforge.net> | 2007-06-14 15:56:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-06-14 15:56:05 (GMT) |
commit | 4a0b54903a95f70e6582b4be1b83762c970dc81c (patch) | |
tree | 500c7c5c1c3ffe14077431f6ada3f8cc0179c13f /ChangeLog | |
parent | 581f24016c998cd22f2affc43f5fbba975afdb2f (diff) | |
download | tcl-4a0b54903a95f70e6582b4be1b83762c970dc81c.zip tcl-4a0b54903a95f70e6582b4be1b83762c970dc81c.tar.gz tcl-4a0b54903a95f70e6582b4be1b83762c970dc81c.tar.bz2 |
* generic/tclCompile.c: SetByteCodeFromAny() can no longer return
* generic/tclExecute.c: any code other than TCL_OK, so remove code
* generic/tclProc.c: that formerly handled exceptional codes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-06-14 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCompile.c: SetByteCodeFromAny() can no longer return + * generic/tclExecute.c: any code other than TCL_OK, so remove code + * generic/tclProc.c: that formerly handled exceptional codes. + 2007-06-13 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (TclCompEvalObj): missed update to "there |