| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typo in bigint POD | Tels | 2007-08-03 | 3 | -6/+6 |
* | Upgrade to Net-Ping-2.32 | Steve Peters | 2007-07-31 | 1 | -1/+1 |
* | Rework Text::ParseWords regex so it doesnt core dump on older perls due to st... | Yves Orton | 2007-07-26 | 1 | -10/+30 |
* | Fix incorrect =head1 NAME. | Abhijit Menon-Sen | 2007-07-25 | 1 | -1/+1 |
* | Doc re-ordering to have ALIASES and CUSTOM ALIASES together | H.Merijn Brand | 2007-07-25 | 1 | -68/+68 |
* | Make TabsWrap tests work around broken VMS pipes. | Craig A. Berry | 2007-07-23 | 2 | -6/+4 |
* | Update ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN v... | Yves Orton | 2007-07-20 | 4 | -216/+369 |
* | Upgrade to IO-Zlib-1.06. One bleadperl fix was added, but the other | Steve Peters | 2007-07-18 | 1 | -1/+1 |
* | Upgrade to Math-BigRat-0.20 | Steve Peters | 2007-07-18 | 5 | -7/+342 |
* | The lib/Pod/Perldoc.pm portion of... | Marcus Holland-Moritz | 2007-07-18 | 1 | -0/+1 |
* | Inching towards Module::Build-ability on VMS. | Craig A. Berry | 2007-07-17 | 5 | -9/+55 |
* | BigInt v1.88 take 1 (fix from_hex, from_oct, from_bin) | Tels | 2007-07-13 | 2 | -10/+34 |
* | Avoid POD in test files | Rafael Garcia-Suarez | 2007-07-13 | 1 | -22/+19 |
* | Shorten description. | Rafael Garcia-Suarez | 2007-07-13 | 1 | -2/+1 |
* | Re: [PATCH] File-Path fix wrong skip count | David Landgren | 2007-07-11 | 1 | -1/+1 |
* | Mention the two ways of overriding built-ins. | Rafael Garcia-Suarez | 2007-07-10 | 1 | -24/+35 |
* | CORE.pod | Tels | 2007-07-09 | 1 | -0/+51 |
* | Fix corelist.pl after the reorganisation of the | Rafael Garcia-Suarez | 2007-07-07 | 1 | -24/+2 |
* | Update Module::CoreList, regenerate META.yml, | Rafael Garcia-Suarez | 2007-07-07 | 1 | -1/+559 |
* | Update CPANPLUS to 0.81_01 | Jos I. Boumans | 2007-07-07 | 17 | -78/+149 |
* | Add test preambles | Rafael Garcia-Suarez | 2007-07-06 | 4 | -0/+28 |
* | Make this new test be skipped with 5.8.x | Rafael Garcia-Suarez | 2007-07-06 | 1 | -10/+13 |
* | Upgrade to base and fields 2.12, mostly by Michael G Schwern | Rafael Garcia-Suarez | 2007-07-06 | 9 | -159/+292 |
* | Archive::Extract - small pod update | Paul Marquess | 2007-07-06 | 1 | -7/+1 |
* | New File::Path tests require unix syntax on VMS. | Craig A. Berry | 2007-07-04 | 1 | -0/+2 |
* | VMS syntax nit in new MakeMaker test. | Craig A. Berry | 2007-07-04 | 1 | -2/+2 |
* | RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires admin | Jan Dubois | 2007-07-04 | 1 | -3/+3 |
* | Correct a couple more cases of $Config{useshrplib} | Steve Hay | 2007-07-03 | 1 | -2/+2 |
* | Upgrade to ExtUtils-MakeMaker-6.36 | Steve Peters | 2007-07-03 | 2 | -7/+8 |
* | Include file missed from change #31519. | Steve Peters | 2007-07-02 | 1 | -64/+98 |
* | Upgrade to ExtUtils-MakeMaker-6.35 | Steve Peters | 2007-07-02 | 13 | -132/+528 |
* | Address 250_ping_hires.t failure | Jerry D. Hedden | 2007-07-02 | 1 | -4/+5 |
* | FYI: Math::BigInt v1.87 released [PATCH] | Tels | 2007-06-30 | 2 | -4/+3 |
* | Re-enable the setlocale() tests for Windows XP onwards | Steve Hay | 2007-06-28 | 1 | -1/+6 |
* | Math::BigFloat - fix bpi() and A [PATCH] | Tels | 2007-06-28 | 2 | -6/+68 |
* | Re: Broken bignum tests [PATCH] | Tels | 2007-06-28 | 6 | -35/+132 |
* | bring File-Path up to 2.01 | David Landgren | 2007-06-28 | 2 | -36/+67 |
* | Revert change #31480. The PI and e functions can accept an argument. | Rafael Garcia-Suarez | 2007-06-27 | 3 | -6/+6 |
* | Add an empty prototype to functions PI and e | Rafael Garcia-Suarez | 2007-06-27 | 3 | -6/+6 |
* | Re: RFC: bigint et. al exporting PI method? [PATCH] | Tels | 2007-06-27 | 6 | -9/+116 |
* | Math::BigInt take 12 [PATCH] | Tels | 2007-06-27 | 11 | -74/+279 |
* | Rename README and Changes for more readability | Rafael Garcia-Suarez | 2007-06-25 | 2 | -0/+0 |
* | Upgrade to libnet 1.21 | Rafael Garcia-Suarez | 2007-06-25 | 16 | -2748/+2778 |
* | That test too should be skipped in the core on EBCDIC platforms | Rafael Garcia-Suarez | 2007-06-25 | 1 | -0/+13 |
* | [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi() | Tels | 2007-06-25 | 8 | -171/+292 |
* | Tels' patch to defer overloading of hex and oct, | Rafael Garcia-Suarez | 2007-06-23 | 6 | -32/+40 |
* | Math::BigInt v1.87 take 10 | Tels | 2007-06-23 | 8 | -24/+464 |
* | Remove orphaned (and unused) Test::Simple test | Jerry D. Hedden | 2007-06-22 | 1 | -41/+0 |
* | Remove unused Module::Build tests | Jerry D. Hedden | 2007-06-21 | 2 | -175/+0 |
* | File::Spec::Cygwin more tests and silence warning | Reini Urban | 2007-06-21 | 2 | -1/+74 |