diff options
author | stanton <stanton@noemail.net> | 1999-08-12 23:14:57 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-08-12 23:14:57 (GMT) |
commit | 33b46cad0a4dad5412e053d0ece93b4203e082e3 (patch) | |
tree | ac8b90fbfbf3bed802d308503c6cbf4860624cfb /ChangeLog | |
parent | 30106aca3051d80cf9ebc73f0b99cf1bc8b3a03f (diff) | |
download | tcl-33b46cad0a4dad5412e053d0ece93b4203e082e3.zip tcl-33b46cad0a4dad5412e053d0ece93b4203e082e3.tar.gz tcl-33b46cad0a4dad5412e053d0ece93b4203e082e3.tar.bz2 |
*** empty log message ***
FossilOrigin-Name: 23b62d7131854fe4c6856f786e06bfe5828c4f6f
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 |