summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-06-17 00:09:18 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-06-17 00:09:18 (GMT)
commitb7a924bfc113e45051108b8a083c76b065622903 (patch)
tree0ddef2e22b2dea4392e9e7bee14af8f717ed0899 /ChangeLog
parentdceff402a0bef88886de4f644b0b312b86f021e0 (diff)
downloadtcl-b7a924bfc113e45051108b8a083c76b065622903.zip
tcl-b7a924bfc113e45051108b8a083c76b065622903.tar.gz
tcl-b7a924bfc113e45051108b8a083c76b065622903.tar.bz2
a better algorithm for the previous bug fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0d6acb..87b89dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-06-16 Miguel Sofer <msofer@users.sourceforge.net>
+ * generic/tclCompile.c (TclCompileTokens): a better algorithm for
+ the previous bug fix.
+
+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.