diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-02-14 17:59:21 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-02-14 17:59:21 (GMT) |
commit | d09c63e68f38457623b95d38022ea2ab019dc701 (patch) | |
tree | cfb3db92ff856ada3bf7375f563aabac7a999dc7 /ChangeLog | |
parent | a6f84305e408210e5c738997584666d228771561 (diff) | |
download | tcl-d09c63e68f38457623b95d38022ea2ab019dc701.zip tcl-d09c63e68f38457623b95d38022ea2ab019dc701.tar.gz tcl-d09c63e68f38457623b95d38022ea2ab019dc701.tar.bz2 |
2007-02-13 Kevin Kenny <kennykb@acm.org>
* tools/fix_tommath_h.tcl: Further tweaking for the x86-64.
The change is to make 'mp_digit' be an 'unsigned int' on that
platform; since we're using only 32 bits of it, there's no
reason to make it a 64-bit 'unsigned long.'
* generic/tclTomMath.h: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,9 +1,17 @@ +2007-02-13 Kevin Kenny <kennykb@acm.org> + + * tools/fix_tommath_h.tcl: Further tweaking for the x86-64. + The change is to make 'mp_digit' be an 'unsigned int' on that + platform; since we're using only 32 bits of it, there's no + reason to make it a 64-bit 'unsigned long.' + * generic/tclTomMath.h: Regenerated. + 2007-02-13 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/re_syntax.n: Corrected description of 'print' class [Bug 1614687] and enhanced description of 'graph' class. -2007-02-09 Kevin Kenny <kennykb@acm.org> +2007-02-12 Kevin Kenny <kennykb@acm.org> * tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to use __attributes(TI)__ for the |