summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-12-07 16:18:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-12-07 16:18:37 (GMT)
commit55152d9ae350f4a7f420dc42478ab6cec1440b40 (patch)
tree107349d10c657e1f92adc04225bc568c58a80deb /ChangeLog
parentf8463183ef49bf565f28e19104f766028cc2ac53 (diff)
downloadtcl-55152d9ae350f4a7f420dc42478ab6cec1440b40.zip
tcl-55152d9ae350f4a7f420dc42478ab6cec1440b40.tar.gz
tcl-55152d9ae350f4a7f420dc42478ab6cec1440b40.tar.bz2
* generic/tclBasic.c: Biggest source of TIP 174 failures was that
the commands were not [namespace export]ed from the ::tcl::mathop namespace. More bits from [Patch 1578137] correct that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e773c4d..3897eeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
2006-12-07 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c: Biggest source of TIP 174 failures was that
+ the commands were not [namespace export]ed from the ::tcl::mathop
+ namespace. More bits from [Patch 1578137] correct that.
+
* tests/mathop.test: Commmitted several new tests from Peter Spjuth
- found in [Patch 157837]. Many failures now demonstrate issues to
+ found in [Patch 1578137]. Many failures now demonstrate issues to
fix in the TIP 174 implementation.
2006-12-07 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>