| Commit message (Expand) | Author | Age | Files | Lines |
* | Un-TODO one test in pat.t ($1 kept safe after a /g match) | Rafael Garcia-Suarez | 2006-11-24 | 1 | -1/+1 |
* | Fix for bug #38631: tied variables don't work with .= <> | Rafael Garcia-Suarez | 2006-11-23 | 1 | -1/+13 |
* | \G with /g results in infinite loop in 5.6 and later | Yves Orton | 2006-11-22 | 2 | -6/+25 |
* | Invalidate the method lookup cache when assigning to a glob | Rafael Garcia-Suarez | 2006-11-21 | 1 | -1/+8 |
* | 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 |
* | Update skip count for VMS. | Craig A. Berry | 2006-11-18 | 1 | -1/+1 |
* | [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 |
* | Parsing fix: it wasn't possible to call a function with a (_) prototype | Rafael Garcia-Suarez | 2006-11-13 | 1 | -1/+2 |
* | 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: the new t/run/cloexec.t failing in Solaris and Tru64 | Andrew Savige | 2006-11-06 | 1 | -30/+40 |
* | RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. | Benjamin Holzman | 2006-11-06 | 1 | -2/+9 |
* | Re: [perl #40641] crash with unicode characters in regex comment | SADAHIRO Tomoyuki | 2006-11-04 | 3 | -1/+281 |
* | New test for close-on-exec ($^F): t/run/cloexec.t | Andrew Savige | 2006-11-04 | 1 | -0/+164 |
* | 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 |
* | Change #29193 makes this addition unneeded | H.Merijn Brand | 2006-11-02 | 1 | -11/+0 |
* | add test that eval undef clears $@ | Dave Mitchell | 2006-11-02 | 1 | -1/+10 |
* | eval $undef should emit one warning, not three. | Dave Mitchell | 2006-11-02 | 1 | -4/+0 |
* | 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 |
* | Re: $, and say | Gisle Aas | 2006-11-02 | 1 | -1/+7 |
* | More regression tests for the _ prototype | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+13 |
* | More heuristics to make warnings.t pass under different | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+5 |
* | Add a commit verb to regex engine to allow fine tuning of backtracking control. | Yves Orton | 2006-11-01 | 1 | -3/+9 |
* | Fix the failures in warnings tests when PERL_UNICODE is defined | H.Merijn Brand | 2006-11-01 | 2 | -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 |
* | [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: [PATCH... | Paul Marquess | 2006-10-29 | 1 | -3/+12 |
* | Upgrade to Pod-Parser-1.35. | Steve Peters | 2006-10-27 | 3 | -0/+57 |