summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1999-08-12 23:14:57 (GMT)
committerstanton <stanton>1999-08-12 23:14:57 (GMT)
commit233a6d7df1705c1c43ec3d1e6659a170427367c9 (patch)
treeac8b90fbfbf3bed802d308503c6cbf4860624cfb /ChangeLog
parent42028a159e0769f6f16e2059c089cb553c533fea (diff)
downloadtcl-233a6d7df1705c1c43ec3d1e6659a170427367c9.zip
tcl-233a6d7df1705c1c43ec3d1e6659a170427367c9.tar.gz
tcl-233a6d7df1705c1c43ec3d1e6659a170427367c9.tar.bz2
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db22963..57417bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1999-08-12 Scott Stanton <stanton@scriptics.com>
+
+ * win/Makefile.in: Added COMPILE_DEBUG_FLAGS macro to make it
+ easier to turn on compiler tracing.
+
+ * tests/parse.test:
+ * generic/tclParse.c: Fixed bug in Tcl_EvalEx where the termOffset
+ was not being updated in cases where the evaluation returned a non
+ TCL_OK error code. [Bug: 2535]
+
1999-08-12 Scott Redman <redman@scriptics.com>
* win/tclWinSerial.c: Applied patch from Petteri Kettunen to