summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-02-07 01:07:04 (GMT)
committermdejong <mdejong>2003-02-07 01:07:04 (GMT)
commit17cd8602bc9bd0401d641d50893a409bc660c181 (patch)
treea295942df4133d8cf37c67326647dcf49538bc1d /ChangeLog
parent8a99de882edc8565ff543a67a58e02f5f517ba7c (diff)
downloadtcl-17cd8602bc9bd0401d641d50893a409bc660c181.zip
tcl-17cd8602bc9bd0401d641d50893a409bc660c181.tar.gz
tcl-17cd8602bc9bd0401d641d50893a409bc660c181.tar.bz2
* generic/tclCompCmds.c (TclCompileIncrCmd):
* tests/incr.test: Don't include the text "(increment expression)" in the errorInfo generated by the compiled version of the incr command since it does not match the message generated by the non-compiled version of incr. It is also not possible to match this error output under Jacl, which does not support a compiler.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8289c1e..bbdf2d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2003-02-06 Mo DeJong <mdejong@users.sourceforge.net>
+ * generic/tclCompCmds.c (TclCompileIncrCmd):
+ * tests/incr.test: Don't include the text
+ "(increment expression)" in the errorInfo
+ generated by the compiled version of the
+ incr command since it does not match the
+ message generated by the non-compiled version
+ of incr. It is also not possible to match
+ this error output under Jacl, which does
+ not support a compiler.
+
+2003-02-06 Mo DeJong <mdejong@users.sourceforge.net>
+
* generic/tclExecute.c (TclExecuteByteCode): When an
error is encountered reading the increment value during
a compiled call to incr, add a "(reading increment)"