diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-07 15:02:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-07 15:02:41 (GMT) |
commit | 13181f107dff6f47161fb25bc780155172c1c112 (patch) | |
tree | bc20024d94b451fd855e3e1ddfa17d0e696e7b8c /ChangeLog | |
parent | 5b55ad0b4c4e728a329e350bdc05bf2a8aa0d906 (diff) | |
download | tcl-13181f107dff6f47161fb25bc780155172c1c112.zip tcl-13181f107dff6f47161fb25bc780155172c1c112.tar.gz tcl-13181f107dff6f47161fb25bc780155172c1c112.tar.bz2 |
More #174 bits and pieces
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,3 +1,11 @@ +2006-12-07 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * tests/mathop.test: Added tests for ! ~ eq operators. + * generic/tclMathOp.c (TclInvertOpCmd): Add in check for non-integral + numeric values. + * generic/tclCompCmds.c (CompileCompareOpCmd): Factor out the code + generation for the chained comparison operators. + 2006-12-07 Pat Thoyts <patthoyts@users.sourceforge.net> * tests/exec.test: Fixed line endings (caused win32 problems). @@ -5,14 +13,14 @@ 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. + * tests/mathop.test: 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-12-05 Andreas Kupries <andreask@activestate.com> TIP#291 IMPLEMENTATION @@ -47,6 +55,7 @@ causing old TM versions to be provided in preference to newer TM versions. Thanks to Julian Noble for discovering the issue. +>>>>>>> 1.3290 2006-12-04 Donal K. Fellows <dkf@users.sf.net> TIP#267 IMPLEMENTATION |