diff options
author | dgp <dgp@users.sourceforge.net> | 2006-12-07 16:18:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-12-07 16:18:37 (GMT) |
commit | 55152d9ae350f4a7f420dc42478ab6cec1440b40 (patch) | |
tree | 107349d10c657e1f92adc04225bc568c58a80deb /ChangeLog | |
parent | f8463183ef49bf565f28e19104f766028cc2ac53 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |