0.0018 2025-03-25 * Sync test files with Math-BigInt. 0.0017 2025-02-22 * Sync test files with Math-BigInt. 0.0016 2024-01-06 * Sync test files with Math-BigInt. 0.0015 2023-12-27 * Add methods _ilog2() and _clog2() for int(log2(x)) and ceil(log2(x)), respectively. Also add test files. * Sync test files with Math-BigInt. 0.0014 2023-12-21 * Implement _log_int() via Rmpz_sizeinbase(). * Sync test files with Math-BigInt. 0.0013 2023-09-21 * Fix CPAN RT #147612. The "perl Makefile.PL" step would fail if Math::GMPz was not installed. 0.0012 2023-09-20 * Sync test files with Math-BigInt. * Remove obsolete link to cpanratings.org. 0.0011 2023-04-03 * Sync test files with Math-BigInt. 0.0010 2022-05-21 * Add a check to Makefile.PL to verify that GMP 5.1.0 or higher is available. 0.0009 2022-05-17 * Sync test files with Math-BigInt. 0.0008 2021-09-28 * Sync test files with Math-BigInt. 0.0007 2021-07-09 * Require GMP version 5.1.0. * Display the version of GMP during configuratino and tests are run. 0.0006 2021-07-03 * Require Math::GMPz version 0.36. 0.0005 2021-07-02 * Fix _lsft() and _rsft() so they don't hang. * Sync test files with Math-BigInt. 0.0004 2019-10-10 * Add methods _fib() and _lucas(). * Sync test files with Math-BigInt. 0.0003 2018-10-09 * List implemented methods in POD. * Update MANIFEST.SKIP. * Sync test files with Math-BigInt. * Better Makefile.PL 0.0002 2018-04-17 * The tests now require Test::More version 0.88 or newer. * Sync test files with Math-BigInt. * Add test files t/release-test-version.t, t/release-portability.t, and t/release-cpan-changes.t. * Use a MANIFEST.SKIP file based on the default file in the ExtUtils-Manifest distribution. * Format CHANGES according to CPAN::Changes::Spec. * Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t to t/release-pod-coverage.t. 0.0001 2017-01-11 * Initial release.