| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -0/+132 |
* | 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 |
* | [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 |
* | Re: Are we missing some tests? | Robin Houston | 2007-11-23 | 1 | -1/+11 |
* | patch@32274 t/op/taint.t not cleaning up properly on VMS. | John E. Malmberg | 2007-11-12 | 1 | -2/+17 |
* | 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 |
* | 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 | 2 | -6/+21 |
* | 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 |
* | make t/op/pack.t not explode when u64size='' | Alexander Gough | 2007-10-08 | 1 | -1/+1 |
* | Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pa... | Tels | 2007-09-25 | 1 | -1/+9 |
* | Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the order | Nicholas Clark | 2007-09-22 | 1 | -1/+10 |
* | Fix spelling errors in comments. | Nicholas Clark | 2007-09-17 | 1 | -4/+4 |
* | [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache | Dave Mitchell | 2007-09-14 | 1 | -1/+10 |
* | silence warning in new state.t test (spotted by Jerry Hedden) | Dave Mitchell | 2007-09-10 | 1 | -1/+1 |
* | when anon subs are cloned, the 'assign once only' flag should be | Dave Mitchell | 2007-09-10 | 1 | -1/+16 |
* | state variables shouldn't be shared between anon subs | Dave Mitchell | 2007-09-09 | 1 | -1/+13 |
* | For now, forbid all list assignment initialisation of state variables, | Nicholas Clark | 2007-09-08 | 1 | -12/+26 |
* | Remove the 'err' keyword | Rafael Garcia-Suarez | 2007-09-07 | 2 | -15/+2 |
* | Fix t/op/magic.t failures under Cygwin | Jerry D. Hedden | 2007-09-07 | 1 | -1/+11 |
* | More tests | Abigail | 2007-09-06 | 1 | -2/+175 |
* | Bump version number to 5.10.0. | Rafael Garcia-Suarez | 2007-09-06 | 1 | -6/+2 |
* | Make state $zok = slosh(); behave as the Perl 6 design with an implicit | Nicholas Clark | 2007-09-06 | 1 | -7/+8 |
* | Revert/fix 31731 - Empty PATH taint test on Cygwin | Jerry D. Hedden | 2007-08-28 | 1 | -11/+1 |
* | Typo prevented test from doing what it meant to do. | Yves Orton | 2007-08-18 | 1 | -1/+1 |
* | TRIE must use 'yes' state transitions when more than one match possible to en... | Marcus Holland-Moritz | 2007-08-18 | 1 | -1/+20 |
* | [perl #44647] [PATCH] Add a test for overload::constant 'integer' across use's. | Shlomi Fish | 2007-08-18 | 1 | -0/+55 |
* | Change 31710 causes t/op/taint.t to fail | Reini Urban | 2007-08-18 | 1 | -1/+10 |
* | Oops, 31665 was empty. | Craig A. Berry | 2007-07-29 | 1 | -2/+3 |
* | [perl #43425] local $[: fix scoping during parser error handling. | Dave Mitchell | 2007-07-16 | 1 | -5/+2 |
* | Link TODO test to appropriate RT ticket | Rafael Garcia-Suarez | 2007-07-12 | 1 | -1/+1 |