| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix remaining skips for Test::Harness | Andy Armstrong | 2007-12-21 | 1 | -1/+10 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -0/+132 |
* | bring Test::Harness up to 3.06 | Andy Armstrong | 2007-12-20 | 1 | -0/+1 |
* | The APC doesn't like empty files | Rafael Garcia-Suarez | 2007-12-20 | 1 | -0/+1 |
* | Test::Harness 3.05, tests pass in core | Andy Armstrong | 2007-12-20 | 4 | -4/+21 |
* | Upgrade to Test::Harness 3.05 | Nicholas Clark | 2007-12-19 | 45 | -24/+451 |
* | Add standard test preamble | Rafael Garcia-Suarez | 2007-12-17 | 1 | -6/+11 |
* | Fix various bugs in regex engine with mixed utf8/latin pattern and strings. R... | Yves Orton | 2007-12-17 | 2 | -3/+57 |
* | Must have /bin under Cygwin | Jerry D. Hedden | 2007-12-11 | 1 | -0/+2 |
* | [perl #48355] Handling of RAWDATA broken badly in Attribute::Handlers in perl... | Sascha Blank | 2007-12-08 | 1 | -1/+26 |
* | Re: smart match: array ~~ hash | Dmitry Karasik | 2007-11-30 | 1 | -0/+19 |
* | Skip failing getppid tests on QNX 6 | Matt Kraai | 2007-11-29 | 1 | -2/+10 |
* | Fix bless/readonly failure spotted by Jerry Hedden. | Nicholas Clark | 2007-11-28 | 1 | -1/+12 |
* | Upgrade to ExtUtils::MakeMaker 6.37_03 | Rafael Garcia-Suarez | 2007-11-27 | 1 | -3/+5 |