summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-09 14:34:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-09 14:34:06 (GMT)
commit348e41c66d05f58ef37fb1307b90d49a09b112db (patch)
tree6a0576f551f819707f1cc139472019ff6d8096ec /ChangeLog
parent14632a9fcf8e523ae2abf3c2b5c661721835998d (diff)
downloadtcl-348e41c66d05f58ef37fb1307b90d49a09b112db.zip
tcl-348e41c66d05f58ef37fb1307b90d49a09b112db.tar.gz
tcl-348e41c66d05f58ef37fb1307b90d49a09b112db.tar.bz2
* generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separate
routine to compile ** to account for its different associativity.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c1df79..8eda2b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-09 Don Porter <dgp@users.sourceforge.net>
+
+ * 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]