summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-04-04 14:10:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-04-04 14:10:01 (GMT)
commit0d695fcd80cec0f53ad553a4b0abacbd29aad68c (patch)
tree49be8e50e3cdae02726953dc2ed6dcb163ff9d3e /ChangeLog
parentcaf48c369e8ba6e8bcbb7f3a0aa6a0303dc2b56e (diff)
downloadtcl-0d695fcd80cec0f53ad553a4b0abacbd29aad68c.zip
tcl-0d695fcd80cec0f53ad553a4b0abacbd29aad68c.tar.gz
tcl-0d695fcd80cec0f53ad553a4b0abacbd29aad68c.tar.bz2
Disable tcl::mathfunc::rmmadwiw by default to make test suite work; automated
test frameworks have no mind to read...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd79840..976cc58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-04-04 Donal K. Fellows <dkf@users.sf.net>
+ * library/init.tcl (tcl::mathfunc::rmmadwiw): Disable by default to
+ make test suite work.
+
* generic/tclBasic.c, generic/tclStringObj.c, generic/tclTimer.c,
* generic/tclTrace.c, generic/tclUtil.c: More generation of error
codes ([format], [after], [trace], RE optimizer).