diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-26 12:52:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-26 12:52:55 (GMT) |
commit | d3304f5ae40f3b69cef0bceb90f7803e817db094 (patch) | |
tree | ee97e4f6a925a3f54289f903f393a495246dd426 /ChangeLog | |
parent | 1e5924cac38af07244b3257657a90cd6aed749f9 (diff) | |
download | tcl-d3304f5ae40f3b69cef0bceb90f7803e817db094.zip tcl-d3304f5ae40f3b69cef0bceb90f7803e817db094.tar.gz tcl-d3304f5ae40f3b69cef0bceb90f7803e817db094.tar.bz2 |
More bits and pieces of the TIP#174 implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,11 +1,16 @@ +2006-11-26 Donal K. Fellows <dkf@users.sf.net> + + * tests/mathop.test, doc/mathop.n: More bits and pieces of the TIP#174 + implementation. Note that the test suite is not yet complete. + 2006-11-26 Daniel Steffen <das@users.sourceforge.net> - * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] + * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389] [Bug 1230558] * configure: autoconf-2.59 2006-11-25 Donal K. Fellows <dkf@users.sf.net> - TIP#269 IMPLEMENTATION + TIP#174 IMPLEMENTATION * generic/tclMathOp.c (new file): Completed the implementation of the interpreted versions of all the tcl::mathop commands. Moved to a new |