summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-03-07 19:15:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-03-07 19:15:57 (GMT)
commit1d90d3f1d30da3d67a75b4035f4b9099e96e4732 (patch)
tree4845010e64306e5abe3bcd1be27569d9c09e91bb /ChangeLog
parentea543514a76dcfffcd2d1f5e8dabd47f53d5c442 (diff)
downloadtcl-1d90d3f1d30da3d67a75b4035f4b9099e96e4732.zip
tcl-1d90d3f1d30da3d67a75b4035f4b9099e96e4732.tar.gz
tcl-1d90d3f1d30da3d67a75b4035f4b9099e96e4732.tar.bz2
* generic/tclCmdAH.c: Revised direct evaluation implementation of
[expr] so that [expr $e] caches compiled bytecodes for the expression as the intrep of $e.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2555cc..ea36890 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-03-07 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclCmdAH.c: Revised direct evaluation implementation of
+ [expr] so that [expr $e] caches compiled bytecodes for the expression
+ as the intrep of $e.
+
* tests/execute.test (execute-6.*): More tests checking that
script bytecode is invalidated in the right situations.