| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Doc updates on running tests | Rafael Garcia-Suarez | 2007-11-26 | 1 | -1/+1 |
* | Upgrade to ExtUtils::MakeMaker 6.37_02 | Rafael Garcia-Suarez | 2007-11-26 | 1 | -0/+95 |
* | Re: Are we missing some tests? | Robin Houston | 2007-11-23 | 1 | -1/+11 |
* | t/comp/opsubs.t | Jarkko Hietaniemi | 2007-11-12 | 1 | -2/+11 |
* | The JAPHs that use $* won't work anymore. | Rafael Garcia-Suarez | 2007-11-12 | 1 | -2/+2 |
* | Compression Modules Update for EBCDIC | Paul Marquess | 2007-11-12 | 1 | -6/+15 |
* | patch@32274 t/op/taint.t not cleaning up properly on VMS. | John E. Malmberg | 2007-11-12 | 1 | -2/+17 |
* | [perl #47233] Core dump caused by goto | Dave Mitchell | 2007-11-09 | 1 | -2/+2 |
* | Re: [perl #47195] $1 suddenly tainted after regexp on utf-8 string | Rick Delaney | 2007-11-07 | 1 | -1/+0 |
* | Add a TODO test for bug #47195 | Nicholas Clark | 2007-11-06 | 1 | -1/+11 |
* | Adjust the skip count for t/io/dup.t for the -Uuseperlio case, in a way | Nicholas Clark | 2007-11-05 | 1 | -2/+3 |
* | Roll back #32214 as it causes more failures than it prevents. | Craig A. Berry | 2007-11-04 | 1 | -7/+1 |
* | Based on a patch by John E. Malberg: make TestInit.pm | Rafael Garcia-Suarez | 2007-11-03 | 1 | -1/+7 |
* | Leopard has more standard /etc/passwd files than previous | Rafael Garcia-Suarez | 2007-10-29 | 1 | -1/+2 |
* | Another ex-PVBM assert | Ben Morrow | 2007-10-17 | 1 | -1/+20 |
* | Fix a few segfaults and a when() bug | josh | 2007-10-17 | 3 | -9/+31 |
* | ex-PVBM and mro interact badly | Ben Morrow | 2007-10-17 | 1 | -1/+10 |
* | Gentler theads test | Jerry D. Hedden | 2007-10-11 | 1 | -1/+6 |
* | Move threads test added in change 32091 | Jerry D. Hedden | 2007-10-11 | 1 | -1/+12 |
* | Tests for the .pmc functionality. | Nicholas Clark | 2007-10-09 | 1 | -4/+63 |
* | Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure) | Brandon Black | 2007-10-09 | 1 | -1/+29 |