summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-06-20 14:47:38 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-06-20 14:47:38 (GMT)
commitf9e7a6db58c7f9a9286aa5509df16afe5b6cf0bc (patch)
tree85ac1e2f071aa0765079736dc42771e1684b8734 /ChangeLog
parent3636e18ab1466ad8d8eb0e235c9a95579a10a6f0 (diff)
downloadtcl-f9e7a6db58c7f9a9286aa5509df16afe5b6cf0bc.zip
tcl-f9e7a6db58c7f9a9286aa5509df16afe5b6cf0bc.tar.gz
tcl-f9e7a6db58c7f9a9286aa5509df16afe5b6cf0bc.tar.bz2
* generic/tclExecute.c (TclCompEvalObj): clarified and simplified the
logic for compilation/recompilation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc28f52..cf62233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-20 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclExecute.c (TclCompEvalObj): clarified and simplified
+ the logic for compilation/recompilation.
+
2002-06-19 Joe English <jenglish@users.sourceforge.net>
* doc/file.n: Fixed indentation. No substantive changes.