diff options
author | dgp <dgp@users.sourceforge.net> | 2008-03-07 19:15:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-03-07 19:15:57 (GMT) |
commit | 1d90d3f1d30da3d67a75b4035f4b9099e96e4732 (patch) | |
tree | 4845010e64306e5abe3bcd1be27569d9c09e91bb /ChangeLog | |
parent | ea543514a76dcfffcd2d1f5e8dabd47f53d5c442 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |