summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 55c8ecd..a368cf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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