| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip [perl #72332] DD test on 5.10.1 | Father Chrysostomos | 2010-11-19 | 1 | -3/+6 |
* | Fix Data::Dumper test on old perls | Steffen Mueller | 2010-11-20 | 1 | -1/+3 |
* | Bump Math::BigInt::FastCalc to dev release as per Florian's request | Chris 'BinGOs' Williams | 2010-11-19 | 1 | -1/+1 |
* | Bump Math::BigRat to dev release as per Florian's request | Chris 'BinGOs' Williams | 2010-11-19 | 1 | -1/+1 |
* | 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 |
* | Performance improvement for overloaded classes from Benjamin Holzman | Abhijit Menon-Sen | 2010-11-12 | 4 | -4/+32 |
* | RT ticket 62918: _modpow(x,y,z) with x = 0 and y > 0 | Peter John Acklam | 2010-11-12 | 5 | -8/+16 |
* | Update Data::Dumper’s change log | Father Chrysostomos | 2010-11-11 | 1 | -1/+5 |
* | Increase Data::Dumper’s version | Father Chrysostomos | 2010-11-11 | 1 | -2/+2 |
* | Increase threads’ version | Father Chrysostomos | 2010-11-11 | 1 | -1/+1 |
* | Correct note about dir handles in threads.pm | Father Chrysostomos | 2010-11-11 | 1 | -2/+2 |
* | Fix compilation with old xsubpps | Florian Ragwitz | 2010-11-10 | 1 | -3/+3 |
* | RT ticket #43694: as_int/as_number lose precision | Peter John Acklam | 2010-11-10 | 6 | -5/+6 |
* | Move ExtUtils-Command from cpan/ to dist/ | Florian Ragwitz | 2010-11-09 | 4 | -0/+707 |
* | Move ExtUtils-Manifest from cpan/ to dist/ | Florian Ragwitz | 2010-11-09 | 3 | -0/+1352 |
* | Disable bitwise operators | Florian Ragwitz | 2010-11-09 | 2 | -1/+26 |
* | Upgrade Math::BigInt to version 1.98 | Florian Ragwitz | 2010-11-08 | 3 | -3/+3 |
* | Fix an out of bounds write in Data-Dumper with malformed utf8 input | Niko Tyni | 2010-11-07 | 2 | -2/+18 |
* | 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 |
* | RT ticket #62101: as_int() returns NaN for inf | Peter John Acklam | 2010-11-07 | 6 | -4/+10 |
* | RT ticket #61845: from_bin() documentation error | Peter John Acklam | 2010-11-07 | 1 | -1/+1 |
* | Structure dist/Math-BigInt-FastCalc like the CPAN dist | Florian Ragwitz | 2010-11-07 | 1 | -3/+3 |
* | Eliminate a few more $op->private calls in Deparse | Father Chrysostomos | 2010-11-06 | 1 | -4/+4 |
* | Make Deparse work with y/å/ø/ | Father Chrysostomos | 2010-11-06 | 2 | -2/+9 |
* | Test y///r with B::Deparse | Father Chrysostomos | 2010-11-06 | 1 | -1/+4 |
* | y///r | Father Chrysostomos | 2010-11-02 | 1 | -0/+2 |
* | Avoid multiple $op->private calls in B::Deaprse::pp_trans | Father Chrysostomos | 2010-11-02 | 1 | -3/+4 |
* | Refactor Storable::{net_,}pstore to return undef/true, instead of 1 or 0. | Nicholas Clark | 2010-11-01 | 2 | -9/+8 |
* | Refactor the error handling logic in Storable::_store(). | Nicholas Clark | 2010-11-01 | 1 | -2/+9 |
* | Merge Storable::{is_storing,is_retrieving} using ALIAS. | Nicholas Clark | 2010-10-31 | 1 | -7/+7 |
* | Storable::{last_op_in_netorder,is_storing,is_retrieving} are all boolean. | Nicholas Clark | 2010-10-31 | 1 | -6/+6 |
* | Merge Storable::{,net_}pstore and Storable::{,net_}mstore using ALIAS. | Nicholas Clark | 2010-10-31 | 2 | -80/+27 |
* | Bump Safe's version to 2.29 | Rafael Garcia-Suarez | 2010-10-31 | 3 | -3/+6 |
* | Add &version::vxs::VCMP to Safe's default share | Rafael Garcia-Suarez | 2010-10-31 | 1 | -0/+1 |
* | Macros are not called with aTHX_ | Father Chrysostomos | 2010-10-29 | 1 | -1/+1 |
* | Fix Math::BigInt::FastCalc build under Win32 with croak_xs_usage(). | George Greer | 2010-10-29 | 1 | -1/+1 |
* | Math::BigInt::FastCalc doesn't need to set $BASE or $BASE_LEN. | Nicholas Clark | 2010-10-29 | 1 | -4/+2 |
* | Math::BigInt::FastCalc doesn't need to override methods in a BEGIN block. | Nicholas Clark | 2010-10-29 | 1 | -5/+2 |
* | Refactor FastCalc to initialise BASE and BASE_LEN as part of bootstrap. | Nicholas Clark | 2010-10-29 | 2 | -17/+9 |
* | Reorder the list return of Math::BigInt::Calc::_base_len(). | Nicholas Clark | 2010-10-29 | 5 | -12/+10 |
* | Run 01SelfLoader.t also under taint mode | Father Chrysostomos | 2010-10-27 | 1 | -0/+7 |
* | Remove THREADSV_NAMES, part of 5005 threads that the chainsaw missed. | Nicholas Clark | 2010-10-27 | 1 | -1/+2 |
* | B::Deparse should call B::threadsv_names, instead of hard coding a list. | Nicholas Clark | 2010-10-27 | 2 | -10/+7 |
* | Get B::Deparse to load on perls back to 5.8.1 | Nicholas Clark | 2010-10-27 | 1 | -13/+22 |
* | refactor and regularise label/statement grammar | Zefram | 2010-10-25 | 1 | -6/+14 |
* | In FastCalc.xs, use SV * as the return type for _new() and _zero() | Nicholas Clark | 2010-10-25 | 1 | -10/+10 |
* | Convert Math::BigInt::FastCalc to XSLoader. | Nicholas Clark | 2010-10-25 | 1 | -6/+4 |