- New upstream release 1.6000
- Sync test files with Math-BigInt-1.999800
- Update bundled Devel::CheckLib from v1.03 to v1.07
- Math::BigInt::GMP is now a subclass of Math::BigInt::Lib, so remove pure
Perl methods from Math::BigInt::GMP that are implemented in the superclass
Math::BigInt::Lib; the methods removed are _digit(), _num(), _nok(), and
_log_int() (the version of _log_int() implemented in Math::BigInt::GMP was
buggy anyway)
- Fix _check() so it doesn't give a "use of uninitialized value" warning if
given an undefined "object"
- Trim whitespace in all files
- Better use of the functionality in Test::More in t/bigintg.t
- Add support for build --with author_tests
- New upstream release 1.47
- Fix problems with the new() method when Perl is compiled with support for
64-bit integers, but on platforms when the underlying OS is 32-bit
(CPAN RT#71548)
- New upstream release 1.46
- Add patch and new test file 't/mbi-from-big-scalar.t' regarding
CPAN RT#103517
- Fix spelling in GMP.xs ('modifing' → 'modifying')
- Whitespace/formatting in t/bigintg.t to make it more readable and more in
accordance with the 'perlstyle' manpage
- New upstream release 1.44
- Sync test files with Math-BigInt-1.999707
- Update the README file
- Replace 'use vars ...' with 'our ...'; we require a Perl newer than 5.6.0
anyway
- Required version of Math-BigInt is now 1.999706
- Add 'Test::More' to TEST_REQUIRES in Makefile.PL
- Enable 'use warnings'; we require a Perl newer than 5.6.0 anyway
- Add 'assertlib.*\.exe' to MANIFEST.SKIP, since make generates temporary
files like 'assertlibzxjE4WfG.exe' on Cygwin
- New upstream release 1.40
- Add changes for the newest release
- Reorder change entries into descending chronological order
- Update bundled Devel::CheckLib from v1.01 to v1.03
- Update required version of Math-BigInt to 1.9994
- Various test fixes to ensure correct backend is used
- Rather than an early exit(), use skip() to skip tests
- New upstream release 1.38
- Updated test files from the Math::BigInt distribution
- Updated POD
- Updated bundled Devel::CheckLib from v0.93 to v1.01
- Classify buildreqs by usage
- Use features from recent EU::MM since we need Math::BigInt ≥ 1.9993
- Always run the test suite
- Improve %summary and %description
- Use %license
- Make %files list more explicit
- Remove spurious exec permissions from text files
- Don't need to remove empty directories from the buildroot
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't use macros for commands
This release doesn't build. I will look into the problem. In the mean
time, I've reported it upstream.
https://rt.cpan.org/Ticket/Display.html?id=64121
Changelog:
* Update to 1.32.
* Update Source0 URL.
* BR threads.