| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | For 5.12: saner behaviour for `length` | Nicholas Clark | 2008-01-12 | 4 | -10/+44 |
* | Fix bug whereby length on a tied scalar that returned a UTF-8 value | Nicholas Clark | 2008-01-12 | 2 | -1/+63 |
* | Note the U8 sized space created by removing -P, and check that it is | Nicholas Clark | 2008-01-11 | 1 | -2/+2 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 4 | -108/+0 |
* | Re: [perl #49564] Re: MRO and av_clear | Rick Delaney | 2008-01-11 | 1 | -1/+14 |
* | Reverse the TODOs on t/op/regexp_qr_embed_thr.t - they all pass now. | Nicholas Clark | 2008-01-10 | 1 | -30/+30 |
* | Un-TODO (and un-SKIP) tests in t/op/pat_thr.t that now pass. | Nicholas Clark | 2008-01-10 | 1 | -17/+2 |
* | seen_eval regex field wasn't getting cloned | Dave Mitchell | 2008-01-09 | 1 | -1/+18 |
* | Fix the bug introduced by the bug fix of change 30755. | Nicholas Clark | 2008-01-09 | 1 | -4/+1 |
* | Variants of several regression tests that run the actul tests inside | Nicholas Clark | 2008-01-09 | 12 | -68/+225 |
* | grep the MANIFEST to avoid having hard coded numbers in readdir.t | Nicholas Clark | 2008-01-09 | 1 | -5/+6 |
* | Move re::regexp_pattern to universal.c | Jerry D. Hedden | 2008-01-09 | 1 | -0/+46 |
* | Remove the warning "v-string in require/use non portable" | Rafael Garcia-Suarez | 2008-01-09 | 1 | -24/+0 |
* | change #31447 was wrong. Really handle cloning a stale lexical var | Dave Mitchell | 2008-01-09 | 1 | -1/+16 |
* | ARRAY(0x...) is not very helpful in sprintf.t diagnostics | Yitzchak Scott-Thoennes | 2008-01-08 | 1 | -4/+4 |
* | Let's remove the grep in void context warning. | Rafael Garcia-Suarez | 2008-01-07 | 1 | -4/+2 |
* | Re: grep and smart match should warn in void context | Michael G. Schwern | 2008-01-06 | 1 | -0/+6 |
* | Re: [perl #49264] say behaves as just print on tied filehandle | Michael G. Schwern | 2008-01-06 | 1 | -2/+29 |
* | Fix regexec.c so $^N and $+ are correctly updated so that they work properly ... | Moritz Lenz | 2008-01-05 | 1 | -1/+26 |
* | $Test::Harness::Verbose is a numeric value now so assigning -v to it isnt all... | Yves Orton | 2008-01-05 | 1 | -1/+1 |
* | Protect me (and my fellow muppets) from screens of "syntax errors" if | Nicholas Clark | 2008-01-05 | 2 | -2/+5 |
* | shield t/test.pl functions from global print modifiers | Michael G. Schwern | 2008-01-02 | 1 | -17/+28 |
* | Typo in op.c | Vincent Pit | 2007-12-29 | 1 | -7/+46 |
* | Fix Perl #49190, tests from Abigail, codefix from me. | Yves Orton | 2007-12-29 | 1 | -3/+10 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -8/+1 |
* | Better diagnostics for the tests for #20683. | Nicholas Clark | 2007-12-27 | 1 | -2/+2 |
* | scalars used in postponed subexpressions aren't first class regexps, | Nicholas Clark | 2007-12-27 | 1 | -1/+7 |
* | Proper $TODO support in &ok() and &iseq() in pat.t | Nicholas Clark | 2007-12-27 | 1 | -6/+11 |
* | Localize $\ before changing it, so as not to affect print statements in | Nicholas Clark | 2007-12-27 | 1 | -6/+9 |
* | Test that we can clone regexps into new threads, and fix the bug in | Nicholas Clark | 2007-12-27 | 1 | -1/+11 |
* | You can't coerce a typeglob to a string. (Restore the error message - | Nicholas Clark | 2007-12-27 | 1 | -1/+25 |
* | Use print rather than diag(), as these routine messages shouldn't be | Nicholas Clark | 2007-12-26 | 1 | -1/+3 |
* | A test for upgrading scalars. Curiously, before this, lib/Math/Trig.t | Nicholas Clark | 2007-12-26 | 1 | -0/+48 |