summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-05-05 15:32:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-05-05 15:32:17 (GMT)
commit96349207cbe89f0e0d78bd3dff7a294bcc588c84 (patch)
tree6b13f676396eac36308dfc4b9dd0d1e7b714d1f1 /ChangeLog
parent8f1d72dfe0e08b09f9985440a5e4f682804224ed (diff)
downloadtcl-96349207cbe89f0e0d78bd3dff7a294bcc588c84.zip
tcl-96349207cbe89f0e0d78bd3dff7a294bcc588c84.tar.gz
tcl-96349207cbe89f0e0d78bd3dff7a294bcc588c84.tar.bz2
* generic/tclCompCmds.c: Replaced all instance of
* generic/tclCompile.c: TCL_OUT_LINE_COMPILE with TCL_ERROR. * generic/tclInt.h: Now that we've eradicated the mistaken * tests/appendComp.test: notion of a "compile-time error", we can use the TCL_ERROR return code to signal any failure to produce bytecode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3595517..e6f01ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-05-05 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCompCmds.c: Replaced all instance of
+ * generic/tclCompile.c: TCL_OUT_LINE_COMPILE with TCL_ERROR.
+ * generic/tclInt.h: Now that we've eradicated the mistaken
+ * tests/appendComp.test: notion of a "compile-time error", we
+ can use the TCL_ERROR return code to signal any failure to produce
+ bytecode.
+
2005-05-03 Don Porter <dgp@users.sourceforge.net>
* doc/DString.3: Eliminated use of identifier "string" in Tcl's