diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-25 17:18:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-25 17:18:09 (GMT) |
commit | 00c0664fd2487670b9bf12e3c2ba32fa4a5ea944 (patch) | |
tree | b03d00f5b03a56fb252e681a3f513c0a188d6a2d /ChangeLog | |
parent | f8b1db93f84f1296cdc14b38c7de3c2538976f45 (diff) | |
download | tcl-00c0664fd2487670b9bf12e3c2ba32fa4a5ea944.zip tcl-00c0664fd2487670b9bf12e3c2ba32fa4a5ea944.tar.gz tcl-00c0664fd2487670b9bf12e3c2ba32fa4a5ea944.tar.bz2 |
Finished coding part of TIP#174. Still have tests and docs to do.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-11-25 Donal K. Fellows <dkf@users.sf.net> + + TIP#269 IMPLEMENTATION + + * generic/tclMathOp.c (new file): Completed the implementation of the + interpreted versions of all the tcl::mathop commands. Moved to a new + file to make tclCompCmds.c more focussed in purpose. + 2006-11-23 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (Tcl*OpCmd, TclCompile*OpCmd): |