diff options
author | stanton <stanton> | 1999-08-12 23:14:57 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-08-12 23:14:57 (GMT) |
commit | 233a6d7df1705c1c43ec3d1e6659a170427367c9 (patch) | |
tree | ac8b90fbfbf3bed802d308503c6cbf4860624cfb /ChangeLog | |
parent | 42028a159e0769f6f16e2059c089cb553c533fea (diff) | |
download | tcl-233a6d7df1705c1c43ec3d1e6659a170427367c9.zip tcl-233a6d7df1705c1c43ec3d1e6659a170427367c9.tar.gz tcl-233a6d7df1705c1c43ec3d1e6659a170427367c9.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |