diff options
author | dgp <dgp@users.sourceforge.net> | 2006-12-06 18:05:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-12-06 18:05:25 (GMT) |
commit | 1bd8d4fc6fdcdcd0ba535a3dc45b7670500acf83 (patch) | |
tree | 0e86d1914a1f1ef38a8ca255d4ad86ed37c3231c /ChangeLog | |
parent | 50620f98af568bb61c29bf2f7350cf455367813a (diff) | |
download | tcl-1bd8d4fc6fdcdcd0ba535a3dc45b7670500acf83.zip tcl-1bd8d4fc6fdcdcd0ba535a3dc45b7670500acf83.tar.gz tcl-1bd8d4fc6fdcdcd0ba535a3dc45b7670500acf83.tar.bz2 |
* generic/tclCompCmds.c: Revised and consolidated into utility
* tests/mathop.c: routines some of routines that compile
the new TIP 174 commands. This corrects some known bugs. More to come.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,9 +1,15 @@ +2006-12-06 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCompCmds.c: Revised and consolidated into utility + * tests/mathop.c: routines some of routines that compile + the new TIP 174 commands. This corrects some known bugs. More to come. + 2006-12-06 Kevin Kenny <kennykb@acm.org> * tests/expr.test (expr-47.12): Improved error reporting in hopes of having more information to pursue [Bug 1609936]. -2006-11-28 Andreas Kupries <andreask@activestate.com> +2006-12-05 Andreas Kupries <andreask@activestate.com> TIP#291 IMPLEMENTATION |