2007-12-28 |
Nicholas Clark | First class regexps. |
blob | commitdiff |
2007-12-27 |
Nicholas Clark | scalars used in postponed subexpressions aren't first... |
blob | commitdiff | diff to current |
2007-12-27 |
Nicholas Clark | assert() that the sv_unmagic() in S_regmatch() is unneeded. |
blob | commitdiff | diff to current |
2007-12-27 |
Nicholas Clark | Regexps are now orange. |
blob | commitdiff | diff to current |
2007-12-17 |
Rafael Garcia-Suarez | Comment out a now unused variable |
blob | commitdiff | diff to current |
2007-12-17 |
Yves Orton | Fix various bugs in regex engine with mixed utf8/latin... |
blob | commitdiff | diff to current |
2007-11-07 |
Rick Delaney | Re: [perl #47195] $1 suddenly tainted after regexp... |
blob | commitdiff | diff to current |
2007-08-30 |
Jarkko Hietaniemi | misc blead stuff |
blob | commitdiff | diff to current |
2007-08-18 |
Marcus Holland-Moritz | TRIE must use 'yes' state transitions when more than... |
blob | commitdiff | diff to current |
2007-06-24 |
Nicholas Clark | s/\bunicode\b/Unicode/; # For everything not dual life |
blob | commitdiff | diff to current |
2007-06-18 |
Dave Mitchell | [perl #43159] 5.9.4 regexp capturing wrongly |
blob | commitdiff | diff to current |
2007-06-18 |
Dave Mitchell | add test for, and update comments for, old defined... |
blob | commitdiff | diff to current |
2007-06-05 |
Steve Hay | Silence another VC++ compiler warning (signed/unsigned... |
blob | commitdiff | diff to current |
2007-05-29 |
Yves Orton | Re: [perl #43015] regex /.*\z/ doesn't matches strings... |
blob | commitdiff | diff to current |
2007-05-02 |
Yves Orton | tweak some regexp params to avoid warnings |
blob | commitdiff | diff to current |
2007-04-30 |
Rafael Garcia-Suarez | Signedness nit, found by Jarkko |
blob | commitdiff | diff to current |
2007-04-30 |
Ævar Arnfjörð Bjar... | Re: [PATCH] Cleanup of the regexp API |
blob | commitdiff | diff to current |
2007-04-27 |
Yves Orton | Re: Analysis of problems with mixed encoding case insen... |
blob | commitdiff | diff to current |
2007-04-27 |
Rafael Garcia-Suarez | Fix a signed/unsigned comparison warning |
blob | commitdiff | diff to current |
2007-04-26 |
Nicholas Clark | Avoid a SIGBUS caused by passing a U32 pointer to utf8_... |
blob | commitdiff | diff to current |
2007-04-26 |
Yves Orton | Re: Analysis of problems with mixed encoding case insen... |
blob | commitdiff | diff to current |
2007-04-23 |
Ævar Arnfjörð Bjar... | Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste... |
blob | commitdiff | diff to current |
2007-04-23 |
Yves Orton | Change meaning of \v, \V, and add \h, \H to match Perl6... |
blob | commitdiff | diff to current |
2007-04-04 |
Yves Orton | Re: pmdynflags and thread safety |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell | free backtrack track when on unexpected exit, eg /... |
blob | commitdiff | diff to current |
2007-04-01 |
Dave Mitchell | fix $^R scoping bug. |
blob | commitdiff | diff to current |
2007-03-26 |
Nicholas Clark | In struct regexp replace the two arrays of I32s accesse... |
blob | commitdiff | diff to current |
2007-03-26 |
Nicholas Clark | Move the declaration of two variables into the only... |
blob | commitdiff | diff to current |
2007-03-24 |
Nicholas Clark | startp and endp can allocate their array of I32s from... |
blob | commitdiff | diff to current |
2007-03-22 |
Yves Orton | Resolve PL_curpm issues with (??{}) and fix corruption... |
blob | commitdiff | diff to current |
2007-03-20 |
Yves Orton | feel the the baÃ\9f (encoding problems in the regex engine) |
blob | commitdiff | diff to current |
2007-03-13 |
Nicholas Clark | The dMY_CXT added in change 27938 isn't needed when... |
blob | commitdiff | diff to current |
2007-03-03 |
Nicholas Clark | Define and initialise reg_name only once. |
blob | commitdiff | diff to current |
2007-03-01 |
Yves Orton | Re: New file: t/op/regexp_email.t |
blob | commitdiff | diff to current |
2007-02-26 |
Yves Orton | Re: [perl #41565] qr// memory corruption |
blob | commitdiff | diff to current |
2007-02-26 |
Yves Orton | Re: Regexp recursion limit too low? |
blob | commitdiff | diff to current |
2007-02-20 |
Steve Peters | Silence a couple of compile warnings. |
blob | commitdiff | diff to current |
2007-02-20 |
Jarkko Hietaniemi | regexec.c: S_ stands for static |
blob | commitdiff | diff to current |
2007-02-19 |
Rafael Garcia-Suarez | Revert change #30081 at dmq's request, and mark its... |
blob | commitdiff | diff to current |
2007-02-12 |
Yves Orton | Re: [perl #41492] Incorrect match with /(?(DEFINE)... |
blob | commitdiff | diff to current |
2007-02-03 |
Yves Orton | Re: prerelease checklist for Perl 5.10 |
blob | commitdiff | diff to current |
2007-02-02 |
Nicholas Clark | Change 29502 wasn't perfect - you need to remove any... |
blob | commitdiff | diff to current |
2007-01-31 |
Yves Orton | Improve regex stringification code |
blob | commitdiff | diff to current |
2007-01-31 |
Yves Orton | $1 in nested regex EVAL doesnt work correctly. |
blob | commitdiff | diff to current |
2007-01-11 |
Yves Orton | Add Regexp::Keep \K functionality to regex engine as... |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez | Update copyright years in .c files |
blob | commitdiff | diff to current |
2007-01-05 |
Steve Hay | Silence various VC6 warnings |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz | 4th patch from: |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz | The first three patches from: |
blob | commitdiff | diff to current |
2006-12-12 |
Steve Hay | Silence VC warnings about possible operator precedence... |
blob | commitdiff | diff to current |
2006-12-10 |
Nicholas Clark | Remove code duplication in S_to_utf8_substr() and S_to_... |
blob | commitdiff | diff to current |
2006-12-10 |
Nicholas Clark | Downgrading a fixed or floating substring of a pattern... |
blob | commitdiff | diff to current |
2006-12-04 |
Yves Orton | \R is supposed to mean something else so switch to... |
blob | commitdiff | diff to current |
2006-11-27 |
Nicholas Clark | Move words and revcharmap out of struct _rev_trie_data... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark | Move widecharmap out of the shared structure _reg_trie_... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark | Swap _reg_ac_data.trie to U32 offset into the regdata... |
blob | commitdiff | diff to current |
2006-11-25 |
Jarkko Hietaniemi | smoke signs suppression |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton | Re: [PATCH] Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton | Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-11-22 |
Yves Orton | \G with /g results in infinite loop in 5.6 and later |
blob | commitdiff | diff to current |
2006-11-20 |
Andreas König | Patch by Yves Orton to fix the regression reported... |
blob | commitdiff | diff to current |
2006-11-17 |
yves orton | [perl #36909] $^R undefined on matches involving backre... |
blob | commitdiff | diff to current |
2006-11-15 |
Yves Orton | Re: [PATCH] Fix RT#19049 and add relative backreferences |
blob | commitdiff | diff to current |
2006-11-14 |
Yves Orton | Fwd: Memory leak with s/// and hashes |
blob | commitdiff | diff to current |
2006-11-13 |
Yves Orton | Re: [PATCH] New regex syntax omnibus |
blob | commitdiff | diff to current |
2006-11-12 |
Nicholas Clark | Looks like I didn't actually test the COW conditional... |
blob | commitdiff | diff to current |
2006-11-12 |
Jarkko Hietaniemi | (2nd version) small tweaks based on smoke signs |
blob | commitdiff | diff to current |
2006-11-09 |
Robin Barker | ***speculative*** was RE: [PATCH] regexec.c - silence... |
blob | commitdiff | diff to current |
2006-11-08 |
Rafael Garcia-Suarez | Type change to avoid signed/unsigned compiler warnings |
blob | commitdiff | diff to current |
2006-11-07 |
Yves Orton | New regex syntax omnibus |
blob | commitdiff | diff to current |
2006-11-02 |
Yves Orton | Add more backtracking control verbs to regex engine... |
blob | commitdiff | diff to current |
2006-11-02 |
Rafael Garcia-Suarez | Silence a gcc warning |
blob | commitdiff | diff to current |
2006-11-01 |
Yves Orton | Add a commit verb to regex engine to allow fine tuning... |
blob | commitdiff | diff to current |
2006-11-01 |
Steve Hay | Silence VC++ compiler warnings |
blob | commitdiff | diff to current |
2006-10-30 |
Yves Orton | The second patch from: |
blob | commitdiff | diff to current |
2006-10-30 |
Yves Orton | The first patch from: |
blob | commitdiff | diff to current |
2006-10-26 |
Yves Orton | Fix a problem with jump-tries, add (?FAIL) pattern. |
blob | commitdiff | diff to current |
2006-10-26 |
Yves Orton | Fix a memory leak : |
blob | commitdiff | diff to current |
2006-10-18 |
Dave Bailey | [perl #40557] regexec.c saves context stack position... |
blob | commitdiff | diff to current |
2006-10-12 |
Yves Orton | Add Regex conditionals. Various bugfixes. More tests. |
blob | commitdiff | diff to current |
2006-10-09 |
Jarkko Hietaniemi | Re: [PATCH] regexec.c: goto crossing initialization |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton | Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-10-05 |
Dave Mitchell | Document the new regmatch() backtracking mechanism |
blob | commitdiff | diff to current |
2006-10-05 |
Dave Mitchell | remove REGMATCH detritus and shrink the size of the... |
blob | commitdiff | diff to current |
2006-10-05 |
Dave Mitchell | migrate CURLYX/WHILEM branch in regmatch() to new FSM... |
blob | commitdiff | diff to current |
2006-10-05 |
Yves Orton | Re: [PATCH] Add recursive regexes similar to PCRE |
blob | commitdiff | diff to current |
2006-09-30 |
Dave Mitchell | remove backing up outercc->cur in regmatch()/WHILEM |
blob | commitdiff | diff to current |
2006-09-30 |
Dave Mitchell | assert that backing up outercc->cur in regmatch()/WHILE... |
blob | commitdiff | diff to current |
2006-09-30 |
Dave Mitchell | rationalise sayYES and sayNO code in regmatch() |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton | Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-25 |
Yves Orton | Automate generation of the regmatch() state constants |
blob | commitdiff | diff to current |
2006-09-25 |
Yves Orton | Fix re debug formatting nits |
blob | commitdiff | diff to current |
2006-09-25 |
Dave Mitchell | eliminate PL_regindent and improve -Mre=Debug,STATE... |
blob | commitdiff | diff to current |
2006-09-24 |
Dave Mitchell | fix regression introduced in #27778: must backtrack... |
blob | commitdiff | diff to current |
2006-09-24 |
Dave Mitchell | in S_regmatch(), convert state var st->cc into local... |
blob | commitdiff | diff to current |
2006-09-21 |
Jarkko Hietaniemi | deal with some gcc warnings |
blob | commitdiff | diff to current |
2006-09-19 |
Yves Orton | Re: \N{...} in regular expression [PATCH] |
blob | commitdiff | diff to current |
2006-09-12 |
Rafael Garcia-Suarez | More warnings silencing, including suggestions by Domin... |
blob | commitdiff | diff to current |
2006-09-11 |
Rafael Garcia-Suarez | Fix a few more printf format warnings |
blob | commitdiff | diff to current |
2006-09-11 |
Rafael Garcia-Suarez | Fix definition of macro HOP3 (spotted by a gcc warning) |
blob | commitdiff | diff to current |
next |