| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the test counter checker at the end of t/op/pat.t : it | Rafael Garcia-Suarez | 2006-11-21 | 1 | -5/+0 |
* | Correct typo in test description. | Nicholas Clark | 2006-11-20 | 1 | -1/+1 |
* | Unify the two warnings "Can't declare %s in %s", in line with what's | Rafael Garcia-Suarez | 2006-11-20 | 1 | -2/+2 |
* | Patch by Yves Orton to fix the regression reported in : | Andreas König | 2006-11-20 | 1 | -10/+24 |
* | Un-TODO tests for bug #32840, plus some new tests, | Rafael Garcia-Suarez | 2006-11-20 | 1 | -9/+13 |
* | [perl #18209] bug in regex s/\s$word\s/ /gi; and $& | yves orton | 2006-11-17 | 1 | -0/+7 |
* | [perl #18209] bug in regex s/\s$word\s/ /gi; and $& | yves orton | 2006-11-17 | 1 | -1/+19 |
* | [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 | yves orton | 2006-11-17 | 1 | -2/+10 |
* | [perl #17542] regex confusion | yves orton | 2006-11-17 | 1 | -1/+11 |
* | [perl #36909] $^R undefined on matches involving backreferences | yves orton | 2006-11-17 | 2 | -4/+53 |
* | Change 29297 omitted a semicolon. | Nicholas Clark | 2006-11-17 | 1 | -1/+1 |
* | Study SUSPEND (and recursion) properly | Yves Orton | 2006-11-17 | 1 | -3/+11 |
* | Change #27951 added tests to t/op/taint.t involving taint, opening | Steve Peters | 2006-11-17 | 1 | -0/+3 |
* | Re: [PATCH] Fix RT#19049 and add relative backreferences | Yves Orton | 2006-11-15 | 2 | -4/+25 |
* | Fix bug #39037: rcatline doesn't stringify references | Rafael Garcia-Suarez | 2006-11-14 | 1 | -1/+6 |
* | Allow negative indexing in recursive patterns | Yves Orton | 2006-11-14 | 2 | -3/+21 |
* | Re: [PATCH] New regex syntax omnibus | Yves Orton | 2006-11-13 | 1 | -38/+48 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -1/+13 |
* | fails under minitest | Robin Barker | 2006-11-08 | 1 | -10/+15 |
* | Supress df warning in stat.t on OS X | Michael G Schwern | 2006-11-08 | 1 | -1/+1 |
* | Forbid using tainted formats in printf and sprintf | Rafael Garcia-Suarez | 2006-11-07 | 1 | -1/+12 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 2 | -32/+120 |
* | Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. | SADAHIRO Tomoyuki | 2006-11-06 | 1 | -19/+17 |
* | RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. | Benjamin Holzman | 2006-11-06 | 1 | -2/+9 |
* | replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ... | SADAHIRO Tomoyuki | 2006-11-03 | 1 | -2/+17 |
* | When code is loaded through an @INC-hook, and when this hook | Rafael Garcia-Suarez | 2006-11-03 | 1 | -1/+22 |
* | add test that eval undef clears $@ | Dave Mitchell | 2006-11-02 | 1 | -1/+10 |
* | say() has the same syntax than print(), so forbid to override it | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+1 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -10/+58 |
* | Add a commit verb to regex engine to allow fine tuning of backtracking control. | Yves Orton | 2006-11-01 | 1 | -3/+9 |
* | Regression test by Yves Orton for : [perl #36046] Special var @- | Rafael Garcia-Suarez | 2006-11-01 | 1 | -1/+12 |
* | Some diagnostic output was giving warnings in op/pack.t | Rafael Garcia-Suarez | 2006-10-31 | 1 | -1/+4 |
* | Make readpipe() overridable (and also `` and qx//) | Rafael Garcia-Suarez | 2006-10-31 | 2 | -2/+15 |
* | Fix a problem with jump-tries, add (?FAIL) pattern. | Yves Orton | 2006-10-26 | 1 | -0/+33 |
* | Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix | SADAHIRO Tomoyuki | 2006-10-26 | 1 | -0/+63 |
* | Add a %B sprintf format | Nicholas Clark | 2006-10-25 | 1 | -1/+3 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 1 | -1/+1 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -0/+107 |
* | Make prototype("CORE::mkdir") work. That's a special case, | Rafael Garcia-Suarez | 2006-10-19 | 1 | -1/+1 |
* | Make prototype("CORE::foo") return prototypes with _ when it should | Rafael Garcia-Suarez | 2006-10-18 | 1 | -24/+24 |
* | remove leaveit from toke.c:scan_const | SADAHIRO Tomoyuki | 2006-10-16 | 2 | -7/+30 |
* | Re: sprintf 64 test | SADAHIRO Tomoyuki | 2006-10-16 | 2 | -4/+199 |
* | Add possessive quantifiers to regex engine. | Yves Orton | 2006-10-13 | 2 | -0/+93 |
* | Add Regex conditionals. Various bugfixes. More tests. | Yves Orton | 2006-10-12 | 2 | -3/+29 |
* | [perl #40473] sprintf width+precision fails on wide chars | Anatoly Vorobey | 2006-10-10 | 1 | -1/+10 |
* | Regexp Recurse by name. | Yves Orton | 2006-10-10 | 1 | -0/+3 |
* | Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.1... | Yves Orton | 2006-10-08 | 1 | -6/+41 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 3 | -2/+44 |
* | migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-10-05 | 1 | -0/+3 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 2 | -3/+35 |