summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-02-23 22:30:59 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-02-23 22:30:59 (GMT)
commit22463628292b5284b82ece36ee3ff854ef1c1fe4 (patch)
tree7c96acb07ae058f43c2a72e76e41c245a7359549 /ChangeLog
parentfb21e4eeaee94f721328291b468eeeecb8e10cc3 (diff)
downloadtcl-22463628292b5284b82ece36ee3ff854ef1c1fe4.zip
tcl-22463628292b5284b82ece36ee3ff854ef1c1fe4.tar.gz
tcl-22463628292b5284b82ece36ee3ff854ef1c1fe4.tar.bz2
Added test in execute.test for evaluation of an expression in a
variable; evals once by compiling, second time using the previous compilation. *This refers to the previous patch to ChangeLog, which was mistakenly left without a comment*
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b848325..a184fff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-23 msofer <msofer@users.sourceforge.net>
+ * no changes; fixing up the missing comment in the previous one.
+ Sorry.
+
2001-02-23 msofer <msofer@ant.utdt>
* /cvsroot/tcl/tcl/tests/execute.test: