diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2003-03-19 22:24:10 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2003-03-19 22:24:10 (GMT) |
commit | be7334acb2cf6bc9263165270b9895ff1487c65e (patch) | |
tree | 84cb20700da4902ac04d31caeea4b7cd5140da17 /ChangeLog | |
parent | bb7105fe9e61473e34a6dfa06700dbc252afeb19 (diff) | |
download | tcl-be7334acb2cf6bc9263165270b9895ff1487c65e.zip tcl-be7334acb2cf6bc9263165270b9895ff1487c65e.tar.gz tcl-be7334acb2cf6bc9263165270b9895ff1487c65e.tar.bz2 |
* generic/tclCompile.c:
* tests/compile.test: bad command count on TCL_OUT_LINE_COMPILE
[Bug 705406] (Don Porter).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-03-19 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCompile.c: + * tests/compile.test: bad command count on TCL_OUT_LINE_COMPILE + [Bug 705406] (Don Porter). + 2003-03-19 Don Porter <dgp@users.sourceforge.net> * library/auto.tcl: Replaced [regexp] and [regsub] with |