Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
[p5sagit/p5-mst-13.2.git] / regexec.c
2007-04-27 Yves Orton Re: Analysis of problems with mixed encoding case insen...
2007-04-27 Rafael Garcia-Suarez Fix a signed/unsigned comparison warning
2007-04-26 Nicholas Clark Avoid a SIGBUS caused by passing a U32 pointer to utf8_...
2007-04-26 Yves Orton Re: Analysis of problems with mixed encoding case insen...
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-23 Yves Orton Change meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-04-01 Dave Mitchell free backtrack track when on unexpected exit, eg /...
2007-04-01 Dave Mitchell fix $^R scoping bug.
2007-03-26 Nicholas Clark In struct regexp replace the two arrays of I32s accesse...
2007-03-26 Nicholas Clark Move the declaration of two variables into the only...
2007-03-24 Nicholas Clark startp and endp can allocate their array of I32s from...
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-03-20 Yves Orton feel the the baß (encoding problems in the regex engine)
2007-03-13 Nicholas Clark The dMY_CXT added in change 27938 isn't needed when...
2007-03-03 Nicholas Clark Define and initialise reg_name only once.
2007-03-01 Yves Orton Re: New file: t/op/regexp_email.t
2007-02-26 Yves Orton Re: [perl #41565] qr// memory corruption
2007-02-26 Yves Orton Re: Regexp recursion limit too low?
2007-02-20 Steve Peters Silence a couple of compile warnings.
2007-02-20 Jarkko Hietaniemi regexec.c: S_ stands for static
2007-02-19 Rafael Garcia-Suarez Revert change #30081 at dmq's request, and mark its...
2007-02-12 Yves Orton Re: [perl #41492] Incorrect match with /(?(DEFINE)...
2007-02-03 Yves Orton Re: prerelease checklist for Perl 5.10
2007-02-02 Nicholas Clark Change 29502 wasn't perfect - you need to remove any...
2007-01-31 Yves Orton Improve regex stringification code
2007-01-31 Yves Orton $1 in nested regex EVAL doesnt work correctly.
2007-01-11 Yves Orton Add Regexp::Keep \K functionality to regex engine as...
2007-01-05 Rafael Garcia-Suarez Update copyright years in .c files
2007-01-05 Steve Hay Silence various VC6 warnings
2007-01-04 Marcus Holland-Moritz 4th patch from:
2007-01-04 Marcus Holland-Moritz The first three patches from:
2006-12-12 Steve Hay Silence VC warnings about possible operator precedence...
2006-12-10 Nicholas Clark Remove code duplication in S_to_utf8_substr() and S_to_...
2006-12-10 Nicholas Clark Downgrading a fixed or floating substring of a pattern...
2006-12-04 Yves Orton \R is supposed to mean something else so switch to...
2006-11-27 Nicholas Clark Move words and revcharmap out of struct _rev_trie_data...
2006-11-26 Nicholas Clark Move widecharmap out of the shared structure _reg_trie_...
2006-11-26 Nicholas Clark Swap _reg_ac_data.trie to U32 offset into the regdata...
2006-11-25 Jarkko Hietaniemi smoke signs suppression
2006-11-23 Yves Orton Re: [PATCH] Cleanup regexp flags and structure
2006-11-23 Yves Orton Cleanup regexp flags and structure
2006-11-22 Yves Orton \G with /g results in infinite loop in 5.6 and later
2006-11-20 Andreas König Patch by Yves Orton to fix the regression reported...
2006-11-17 yves orton [perl #36909] $^R undefined on matches involving backre...
2006-11-15 Yves Orton Re: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Yves Orton Fwd: Memory leak with s/// and hashes
2006-11-13 Yves Orton Re: [PATCH] New regex syntax omnibus
2006-11-12 Nicholas Clark Looks like I didn't actually test the COW conditional...
2006-11-12 Jarkko Hietaniemi (2nd version) small tweaks based on smoke signs
2006-11-09 Robin Barker ***speculative*** was RE: [PATCH] regexec.c - silence...
2006-11-08 Rafael Garcia-Suarez Type change to avoid signed/unsigned compiler warnings
2006-11-07 Yves Orton New regex syntax omnibus
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-11-02 Rafael Garcia-Suarez Silence a gcc warning
2006-11-01 Yves Orton Add a commit verb to regex engine to allow fine tuning...
2006-11-01 Steve Hay Silence VC++ compiler warnings
2006-10-30 Yves Orton The second patch from:
2006-10-30 Yves Orton The first patch from:
2006-10-26 Yves Orton Fix a problem with jump-tries, add (?FAIL) pattern.
2006-10-26 Yves Orton Fix a memory leak :
2006-10-18 Dave Bailey [perl #40557] regexec.c saves context stack position...
2006-10-12 Yves Orton Add Regex conditionals. Various bugfixes. More tests.
2006-10-09 Jarkko Hietaniemi Re: [PATCH] regexec.c: goto crossing initialization
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Dave Mitchell Document the new regmatch() backtracking mechanism
2006-10-05 Dave Mitchell remove REGMATCH detritus and shrink the size of the...
2006-10-05 Dave Mitchell migrate CURLYX/WHILEM branch in regmatch() to new FSM...
2006-10-05 Yves Orton Re: [PATCH] Add recursive regexes similar to PCRE
2006-09-30 Dave Mitchell remove backing up outercc->cur in regmatch()/WHILEM
2006-09-30 Dave Mitchell assert that backing up outercc->cur in regmatch()/WHILE...
2006-09-30 Dave Mitchell rationalise sayYES and sayNO code in regmatch()
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-25 Yves Orton Automate generation of the regmatch() state constants
2006-09-25 Yves Orton Fix re debug formatting nits
2006-09-25 Dave Mitchell eliminate PL_regindent and improve -Mre=Debug,STATE...
2006-09-24 Dave Mitchell fix regression introduced in #27778: must backtrack...
2006-09-24 Dave Mitchell in S_regmatch(), convert state var st->cc into local...
2006-09-21 Jarkko Hietaniemi deal with some gcc warnings
2006-09-19 Yves Orton Re: \N{...} in regular expression [PATCH]
2006-09-12 Rafael Garcia-Suarez More warnings silencing, including suggestions by Domin...
2006-09-11 Rafael Garcia-Suarez Fix a few more printf format warnings
2006-09-11 Rafael Garcia-Suarez Fix definition of macro HOP3 (spotted by a gcc warning)
2006-09-11 Yves Orton Teach regex optimiser how to handle (?=) and (?<=)...
2006-09-06 Steve Peters Removed some leftover debugging accidentally added...
2006-09-06 Jarkko Hietaniemi UCD 5.0.0
2006-09-05 Rafael Garcia-Suarez Fix a few warnings
2006-09-05 Yves Orton Re: [PATCH] Trie jumping
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-08-01 Steve Hay Silence a couple of Borland compiler warnings
2006-07-27 Yves Orton Re: Silence/fix more warnings from the regex engine
2006-07-23 Jarkko Hietaniemi z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
2006-07-15 Yves Orton Updated escaping code. utf8 regex debug output improvements
2006-07-14 Dave Mitchell remove regex postive super-linear cache code
2006-07-13 Steve Peters Clear up a few more warnings from blead.
2006-07-08 Yves Orton Macroize vast tracks of duplicated code in regexec.c
2006-07-07 Yves Orton More escaping in the RE
2006-07-06 Yves Orton Introduce a new function, pv_escape(), to display conte...
2006-07-02 Dave Mitchell silence a compiler warning
2006-06-30 Dave Mitchell migrate CURLY/PLUS/STAR branch in regmatch() to new...
next