| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade Devel::DProf to version 20110225.01 | Florian Ragwitz | 2011-02-25 | 2 | -2/+2 |
* | DProf is now maintained on CPAN, not by p5p anymore | Florian Ragwitz | 2011-02-25 | 2 | -5/+2 |
* | Remove DProf's Changes file | Florian Ragwitz | 2011-02-25 | 2 | -205/+0 |
* | Remove DProf's Makefile.PL | Florian Ragwitz | 2011-02-25 | 2 | -19/+0 |
* | Maintainers.pl and perldelta updates for Math::BigInt update | Chris 'BinGOs' Williams | 2011-02-25 | 2 | -1/+5 |
* | Update Math::BigInt to CPAN version 1.993 | Peter John Acklam | 2011-02-25 | 4 | -8/+8 |
* | Eliminate $::PatchId from t/re/*.t. | Nicholas Clark | 2011-02-25 | 3 | -12/+7 |
* | Remove now-unnecessary C<use File::Spec> from t/op/inccode.t | Nicholas Clark | 2011-02-25 | 1 | -1/+0 |
* | Migrate t/op/{fork,runlevel,tie}.t to use run_multiple_progs(). | Nicholas Clark | 2011-02-25 | 5 | -109/+47 |
* | Migrate the test running logic from t/lib/common.pl to t/test/pl | Nicholas Clark | 2011-02-25 | 2 | -147/+157 |
* | Convert t/lib/common.pl to lexical filehandles and 3-arg open. | Nicholas Clark | 2011-02-25 | 1 | -16/+15 |
* | In t/lib/common.pl, load File::Path on demand. | Nicholas Clark | 2011-02-25 | 1 | -4/+5 |
* | fold_grind.t: Skip some /aa tests. | Karl Williamson | 2011-02-24 | 1 | -4/+13 |
* | fold_grind.t: Skip some ASCII-only tests in /l | Karl Williamson | 2011-02-24 | 1 | -0/+15 |
* | fold_grind.t: Add comment | Karl Williamson | 2011-02-24 | 1 | -0/+3 |
* | fold_grind.t: White space only | Karl Williamson | 2011-02-24 | 1 | -17/+19 |
* | fold_grind.t: Run every charset on non-folds | Karl Williamson | 2011-02-24 | 1 | -0/+7 |
* | fold_grind: fix comment | Karl Williamson | 2011-02-24 | 1 | -2/+1 |
* | regcomp.h: Remove obsolete define | Karl Williamson | 2011-02-24 | 1 | -3/+0 |
* | intrpvar.h: Add comment about PERLVARI | Karl Williamson | 2011-02-24 | 1 | -1/+2 |
* | Detect unsafe signals more reliably on BSD/Solaris | Leon Timmermans | 2011-02-24 | 2 | -5/+11 |
* | In t/lib/common.pl, inline print_err_line into its only caller. | Nicholas Clark | 2011-02-24 | 1 | -17/+13 |
* | In t/lib/common.pl, inline RandomMatch() into its only caller. | Nicholas Clark | 2011-02-24 | 1 | -13/+4 |
* | speedup t/porting/authors.t | David Mitchell | 2011-02-24 | 1 | -4/+18 |
* | speed up t/porting/filenames.t | David Mitchell | 2011-02-24 | 1 | -17/+38 |
* | In test.pl, change _fresh_perl* to avoid using closures. | Nicholas Clark | 2011-02-24 | 1 | -24/+22 |
* | Further consolidate static logical name routines in vms/vms.c | Craig A. Berry | 2011-02-23 | 1 | -82/+15 |
* | lib/locale.t: big speedup | David Mitchell | 2011-02-23 | 1 | -18/+18 |
* | t/re/fold_grind.t: slight speed up | David Mitchell | 2011-02-23 | 1 | -2/+3 |
* | t/re/fold_grind.t: tidy up a bit | David Mitchell | 2011-02-23 | 1 | -18/+24 |
* | make t/re/fold_grind.t even faster | David Mitchell | 2011-02-23 | 1 | -3/+20 |
* | make t/re/fold_grind.t faster | David Mitchell | 2011-02-23 | 1 | -30/+10 |
* | Move the tests that blow away %ENV to the end of t/op/magic.t | Nicholas Clark | 2011-02-23 | 1 | -82/+87 |
* | No need to sort {non_,}bincompat_options in Config, as they are always sorted. | Nicholas Clark | 2011-02-23 | 2 | -3/+3 |
* | Test that perl.c reports {non_,}bincompat_options in sorted order. | Nicholas Clark | 2011-02-23 | 2 | -0/+19 |
* | Update Test-Simple to CPAN version 0.98 | Chris 'BinGOs' Williams | 2011-02-23 | 12 | -11/+63 |
* | Skip t/re/pat_{advanced,rt_report}.t under minitest, as they use %- and %+ | Nicholas Clark | 2011-02-23 | 2 | -0/+8 |
* | Skip the test for #77684 under minitest, as it requires PerlIO::scalar | Nicholas Clark | 2011-02-23 | 1 | -1/+2 |
* | perlfunc: typos, grammar, rewording | Father Chrysostomos | 2011-02-22 | 1 | -17/+22 |
* | foldEQ_utf8(): Move rare tests out of main stream | Karl Williamson | 2011-02-22 | 1 | -14/+12 |
* | Remove unused static function popen_translate from vms.c. | Craig A. Berry | 2011-02-22 | 1 | -53/+0 |
* | perlfunc/goto: Note the llafr exemption | Father Chrysostomos | 2011-02-22 | 1 | -0/+4 |
* | Yet more perlfunc tweaks | Father Chrysostomos | 2011-02-22 | 1 | -11/+12 |
* | perlfunc/formline: Suggest an alternate capturing method | Father Chrysostomos | 2011-02-22 | 1 | -0/+4 |
* | perlfunc/fileno: Document the -1 retval | Father Chrysostomos | 2011-02-22 | 1 | -5/+5 |
* | Yet another set of perlfunc tweaks | Father Chrysostomos | 2011-02-22 | 1 | -4/+4 |
* | charset.t: Skip locale tests if non locale | Karl Williamson | 2011-02-22 | 1 | -0/+7 |
* | fold_grind.t: Skip locale tests if wrong locale | Karl Williamson | 2011-02-22 | 1 | -2/+6 |
* | fold_grind.t: Don't use test numbers for todos | Karl Williamson | 2011-02-22 | 1 | -25/+16 |
* | t/test.pl: Add is_miniperl() | Karl Williamson | 2011-02-22 | 1 | -2/+6 |