diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-16 22:24:12 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-16 22:24:12 (GMT) |
commit | dceff402a0bef88886de4f644b0b312b86f021e0 (patch) | |
tree | 4c3f263eaf133a5ef6884f640d65aa4cd3f89143 /ChangeLog | |
parent | 9f5e83a07bc6c07bee76ef80ffc94146b02adacd (diff) | |
download | tcl-dceff402a0bef88886de4f644b0b312b86f021e0.zip tcl-dceff402a0bef88886de4f644b0b312b86f021e0.tar.gz tcl-dceff402a0bef88886de4f644b0b312b86f021e0.tar.bz2 |
[Bug 569438] in the processing of dollar variables
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ -2002-06-14 Miguel Sofer <msofer@users.sourceforge.net> +2002-06-16 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclCompile.c (TclCompileTokens): + * tests/compile.test: [Bug 569438] in the processing of dollar + variables; report by Georgios Petasis. + +2002-06-16 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclExecute.c: bug in the consolidation of the INCR_..._STK instructions; the bug could not be exercised as the |