Next | Query returned 35 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816)
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
   2019-01-12 05:21:35 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 1.6006

Upstream changes:
1.6006 2018-10-09

 * Update MANIFEST.SKIP.

 * Sync test files with Math-BigInt.

 * Better Makefile.PL.
   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2018-05-02 14:31:05 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
p5-Math-BigInt-GMP: update to 1.6005.

1.6005 2018-04-17

 * Fix memory leak in _modinv() (thanks to DANAJ). See CPAN RT #123807.

 * 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.
   2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298)
Log message:
Recursive revbump from lang/perl5 5.26.0
   2017-02-11 12:09:26 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated math/p5-Math-BigInt-GMP to 1.6004
-----------------------------------------
2017-02-05 v1.6004 pjacklam
 * Fix typos in POD.
 * Update link in SUPPORT section.
 * Minor improvements to the documentation (POD).
   2017-01-18 14:48:34 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 1.6003
Update DEPENDS

Upstream changes:
2017-01-11 v1.6003 pjacklam

 * Fix syntax for required version of Math::BigInt::Lib.

 * Better checking of POD coverage.

 * Sync test files with Math-BigInt-1.999808.

2016-12-03 v1.6002 pjacklam

 * Use ExtUtils::MakeMaker rather than Module::Install in Makefile.PL

 * Don't use Devel::CheckLib. It fails on Windows even in cases where
   this distribution would build just fine.

 * Update BUGS file.

 * Remove author information in LICENSE file.

 * Inform that the TODO file is not up to date.

 * Remove INSTALL file. The information is in the README file.

2016-11-23 v1.6001 pjacklam

 * Sync test files with Math-BigInt-1.999801.

 * Correct version number in CHANGES file.

2016-11-15 v1.6000 pjacklam

 * 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.
   2016-08-09 02:01:15 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 1.51

Upstream changes:
2016-04-25 v1.51 pjacklam
  * Sync test files with Math-BigInt-1.999719.

2016-04-22 v1.50 pjacklam
  * Sync test files with Math-BigInt-1.999718.

2016-01-03 v1.49 pjacklam
  * Sync test files with Math-BigInt-1.999714.

2015-12-31 v1.48 pjacklam
  * Sync test files with Math-BigInt-1.999713.

2015-12-14 v1.47 pjacklam
  * Add patch from Gregor Herrmann (GREGOA) based on code by Dana Jacobsen
    (DANAJ) to 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).

2015-12-03 v1.46 pjacklam
  * Add patch from Dana Jacobsen (DANAJ) and add 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 readble (for me, at
    least) and more in accordance with the 'perlstyle' manpage.

2015-11-09 v1.45 pjacklam
  * Sync test files with Math-BigInt-1.999709.
  * Required version of Test::More is 0.47.

2015-10-29 v1.44 pjacklam
  * Sync test files with Math-BigInt-1.999707.
  * Update the README file.
  * Remove the files INSTALL and LICENSE as this information is already covered
    in the file README.
  * 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.

2015-09-21 v1.43 pjacklam
  * Sync test files with Math-BigInt-1.999703.
  * Required version of Math-BigInt is now 1.999703.
  * Update author information.

2015-09-17 v1.42 pjacklam
  * Sync test files with Math-BigInt-1.999702.
  * Required version of Math-BigInt is now 1.999702.

2015-09-11 v1.41 pjacklam
 lib/Math/BigInt/GMP.pm
  * Updated version number.
 Makefile.PL
  * Updated required version of Math::BigInt.
 t/bigfltpm.inc
  * Synced tests with the Math-BigInt distribution.
 t/bigfltpm.t
  * Updated number of tests.
 t/bigintpm.inc
  * Synced tests with the Math-BigInt distribution.
 t/bigintpm.t
  * Updated number of tests.

2015-08-18 v1.40 pjacklam
 CHANGES
  * Add changes for the newest release.
  * Reorder change entries into descending chronological order.
 lib/Devel/CheckLib.pm
  * Update bundled Devel::CheckLib from v1.01 to v1.03.
 Makefile.PL
  * Update required version of Math-BigInt to 1.9994.
 t/01load.t
  * Improve formatting of module version information.
 t/bigfltpm.t
  * Use the correct backend, in this case Math::BigInt::GMP.
  * Skip test specific for the Math::BigInt::Calc backend.
 t/bigintpm.inc
  * Rather than an early exit(), use skip() to skip tests.
 t/bigintpm.t
  * Use the correct backend, in this case Math::BigInt::GMP.
 t/biglog.t
  * Use the correct backend, in this case Math::BigInt::GMP. This was correct
    in v1.21, but has been wrong since then.
 t/bigroot.t
  * Use the correct backend, in this case Math::BigInt::GMP. This was correct
    up until v1.32, but has been wrong since then.
 lib/Math/BigInt/GMP.pm
  * Increment Math::BigInt::GMP version number to 1.40.

2015-08-17 v1.39 pjacklam
 * Updated test files with those from Math-BigInt-1.9997.

2014-04-03 v1.38 pjacklam
 * Updated test files from the Math::BigInt distribution (Peter John Acklam).
 * Updated POD (Peter John Acklam)
 * Updated bundled Devel::CheckLib from v0.93 to v1.01 (Peter John Acklam).
   2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236)
Log message:
Bump PKGREVISION for perl-5.24.

Next | Query returned 35 messages, browsing 11 to 20 | Previous