summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-06-14 15:56:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-06-14 15:56:05 (GMT)
commit4a0b54903a95f70e6582b4be1b83762c970dc81c (patch)
tree500c7c5c1c3ffe14077431f6ada3f8cc0179c13f /ChangeLog
parent581f24016c998cd22f2affc43f5fbba975afdb2f (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6b7158..2d93ca0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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