This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Keep verbatim pod in various dist/* pods within 79 cols
[perl5.git] / dist / Math-BigInt / lib /
2011-08-10 Father ChrysostomosKeep verbatim pod in various dist/* pods within 79...
2011-06-11 Father ChrysostomosIncrease Math::BigInt’s version
2011-06-11 Father ChrysostomosIncrease Math::BigFloat’s version
2011-06-11 Peter John AcklamFix Math::BigFloat->numify().
2011-06-11 Peter John AcklamFix objectify()'s handling of "foreign objects".
2011-06-11 Peter John AcklamAdd sign function bsgn() as a complement to babs().
2011-03-08 Father ChrysostomosIncrease Math::BigInt’s version
2011-03-06 Peter John Acklam[perl #85482] Make bmuladd() able to handle third arg...
2011-03-06 Peter John Acklam[perl #85334] Document actual behaviour of from_xxx...
2011-02-25 Peter John AcklamUpdate Math::BigInt to CPAN version 1.993
2011-02-18 Peter John AcklamUpdate Math::BigInt to CPAN version 1.992
2011-02-05 pjacklam[perl #83406] Library compatibility and API documentati...
2011-01-29 Peter John Acklambmodpow() fails when GMP library is used.
2011-01-21 Nicholas ClarkRemove training whitespace in Pod which can confuse...
2011-01-20 Jesse VincentBumped Math-BigInt, Math-BigInt-FastCalc and Math-BigRa...
2011-01-16 Peter John Acklam[perl #82098] Fix RT 61543 and remaining part of RT...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2011-01-02 Peter John Acklam[perl #81400] Fix bmodinv() part of RT 63237
2010-12-26 Peter John AcklamCalc.pm: Fix _modpow() part of RT#63237
2010-12-26 Peter John AcklamFix RT 62764: Math::BigFloat->bcmp() fails.
2010-12-26 Peter John AcklamFix RT 25274: Math::BigInt::Calc->_num() overflow.
2010-12-19 Zeframbump version of many modules
2010-11-30 Peter John AcklamSpelling: reminder -> remainder
2010-11-19 Chris 'BinGOs' Wil... Sync version of dist/Math-BigInt modules to 1.99_01...
2010-11-15 Florian RagwitzUpgrade Math::BigInt from version 1.98 to 1.99
2010-11-14 Peter John AcklamRT ticket 62949: $x -> bmodpow(1, 1) fails when $x...
2010-11-12 Peter John AcklamRT ticket 62918: _modpow(x,y,z) with x = 0 and y > 0
2010-11-10 Peter John AcklamRT ticket #43694: as_int/as_number lose precision
2010-11-08 Florian RagwitzUpgrade Math::BigInt to version 1.98
2010-11-07 Peter John AcklamRT ticket #61812: digit($n) with $n "out of range"
2010-11-07 Peter John AcklamRT ticket #62643: typos in POD and code comments
2010-11-07 Peter John AcklamRT ticket #62101: as_int() returns NaN for inf
2010-11-07 Peter John AcklamRT ticket #61845: from_bin() documentation error
2010-10-29 Nicholas ClarkReorder the list return of Math::BigInt::Calc::_base_len().
2010-10-05 Father Chrysostomos[perl #73534] Bigrat segfaults on irrational numbers
2010-09-28 Florian RagwitzUpgrade Math::BigInt from version 1.95 to 1.96
2010-09-24 gregor herrmannFis various Math::BigInt spelling mistakes
2010-09-13 Florian RagwitzUpgrade Math::BigInt from version 1.93 to 1.95
2010-09-13 Florian RagwitzUpgrade Math::BigInt from version 1.92 to 1.93
2010-09-13 Florian RagwitzMake Math-BigInt require perl 5.6.2
2010-09-10 Florian RagwitzMath-BigInt 1.92
2010-09-10 Florian RagwitzMath-BigInt 1.91
2010-09-10 Florian RagwitzFix copy/paste documentation error
2010-09-10 Florian Ragwitzbacmp() ignores its argument's sign
2010-09-10 Florian RagwitzLowest common multiple, not multiplicator
2010-09-10 Florian RagwitzFix a couple of Math-BigInt POD nits
2010-09-10 Florian Ragwitzis_pos means > 0, not >= 0
2010-09-03 Florian RagwitzBump Math::BigInt{,::Calc}::VERSION for bnok fixes
2010-09-03 Piotr FusikFix Math::BigInt's bnok($k) for $k==0 and $k==$n-1
2010-09-02 Florian Ragwitzblead is upstream for Math-BigInt