summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-12-08 11:02:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-12-08 11:02:14 (GMT)
commit1cc496188903b292b91cb8507de78c5f86a7c42f (patch)
tree665c0f85b0d60d17212b4e978c38f380dd114ebc /ChangeLog
parent65bdecfdf2b029ef2a9b3cedb6da6ebc1560fee1 (diff)
downloadtcl-1cc496188903b292b91cb8507de78c5f86a7c42f.zip
tcl-1cc496188903b292b91cb8507de78c5f86a7c42f.tar.gz
tcl-1cc496188903b292b91cb8507de78c5f86a7c42f.tar.bz2
Minor formatting
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f991cf9..7f712f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,11 +14,11 @@
* 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.
+ namespace. More bits from [Patch 1578137] correct that.
* tests/mathop.test: Commmitted several new tests from Peter Spjuth
- found in [Patch 1578137]. Many failures now demonstrate issues to
- fix in the TIP 174 implementation.
+ 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>