2008-11-21 14:12:12 by Jared D. McNeill | Files touched by this commit (1) |
Log message:
regen
|
2008-11-21 12:27:31 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
PKGREVISION++
|
2008-11-20 17:44:45 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Fix for gcc-4.2 on Darwin
|
2008-10-09 12:56:16 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 4.2.4:
Changes between GMP version 4.2.3 and 4.2.4
Bugs:
* Fix bug with parsing exponent '+' sign in mpf.
* Fix an allocation bug in mpf_set_str, also affecting mpf_init_set_str, and
mpf_inp_str.
Speedups:
* None, except that proper processor recognition helps affected processors.
Features:
* Recognize new AMD processors.
|
2008-08-17 09:56:11 by Blair Sadewitz | Files touched by this commit (3) |
Log message:
Update to gmp-4.2.3.
Changes between GMP version 4.2.2 and 4.2.3:
Bugs:
* Fix x86 CPU recognition code to properly identify recent AMD and Intel
64-bit processors.
* The >> operator of the C++ wrapper gmpxx.h now does floor rounding, not
truncation.
* Inline semantics now follow the C99 standard, and works with recent GCC
releases.
* C++ bitwise logical operations work for more types.
* For C++, gmp.h now includes cstdio, improving compiler compatibility.
* Bases > 36 now work properly in mpf_set_str.
Speedups:
* None, except that proper processor recognition helps affected processors.
Features:
* The allocation functions now detect overflow of the mpz_t type. This means
that overflow will now cause an abort, except when the allocation
computation itself overflows. (Such overflow can probably only happen in
powering functions; we will detect powering overflow in the future.)
|
2008-07-14 15:06:23 by Antoine Reilles | Files touched by this commit (2) |
Log message:
Fix build under MacOSX Leopard with Xcode 3
|
2008-04-01 02:57:09 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
Add distribution patch (from gmplib.org) for the following bug:
When using mpf_set_str, mpf_init_set_str, or mpf_inp_str
with a base > 36, the supplied base will actually be ignored,
and the exponent 0 will be supplanted. [2007-12-10]
All tests pass on NetBSD/amd64 4.99.58.
Bump revision.
|
2008-03-11 19:47:41 by Tobias Nygren | Files touched by this commit (14) |
Log message:
Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
|
2007-12-02 14:04:16 by Thomas Klausner | Files touched by this commit (35) |
Log message:
Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.
|
2007-11-25 09:35:32 by Roland Illig | Files touched by this commit (3) |
Log message:
Sunpro accepts __attribute__((mode ...)), but ignores it. Fixed the
configure test and reported it upstream.
|