diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-09 17:26:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-09 17:26:34 (GMT) |
commit | f37ed6d9e8a193b1c47410bc8ac13f48399af268 (patch) | |
tree | e80b3b44b808bf0e3a3dd9ab66a65bef4067501c /ChangeLog | |
parent | 8917ba0148b9ee83eb704cd8437e730cef6c2b30 (diff) | |
download | tcl-f37ed6d9e8a193b1c47410bc8ac13f48399af268.zip tcl-f37ed6d9e8a193b1c47410bc8ac13f48399af268.tar.gz tcl-f37ed6d9e8a193b1c47410bc8ac13f48399af268.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2007-09-09 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCompCmds.c: Use the new INST_REVERSE instruction + * tests/mathop.test: to correct the compiled versions of math + operator commands. [Bug 1724437]. + + * generic/tclCompile.c: New bytecode instruction INST_REVERSE to + * generic/tclCompile.h: reverse the order of N items at the top of + * generic/tclExecute.c: stack. + + * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separate + routine to compile ** to account for its different associativity. + 2007-09-08 Miguel Sofer <msofer@users.sf.net> * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710] |