Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fis various Math::BigInt spelling mistakes | gregor herrmann | 2010-09-24 | 4 | -7/+7 |
| | |||||
* | Upgrade Math::BigInt from version 1.93 to 1.95 | Florian Ragwitz | 2010-09-14 | 1 | -2/+2 |
| | |||||
* | Upgrade Math::BigInt from version 1.92 to 1.93 | Florian Ragwitz | 2010-09-13 | 4 | -4/+4 |
| | |||||
* | Make Math-BigInt require perl 5.6.2 | Florian Ragwitz | 2010-09-13 | 3 | -3/+3 |
| | | | | | It has been broken on 5.6.1 and earlier for quite some time now, and it isn't clear why. If anyone wants 5.6.2 support back, patches are welcome. | ||||
* | Convert Math::BigInt tests from Test to Test::More. | Nicholas Clark | 2010-09-10 | 35 | -1155/+945 |
| | |||||
* | Remove obsolete core test directory boilerplate from Math::BigInt. | Nicholas Clark | 2010-09-10 | 46 | -776/+56 |
| | | | | | | | This was only needed for testing in the core, when the core's tests all ran the top level t/ directory. Without this getting in the way, we don't need t/TEST and t/harness to run the tests with absolute paths in @INC. Testing in the CPAN distribution is unaffected. | ||||
* | Math-BigInt 1.92 | Florian Ragwitz | 2010-09-10 | 1 | -1/+1 |
| | | | | The 1.91 upload to CPAN was broken, so we have to bump $VERSION again. | ||||
* | Math-BigInt 1.91 | Florian Ragwitz | 2010-09-10 | 2 | -2/+2 |
| | |||||
* | Fix copy/paste documentation error | Florian Ragwitz | 2010-09-10 | 1 | -1/+1 |
| | |||||
* | bacmp() ignores its argument's sign | Florian Ragwitz | 2010-09-10 | 1 | -1/+1 |
| | |||||
* | Lowest common multiple, not multiplicator | Florian Ragwitz | 2010-09-10 | 1 | -9/+9 |
| | |||||
* | Fix a couple of Math-BigInt POD nits | Florian Ragwitz | 2010-09-10 | 2 | -7/+7 |
| | | | | Closes CPANRT#51824. | ||||
* | is_pos means > 0, not >= 0 | Florian Ragwitz | 2010-09-10 | 1 | -5/+5 |
| | | | | Closes CPANRT#61204. | ||||
* | Bump Math::BigInt{,::Calc}::VERSION for bnok fixes | Florian Ragwitz | 2010-09-03 | 2 | -2/+2 |
| | |||||
* | Fix Math::BigInt's bnok($k) for $k==0 and $k==$n-1 | Piotr Fusik | 2010-09-03 | 11 | -33/+37 |
| | | | | | Signed-off-by: Florian Ragwitz <rafl@debian.org> [rafl@debian.org: fixed bigflt tests and test plans] | ||||
* | blead is upstream for Math-BigInt | Florian Ragwitz | 2010-09-02 | 60 | -0/+23305 |