summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-09 17:26:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-09 17:26:34 (GMT)
commitf37ed6d9e8a193b1c47410bc8ac13f48399af268 (patch)
treee80b3b44b808bf0e3a3dd9ab66a65bef4067501c /ChangeLog
parent8917ba0148b9ee83eb704cd8437e730cef6c2b30 (diff)
downloadtcl-f37ed6d9e8a193b1c47410bc8ac13f48399af268.zip
tcl-f37ed6d9e8a193b1c47410bc8ac13f48399af268.tar.gz
tcl-f37ed6d9e8a193b1c47410bc8ac13f48399af268.tar.bz2
merge updates from HEAD
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29e4b78..fa0d808 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]