diff options
author | dgp <dgp@users.sourceforge.net> | 2006-12-08 18:08:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-12-08 18:08:33 (GMT) |
commit | c31a5d22b7398ccaa6b9d0e17e4865563253b0f5 (patch) | |
tree | fb63e564b3c47e38440f42ab67e1d573b49d5a5e /ChangeLog | |
parent | 075c0449ce2a01114dcd419a912889ce694a35cc (diff) | |
download | tcl-c31a5d22b7398ccaa6b9d0e17e4865563253b0f5.zip tcl-c31a5d22b7398ccaa6b9d0e17e4865563253b0f5.tar.gz tcl-c31a5d22b7398ccaa6b9d0e17e4865563253b0f5.tar.bz2 |
* generic/tclCompExpr.c: Revised implementation of TclInvertOpCmd
* generic/tclMathOp.c: to perform a bytecode compile / execute
sequence. This demonstrates a path toward avoiding mountains of
code duplication in tclMathOp.c and tclExecute.c.
* generic/tclCompile.h: Change TclExecuteByteCode() from static to
* generic/tclExecute.c: MODULE_SCOPE so all files including
tclCompile.h may call it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2006-12-08 Don Porter <dgp@users.sourceforge.net> + * generic/tclCompExpr.c: Revised implementation of TclInvertOpCmd + * generic/tclMathOp.c: to perform a bytecode compile / execute + sequence. This demonstrates a path toward avoiding mountains of + code duplication in tclMathOp.c and tclExecute.c. + + * generic/tclCompile.h: Change TclExecuteByteCode() from static to + * generic/tclExecute.c: MODULE_SCOPE so all files including + tclCompile.h may call it. + * generic/tclMathOp.c: More revisions to make tests pass. * tests/mathop.test: |