diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-09 14:34:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-09 14:34:06 (GMT) |
commit | 348e41c66d05f58ef37fb1307b90d49a09b112db (patch) | |
tree | 6a0576f551f819707f1cc139472019ff6d8096ec /ChangeLog | |
parent | 14632a9fcf8e523ae2abf3c2b5c661721835998d (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |