pkgsrc/devel/gmp
bjs a9d0388552 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-08-17 07:56:11 +00:00
..
patches Update to gmp-4.2.3. 2008-08-17 07:56:11 +00:00
buildlink3.mk Update to GNU MP 4.2.1 2006-12-09 03:38:16 +00:00
DESCR
distinfo Update to gmp-4.2.3. 2008-08-17 07:56:11 +00:00
Makefile Update to gmp-4.2.3. 2008-08-17 07:56:11 +00:00
PLIST * Honor PKGINFODIR. 2006-03-30 03:44:41 +00:00