| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH bleadperl] Math::Big* doc patches (and some code) | Philip Newton | 2001-07-10 | 4 | -144/+150 |
* | Update to Math::BigInt 1.36. The biggest news is | Jarkko Hietaniemi | 2001-07-10 | 6 | -1118/+1852 |
* | Bump up the VERSIONs of modules that have changed since 5.6.0, | Jarkko Hietaniemi | 2001-06-29 | 2 | -2/+2 |
* | Make also the bigintpm.t (like op/sprintf.t) be less demanding | Jarkko Hietaniemi | 2001-06-23 | 1 | -2/+7 |
* | The #10792 didn't take, and s/sighni/signi/, as noticed by | Jarkko Hietaniemi | 2001-06-22 | 2 | -15/+36 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 5 | -0/+3339 |
* | Math::BigInt 1.35 from Tels. | Jarkko Hietaniemi | 2001-06-16 | 2 | -809/+3886 |
* | Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)" | John Peacock | 2001-04-25 | 1 | -4/+13 |
* | The Math::BigFloat::import() was broken. | Jarkko Hietaniemi | 2001-04-24 | 1 | -1/+9 |
* | Math::BigFloat patches from John Peacock. The equivalent | Jarkko Hietaniemi | 2001-04-06 | 1 | -19/+49 |
* | Add great_circle_direction(). | Jarkko Hietaniemi | 2001-04-01 | 1 | -8/+47 |
* | Integrate change #9006 from maintperl to mainline, | Jarkko Hietaniemi | 2001-03-03 | 1 | -3/+13 |
* | The Im() function wasn't returning zero for non-Math::Complex | Jarkko Hietaniemi | 2001-02-09 | 1 | -1/+1 |
* | overload int() | Ilya Zakharevich | 2001-01-25 | 2 | -0/+29 |
* | Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351 | Peter Prymmer | 2001-01-13 | 1 | -0/+26 |
* | Add =pod to be tidy. | Jarkko Hietaniemi | 2000-11-05 | 1 | -0/+2 |
* | display_format used as a class method without arguments was broken, | Yasushi Nakajima | 2000-08-28 | 1 | -17/+10 |
* | Support preserving extremely big/small angles. | Jarkko Hietaniemi | 2000-08-25 | 1 | -14/+29 |
* | Unicos/mk requires elaborate paranoia. | Jarkko Hietaniemi | 2000-08-21 | 1 | -4/+7 |
* | Fix the lib/complex failure of | Abigail | 2000-08-18 | 1 | -2/+2 |
* | Re: [PATCH]Re: Questions about Math::BigFloat | John Peacock | 2000-08-17 | 2 | -7/+20 |
* | Complex tweaks. | Jarkko Hietaniemi | 2000-05-05 | 1 | -24/+34 |
* | The search of infinity continues, this time simplified. | Jarkko Hietaniemi | 2000-05-03 | 1 | -8/+3 |
* | Complex tweakery. | Jarkko Hietaniemi | 2000-05-02 | 1 | -10/+13 |
* | Infinite problems. | Jarkko Hietaniemi | 2000-05-02 | 1 | -6/+4 |
* | &HUGE_VAL is not defined, it exists. | Jarkko Hietaniemi | 2000-04-28 | 1 | -1/+1 |
* | Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf. | Jarkko Hietaniemi | 2000-04-28 | 1 | -19/+22 |
* | Preserve $!. | Jarkko Hietaniemi | 2000-04-28 | 1 | -1/+5 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-28 | 1 | -1/+0 |
|\ |
|
| * | change#4197 somehow missed initializing PL_errors, meaning | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+0 |
* | | Unicos tweaks from Mark P. Lutz. | Jarkko Hietaniemi | 2000-04-27 | 1 | -1/+4 |
|/ |
|
* | Be more robust on "extreme" (large absolute value) | Jarkko Hietaniemi | 2000-04-26 | 1 | -147/+179 |
* | wording changes | Jarkko Hietaniemi | 2000-03-08 | 1 | -12/+10 |
* | Make the stringification more customizable. | Jarkko Hietaniemi | 2000-03-08 | 1 | -45/+122 |
* | more whitespace removal (from Michael G Schwern) | Gurusamy Sarathy | 2000-03-04 | 1 | -5/+5 |
* | use warnings rather than fiddling with $^W (from Paul Marquess) | Gurusamy Sarathy | 2000-02-02 | 1 | -1/+1 |
* | fix typos; avoid use constant for lowercase constants (produces | Gurusamy Sarathy | 2000-01-24 | 2 | -7/+7 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 2 | -4/+4 |
* | fix bug when one of the operands is +0E+0 (from Ronald J Kimball | Gurusamy Sarathy | 1999-12-17 | 1 | -5/+6 |
* | email address changes | Gurusamy Sarathy | 1999-12-01 | 2 | -2/+2 |
* | Warn about small spherical distances. | Jarkko Hietaniemi | 1999-08-18 | 1 | -1/+10 |
* | (was Re: Unitialized Value Complaints in Math::BigFloat) | Jan Dubois | 1999-05-29 | 1 | -0/+1 |
* | applied suggested patch, added tests | William Mann | 1999-05-08 | 1 | -0/+77 |
* | remove bogus panic() | Gurusamy Sarathy | 1999-03-25 | 1 | -1/+1 |
* | patch for useless Math::BigInt warnings | Tim Witham | 1999-03-23 | 1 | -0/+2 |
* | fix bugs in the handling of negative numbers, among other things | Steven Knight | 1999-02-15 | 2 | -13/+38 |
* | Update Trig.pm from maint-5.005. | Jarkko Hietaniemi | 1999-02-02 | 1 | -4/+5 |
* | documentation in change#2596 is not quite right; fix it | Gurusamy Sarathy | 1999-01-17 | 1 | -1/+1 |
* | Another set of doc patches from Abigail | Abigail | 1999-01-07 | 2 | -3/+3 |
* | Enhance the great_circle_distance() documentation. | Jarkko Hietaniemi | 1999-01-06 | 1 | -5/+18 |