Path to this page:
Subject: CVS commit: pkgsrc/devel/gmp
From: Thomas Klausner
Date: 2013-05-25 15:32:26
Message id: 20130525133226.2091F92@ivanova.netbsd.org
Log Message:
Update to 5.1.2:
Changes between GMP version 5.1.1 and 5.1.2
BUGS FIXED
* A bug in mpz_powm_ui triggered by base arguments of at least 15000 decimal
digits or mod arguments of at least 7500 decimal digits has been fixed.
* A AMD Bulldozer specific bug affecting the 64-bit Windows ABI has been
fixed. This bug was in a key function (mpn_mul_1) and made both Bulldozer
specific builds and fat builds run on Bulldozer completely non-functional.
MISC
* Fixes and generalisations to the test suite.
* Minor portability enhancements.
Files: