summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-12-07 16:12:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-12-07 16:12:03 (GMT)
commitf8463183ef49bf565f28e19104f766028cc2ac53 (patch)
treee478aa3a8f54a05902868e67749df5b92e2ca5fa /ChangeLog
parent3d32276e6df1f709eac7831bcc5e089b45d48e25 (diff)
downloadtcl-f8463183ef49bf565f28e19104f766028cc2ac53.zip
tcl-f8463183ef49bf565f28e19104f766028cc2ac53.tar.gz
tcl-f8463183ef49bf565f28e19104f766028cc2ac53.tar.bz2
* tests/mathop.test: Commmitted several new tests from Peter Spjuth
found in [Patch 157837]. Many failures now demonstrate issues to fix in the TIP 174 implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b45ca3..e773c4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-07 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/mathop.test: Commmitted several new tests from Peter Spjuth
+ found in [Patch 157837]. Many failures now demonstrate issues to
+ fix in the TIP 174 implementation.
+
2006-12-07 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* tests/mathop.test: Added tests for ! ~ eq operators.