diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-02-13 04:44:06 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-02-13 04:44:06 (GMT) |
commit | f3af89df31dc6ace8a50580a459cf9f543a9ce71 (patch) | |
tree | 0125bc75f919428c2f91da9fd687d95a131cd58b /ChangeLog | |
parent | a03146b597b00bea94e0be033795d2afe4c2f0fc (diff) | |
download | tcl-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |