This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pass in explicit lengths for the key and type arguments to
[perl5.git] / regexec.c
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-08-18 Marcus Holland-MoritzTRIE must use 'yes' state transitions when more than...
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-18 Dave Mitchell[perl #43159] 5.9.4 regexp capturing wrongly
2007-06-18 Dave Mitchelladd test for, and update comments for, old defined...
2007-06-05 Steve HaySilence another VC++ compiler warning (signed/unsigned...
2007-05-29 Yves OrtonRe: [perl #43015] regex /.*\z/ doesn't matches strings...
2007-05-02 Yves Ortontweak some regexp params to avoid warnings
2007-04-30 Rafael Garcia-SuarezSignedness nit, found by Jarkko
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-27 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-27 Rafael Garcia-SuarezFix a signed/unsigned comparison warning
2007-04-26 Nicholas ClarkAvoid a SIGBUS caused by passing a U32 pointer to utf8_...
2007-04-26 Yves OrtonRe: 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 OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-04-01 Dave Mitchellfree backtrack track when on unexpected exit, eg /...
2007-04-01 Dave Mitchellfix $^R scoping bug.
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-26 Nicholas ClarkMove the declaration of two variables into the only...
2007-03-24 Nicholas Clarkstartp and endp can allocate their array of I32s from...
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-20 Yves Ortonfeel the the baÃ\9f (encoding problems in the regex engine)
2007-03-13 Nicholas ClarkThe dMY_CXT added in change 27938 isn't needed when...
2007-03-03 Nicholas ClarkDefine and initialise reg_name only once.
2007-03-01 Yves OrtonRe: New file: t/op/regexp_email.t
2007-02-26 Yves OrtonRe: [perl #41565] qr// memory corruption
2007-02-26 Yves OrtonRe: Regexp recursion limit too low?
2007-02-20 Steve PetersSilence a couple of compile warnings.
2007-02-20 Jarkko Hietaniemiregexec.c: S_ stands for static
2007-02-19 Rafael Garcia-SuarezRevert change #30081 at dmq's request, and mark its...
2007-02-12 Yves OrtonRe: [perl #41492] Incorrect match with /(?(DEFINE)...
2007-02-03 Yves OrtonRe: prerelease checklist for Perl 5.10
2007-02-02 Nicholas ClarkChange 29502 wasn't perfect - you need to remove any...
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
2007-01-11 Yves OrtonAdd Regexp::Keep \K functionality to regex engine as...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-05 Steve HaySilence various VC6 warnings
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2006-12-12 Steve HaySilence VC warnings about possible operator precedence...
2006-12-10 Nicholas ClarkRemove code duplication in S_to_utf8_substr() and S_to_...
2006-12-10 Nicholas ClarkDowngrading 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 ClarkMove words and revcharmap out of struct _rev_trie_data...
2006-11-26 Nicholas ClarkMove widecharmap out of the shared structure _reg_trie_...
2006-11-26 Nicholas ClarkSwap _reg_ac_data.trie to U32 offset into the regdata...
2006-11-25 Jarkko Hietaniemismoke signs suppression
2006-11-23 Yves OrtonRe: [PATCH] Cleanup regexp flags and structure
2006-11-23 Yves OrtonCleanup 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önigPatch 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 OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Yves OrtonFwd: Memory leak with s/// and hashes
2006-11-13 Yves OrtonRe: [PATCH] New regex syntax omnibus
2006-11-12 Nicholas ClarkLooks 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-SuarezType change to avoid signed/unsigned compiler warnings
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-11-02 Rafael Garcia-SuarezSilence a gcc warning
2006-11-01 Yves OrtonAdd a commit verb to regex engine to allow fine tuning...
2006-11-01 Steve HaySilence VC++ compiler warnings
2006-10-30 Yves OrtonThe second patch from:
2006-10-30 Yves OrtonThe first patch from:
2006-10-26 Yves OrtonFix a problem with jump-tries, add (?FAIL) pattern.
2006-10-26 Yves OrtonFix a memory leak :
2006-10-18 Dave Bailey[perl #40557] regexec.c saves context stack position...
2006-10-12 Yves OrtonAdd Regex conditionals. Various bugfixes. More tests.
2006-10-09 Jarkko HietaniemiRe: [PATCH] regexec.c: goto crossing initialization
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Dave MitchellDocument the new regmatch() backtracking mechanism
2006-10-05 Dave Mitchellremove REGMATCH detritus and shrink the size of the...
2006-10-05 Dave Mitchellmigrate CURLYX/WHILEM branch in regmatch() to new FSM...
2006-10-05 Yves OrtonRe: [PATCH] Add recursive regexes similar to PCRE
2006-09-30 Dave Mitchellremove backing up outercc->cur in regmatch()/WHILEM
2006-09-30 Dave Mitchellassert that backing up outercc->cur in regmatch()/WHILE...
2006-09-30 Dave Mitchellrationalise sayYES and sayNO code in regmatch()
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-25 Yves OrtonAutomate generation of the regmatch() state constants
2006-09-25 Yves OrtonFix re debug formatting nits
2006-09-25 Dave Mitchelleliminate PL_regindent and improve -Mre=Debug,STATE...
2006-09-24 Dave Mitchellfix regression introduced in #27778: must backtrack...
2006-09-24 Dave Mitchellin S_regmatch(), convert state var st->cc into local...
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-09-19 Yves OrtonRe: \N{...} in regular expression [PATCH]
2006-09-12 Rafael Garcia-SuarezMore warnings silencing, including suggestions by Domin...
2006-09-11 Rafael Garcia-SuarezFix a few more printf format warnings
2006-09-11 Rafael Garcia-SuarezFix definition of macro HOP3 (spotted by a gcc warning)
2006-09-11 Yves OrtonTeach regex optimiser how to handle (?=) and (?<=)...
2006-09-06 Steve PetersRemoved some leftover debugging accidentally added...
2006-09-06 Jarkko HietaniemiUCD 5.0.0
2006-09-05 Rafael Garcia-SuarezFix a few warnings
2006-09-05 Yves OrtonRe: [PATCH] Trie jumping
2006-08-07 Jarkko Hietaniemig++ large patch
2006-08-01 Steve HaySilence a couple of Borland compiler warnings
next