summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-06-16 22:24:12 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-06-16 22:24:12 (GMT)
commitdceff402a0bef88886de4f644b0b312b86f021e0 (patch)
tree4c3f263eaf133a5ef6884f640d65aa4cd3f89143 /ChangeLog
parent9f5e83a07bc6c07bee76ef80ffc94146b02adacd (diff)
downloadtcl-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--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 786f579..c0d6acb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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