summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Update Module::CoreList for v5.13.7Chris 'BinGOs' Williams2010-11-202-8/+661
* Bump Data::Dumper version as previous commit made a changeChris 'BinGOs' Williams2010-11-201-1/+1
* Fix the test fix for older perls (5499dc3d6e47ea78). We're still on 5.13.6Nicholas Clark2010-11-201-1/+1
* Skip [perl #72332] DD test on 5.10.1Father Chrysostomos2010-11-191-3/+6
* Fix Data::Dumper test on old perlsSteffen Mueller2010-11-201-1/+3
* Bump Math::BigInt::FastCalc to dev release as per Florian's requestChris 'BinGOs' Williams2010-11-191-1/+1
* Bump Math::BigRat to dev release as per Florian's requestChris 'BinGOs' Williams2010-11-191-1/+1
* Sync version of dist/Math-BigInt modules to 1.99_01 as per Florian's requestChris 'BinGOs' Williams2010-11-194-4/+4
* Upgrade Math::BigInt from version 1.98 to 1.99Florian Ragwitz2010-11-153-3/+3
* RT ticket 62949: $x -> bmodpow(1, 1) fails when $x is largePeter John Acklam2010-11-145-6/+7
* Performance improvement for overloaded classes from Benjamin HolzmanAbhijit Menon-Sen2010-11-124-4/+32
* RT ticket 62918: _modpow(x,y,z) with x = 0 and y > 0Peter John Acklam2010-11-125-8/+16
* Update Data::Dumper’s change logFather Chrysostomos2010-11-111-1/+5
* Increase Data::Dumper’s versionFather Chrysostomos2010-11-111-2/+2
* Increase threads’ versionFather Chrysostomos2010-11-111-1/+1
* Correct note about dir handles in threads.pmFather Chrysostomos2010-11-111-2/+2
* Fix compilation with old xsubppsFlorian Ragwitz2010-11-101-3/+3
* RT ticket #43694: as_int/as_number lose precisionPeter John Acklam2010-11-106-5/+6
* Move ExtUtils-Command from cpan/ to dist/Florian Ragwitz2010-11-094-0/+707
* Move ExtUtils-Manifest from cpan/ to dist/Florian Ragwitz2010-11-093-0/+1352
* Disable bitwise operatorsFlorian Ragwitz2010-11-092-1/+26
* Upgrade Math::BigInt to version 1.98Florian Ragwitz2010-11-083-3/+3
* Fix an out of bounds write in Data-Dumper with malformed utf8 inputNiko Tyni2010-11-072-2/+18
* RT ticket #61812: digit($n) with $n "out of range"Peter John Acklam2010-11-072-11/+13
* RT ticket #62643: typos in POD and code commentsPeter John Acklam2010-11-077-28/+28
* RT ticket #62101: as_int() returns NaN for infPeter John Acklam2010-11-076-4/+10
* RT ticket #61845: from_bin() documentation errorPeter John Acklam2010-11-071-1/+1
* Structure dist/Math-BigInt-FastCalc like the CPAN distFlorian Ragwitz2010-11-071-3/+3
* Eliminate a few more $op->private calls in DeparseFather Chrysostomos2010-11-061-4/+4
* Make Deparse work with y/å/ø/Father Chrysostomos2010-11-062-2/+9
* Test y///r with B::DeparseFather Chrysostomos2010-11-061-1/+4
* y///rFather Chrysostomos2010-11-021-0/+2
* Avoid multiple $op->private calls in B::Deaprse::pp_transFather Chrysostomos2010-11-021-3/+4
* Refactor Storable::{net_,}pstore to return undef/true, instead of 1 or 0.Nicholas Clark2010-11-012-9/+8
* Refactor the error handling logic in Storable::_store().Nicholas Clark2010-11-011-2/+9
* Merge Storable::{is_storing,is_retrieving} using ALIAS.Nicholas Clark2010-10-311-7/+7
* Storable::{last_op_in_netorder,is_storing,is_retrieving} are all boolean.Nicholas Clark2010-10-311-6/+6
* Merge Storable::{,net_}pstore and Storable::{,net_}mstore using ALIAS.Nicholas Clark2010-10-312-80/+27
* Bump Safe's version to 2.29Rafael Garcia-Suarez2010-10-313-3/+6
* Add &version::vxs::VCMP to Safe's default shareRafael Garcia-Suarez2010-10-311-0/+1
* Macros are not called with aTHX_Father Chrysostomos2010-10-291-1/+1
* Fix Math::BigInt::FastCalc build under Win32 with croak_xs_usage().George Greer2010-10-291-1/+1
* Math::BigInt::FastCalc doesn't need to set $BASE or $BASE_LEN.Nicholas Clark2010-10-291-4/+2
* Math::BigInt::FastCalc doesn't need to override methods in a BEGIN block.Nicholas Clark2010-10-291-5/+2
* Refactor FastCalc to initialise BASE and BASE_LEN as part of bootstrap.Nicholas Clark2010-10-292-17/+9
* Reorder the list return of Math::BigInt::Calc::_base_len().Nicholas Clark2010-10-295-12/+10
* Run 01SelfLoader.t also under taint modeFather Chrysostomos2010-10-271-0/+7
* Remove THREADSV_NAMES, part of 5005 threads that the chainsaw missed.Nicholas Clark2010-10-271-1/+2
* B::Deparse should call B::threadsv_names, instead of hard coding a list.Nicholas Clark2010-10-272-10/+7
* Get B::Deparse to load on perls back to 5.8.1Nicholas Clark2010-10-271-13/+22