| Commit message (Expand) | Author | Age | Files | Lines |
* | Use like() rather than is() to get better failure diagnostics. | Nicholas Clark | 2008-04-16 | 1 | -15/+15 |
* | Add the verbatim perl code mentioned in the comments of | Nicholas Clark | 2008-04-16 | 1 | -1/+7 |
* | Move the NoExporter test module under Test::Simple | Rafael Garcia-Suarez | 2008-04-15 | 1 | -10/+0 |
* | Sync with CPAN's version of the More.t test in Test::Simple | Rafael Garcia-Suarez | 2008-04-15 | 1 | -4/+0 |
* | Add a regression test for bug #52658 (fixed by change #33685) | Rafael Garcia-Suarez | 2008-04-15 | 1 | -1/+9 |
* | Fix for [perl #52074] Segfault on ISA push after symbol table delete | Rafael Garcia-Suarez | 2008-04-15 | 1 | -1/+5 |
* | Revert change #33676, likely to break atan(-0,0) on some platforms | Rafael Garcia-Suarez | 2008-04-14 | 1 | -5/+1 |
* | Make atan2(0,0) return undef | Rafael Garcia-Suarez | 2008-04-14 | 1 | -1/+5 |
* | Re: [perl #52672] regexp failure: (?=) turns into OPFAIL | Ævar Arnfjörð Bjarmason | 2008-04-11 | 1 | -0/+1 |
* | UCD 5.1.0 | Nicholas Clark | 2008-04-05 | 1 | -1/+1 |
* | Re: Tests failed on PPC64 | Dominic Dunlop | 2008-03-28 | 2 | -88/+97 |
* | The offset for pos is stored as bytes, and converted to (Unicode) | Nicholas Clark | 2008-03-26 | 1 | -1/+9 |
* | Re: [PATCH] Double warning with perl -we 'my $a; substr $a, 0, 10, | Vincent Pit | 2008-03-25 | 1 | -1/+0 |
* | Double warning with perl -we '\&$x' | Vincent Pit | 2008-03-20 | 1 | -2/+0 |
* | Upgrade to Module::Pluggable 3.7 | Nicholas Clark | 2008-03-13 | 38 | -40/+172 |
* | count-only transliteration needlessly makes copy-on-write | Yitzchak Scott-Thoennes | 2008-03-10 | 1 | -1/+8 |
* | [perl #50538] when( @n && %n ) fails to smart match | brian d foy | 2008-03-04 | 1 | -2/+64 |
* | for -M:Foo, extended and revised | Robin Barker | 2008-03-02 | 1 | -1/+29 |
* | Upgrade to Test-Simple-0.78 | Steve Peters | 2008-02-29 | 3 | -4/+26 |
* | Upgrade to Test-Harness-3.10 | Steve Peters | 2008-02-29 | 1 | -0/+9 |
* | Avoid a segfault case in MRO code, based on : | ilmari@vesla.ilmari.org | 2008-02-25 | 1 | -2/+13 |
* | fix variable names in 'ununit var' warnings in evals | Dave Mitchell | 2008-02-22 | 1 | -1/+7 |
* | Setting the f flag on length causes the op to be constant folded. | Nicholas Clark | 2008-02-20 | 1 | -14/+20 |
* | Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g | Yves Orton | 2008-02-17 | 1 | -4/+4 |
* | Fix perlbug 50114 and document what the code does a bit better | Yves Orton | 2008-02-17 | 1 | -0/+3 |
* | Typo catch, by Abigail | Rafael Garcia-Suarez | 2008-02-15 | 1 | -2/+1 |
* | Avoid utf8 warnings when printing diagnostics | Rafael Garcia-Suarez | 2008-02-15 | 1 | -0/+1 |
* | Re: [perl #50496] Bug Report: 'keys %+' does not return the correct keys. | Abigail | 2008-02-14 | 1 | -1/+41 |
* | Re: [perl #50706] %^H affecting outside file scopes | Rick Delaney | 2008-02-14 | 2 | -1/+11 |
* | doio.c:Perl_my_lstat:/* XXX Do really need to be calling SvPV() all these tim... | Vincent Pit | 2008-02-14 | 1 | -1/+0 |
* | Make the new warning report undef constants as undef | Rafael Garcia-Suarez | 2008-02-14 | 1 | -1/+3 |
* | Revert change #33302. This change was wrong, since it was | Rafael Garcia-Suarez | 2008-02-14 | 1 | -2/+0 |
* | Show constant in "Useless use of a constant in void context" | Rick Delaney | 2008-02-14 | 1 | -2/+8 |
* | [perl #47047] Use of inherited AUTOLOAD for non-method is deprecated | Rick Delaney | 2008-02-13 | 1 | -0/+2 |
* | Make fs.t compare the permissions of a link with those | Craig A. Berry | 2008-02-11 | 1 | -2/+6 |
* | [perl #49472] Attributes + Unkown Error | Dave Mitchell | 2008-02-09 | 1 | -1/+15 |
* | RE: Perl @ 33218 (Stratus VOS patches) | Paul Green | 2008-02-08 | 1 | -1/+1 |
* | feature bundles are the same across all subversions | Steffen Müller | 2008-02-08 | 1 | -0/+50 |
* | in unpack, () groups in scalar context were still returning a list, | Nicholas Clark | 2008-02-06 | 1 | -1/+6 |
* | Fix op/reg_email_thr.t when PERLIO=stdio | Rafael Garcia-Suarez | 2008-02-04 | 1 | -0/+4 |
* | Typo fix in change #33058 | Daniel Frederick Crisman | 2008-01-31 | 1 | -1/+1 |
* | Make lc/uc/lcfirst/ucfirst warn when passed undef. | Rafael Garcia-Suarez | 2008-01-28 | 1 | -3/+10 |
* | Test that lc, uc, etc on undef return "" | Rafael Garcia-Suarez | 2008-01-28 | 1 | -1/+6 |
* | Don't warn about imprecision when decrementing IV_MIN. | Nicholas Clark | 2008-01-24 | 1 | -6/+24 |
* | Regression tests for 'for reverse ..' | Abigail | 2008-01-24 | 1 | -1/+191 |
* | Fix the misplaced warnings and failing tests caused by the precision | Nicholas Clark | 2008-01-23 | 1 | -9/+20 |
* | [perl #49522] state variable not available | Dave Mitchell | 2008-01-19 | 1 | -1/+45 |
* | warn if ++ or -- are unable to change the value because it's beyond | Nicholas Clark | 2008-01-17 | 1 | -1/+66 |
* | Generate the warnings masks programatically. | Nicholas Clark | 2008-01-17 | 1 | -6/+17 |
* | Fix range operator | Jerry D. Hedden | 2008-01-15 | 1 | -1/+155 |