| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some long lines in BigInt.pm | Father Chrysostomos | 2013-08-23 | 1 | -190/+194 |
* | Long verbatim pod lines in BigFloat.pm | Father Chrysostomos | 2013-08-23 | 1 | -18/+19 |
* | Add bint() method for rounding towards zero. | Peter John Acklam | 2013-08-23 | 13 | -27/+90 |
* | bump versions for Math::BigInt and Math::BigFloat | Tony Cook | 2013-08-23 | 2 | -2/+2 |
* | Clean up POD for Math::BigInt and Math::BigFloat | Tony Cook | 2013-08-23 | 2 | -169/+175 |
* | typo fixes for Math-BigInt | David Steinbrunner | 2013-05-27 | 4 | -20/+20 |
* | fix various podcheck nits | David Golden | 2013-05-23 | 1 | -4/+8 |
* | Math-BigInt: Fix some broken links | Karl Williamson | 2013-03-18 | 3 | -6/+6 |
* | Fix various minor pod issues | Karl Williamson | 2013-01-24 | 1 | -2/+2 |
* | Increase $Math::BigInt::VERSION to 1.998 | Father Chrysostomos | 2012-01-16 | 1 | -1/+1 |
* | BigInt.pm: Suppress overload warning | Father Chrysostomos | 2012-01-16 | 1 | -0/+3 |
* | [perl #98280] Use same version number 1.997 in all .pm files. | Peter John Acklam | 2011-09-02 | 3 | -3/+3 |
* | [perl #98256] Add POD for the bsgn() method. | Peter John Acklam | 2011-09-01 | 1 | -0/+7 |
* | Bump Math::Big(In|Floa)t versions | Father Chrysostomos | 2011-09-01 | 2 | -2/+2 |
* | remove incorrect formatting inside verbatim paragraphs | Alexandr Ciornii | 2011-09-01 | 1 | -23/+23 |
* | Correct links to sections (and modules in case of BigFloat.pm) | Alexandr Ciornii | 2011-09-01 | 2 | -23/+23 |
* | Rewrap some verbatim pod in Math::BigInt | Father Chrysostomos | 2011-08-10 | 1 | -116/+127 |
* | Keep verbatim pod in various dist/* pods within 79 cols | Father Chrysostomos | 2011-08-10 | 1 | -158/+162 |
* | Remove x bit from rt-16221.t | Father Chrysostomos | 2011-06-11 | 1 | -0/+0 |
* | Increase Math::BigInt’s version | Father Chrysostomos | 2011-06-11 | 1 | -1/+1 |
* | Increase Math::BigFloat’s version | Father Chrysostomos | 2011-06-11 | 1 | -1/+1 |
* | Fix Math::BigFloat->numify(). | Peter John Acklam | 2011-06-11 | 2 | -12/+17 |
* | Fix objectify()'s handling of "foreign objects". | Peter John Acklam | 2011-06-11 | 2 | -87/+199 |
* | Add sign function bsgn() as a complement to babs(). | Peter John Acklam | 2011-06-11 | 5 | -4/+24 |
* | Increase Math::BigInt’s version | Father Chrysostomos | 2011-03-07 | 1 | -1/+1 |
* | [perl #85482] Make bmuladd() able to handle third arg properly. | Peter John Acklam | 2011-03-05 | 2 | -12/+2 |
* | [perl #85476] Add tests to confirm fix of RT #49569. | Peter John Acklam | 2011-03-05 | 4 | -3/+24 |
* | [perl #85334] Document actual behaviour of from_xxx() methods. | Peter John Acklam | 2011-03-05 | 1 | -0/+13 |
* | Update Math::BigInt to CPAN version 1.993 | Peter John Acklam | 2011-02-25 | 4 | -8/+8 |
* | Update Math::BigInt to CPAN version 1.992 | Peter John Acklam | 2011-02-18 | 6 | -144/+264 |
* | [perl #83406] Library compatibility and API documentation (v1.991). | pjacklam | 2011-02-05 | 4 | -127/+415 |
* | bmodpow() fails when GMP library is used. | Peter John Acklam | 2011-01-28 | 1 | -7/+8 |
* | Remove training whitespace in Pod which can confuse pod/buildtoc | Nicholas Clark | 2011-01-21 | 4 | -58/+57 |
* | Bumped Math-BigInt, Math-BigInt-FastCalc and Math-BigRat versions for release... | Jesse Vincent | 2011-01-20 | 3 | -3/+3 |
* | [perl #82098] Fix RT 61543 and remaining part of RT 63237 | Peter John Acklam | 2011-01-16 | 5 | -25/+250 |
* | Fix typos (spelling errors) in dist/* | Peter J. Acklam) (via RT | 2011-01-07 | 12 | -25/+25 |
* | [perl #81400] Fix bmodinv() part of RT 63237 | Peter John Acklam | 2011-01-02 | 2 | -26/+73 |
* | Calc.pm: Fix _modpow() part of RT#63237 | Peter John Acklam | 2010-12-26 | 1 | -1/+1 |
* | Fix RT 62764: Math::BigFloat->bcmp() fails. | Peter John Acklam | 2010-12-26 | 6 | -51/+146 |
* | Fix RT 25274: Math::BigInt::Calc->_num() overflow. | Peter John Acklam | 2010-12-26 | 1 | -9/+14 |
* | bump version of many modules | Zefram | 2010-12-19 | 4 | -4/+4 |
* | Spelling: reminder -> remainder | Peter John Acklam | 2010-11-30 | 6 | -11/+11 |
* | Sync version of dist/Math-BigInt modules to 1.99_01 as per Florian's request | Chris 'BinGOs' Williams | 2010-11-19 | 4 | -4/+4 |
* | Upgrade Math::BigInt from version 1.98 to 1.99 | Florian Ragwitz | 2010-11-15 | 3 | -3/+3 |
* | RT ticket 62949: $x -> bmodpow(1, 1) fails when $x is large | Peter John Acklam | 2010-11-14 | 5 | -6/+7 |
* | RT ticket 62918: _modpow(x,y,z) with x = 0 and y > 0 | Peter John Acklam | 2010-11-12 | 5 | -8/+16 |
* | RT ticket #43694: as_int/as_number lose precision | Peter John Acklam | 2010-11-10 | 6 | -5/+6 |
* | Upgrade Math::BigInt to version 1.98 | Florian Ragwitz | 2010-11-08 | 3 | -3/+3 |
* | RT ticket #61812: digit($n) with $n "out of range" | Peter John Acklam | 2010-11-07 | 2 | -11/+13 |
* | RT ticket #62643: typos in POD and code comments | Peter John Acklam | 2010-11-07 | 7 | -28/+28 |