summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-02-13 04:44:06 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-02-13 04:44:06 (GMT)
commitf3af89df31dc6ace8a50580a459cf9f543a9ce71 (patch)
tree0125bc75f919428c2f91da9fd687d95a131cd58b /ChangeLog
parenta03146b597b00bea94e0be033795d2afe4c2f0fc (diff)
downloadtcl-f3af89df31dc6ace8a50580a459cf9f543a9ce71.zip
tcl-f3af89df31dc6ace8a50580a459cf9f543a9ce71.tar.gz
tcl-f3af89df31dc6ace8a50580a459cf9f543a9ce71.tar.bz2
* tools/fix_tommath_h.tcl: Added code to patch out a check for
__x86_64__ that caused Tommath to use __attributes(TI)__ for the mp_word type. Tetra-int's simply fail on too many gcc-glibc-OS combinations to be ready for shipment today, even if they work for some of us. This change allows reversion of das's change of 2006-08-18 that accomplised the same thing on Darwin. [Bugs * generic/tclTomMath.h: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d86c6aa..1f72c83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
combinations to be ready for shipment today, even if they
work for some of us. This change allows reversion of das's change
of 2006-08-18 that accomplised the same thing on Darwin.
+ [Bugs 1601380, 1603737, 1609936, 1656265]
* generic/tclTomMath.h: Regenerated.
2007-02-09 Joe Mistachkin <joe@mistachkin.com>