This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 29364 forgot to turn the POK flag on.
[perl5.git] / regcomp.c
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-19 Yves OrtonRe: [PATCH] Study SUSPEND (and recursion) properly
2006-11-17 yves orton[perl #22395] regexp /(.*)[bc]/ 10000 times slower...
2006-11-17 Yves OrtonStudy SUSPEND (and recursion) properly
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-14 Yves OrtonAllow negative indexing in recursive patterns
2006-11-13 Yves OrtonRe: [PATCH] New regex syntax omnibus
2006-11-13 Rafael Garcia-SuarezCasting nit
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-12 Jarkko Hietaniemi(2nd version) small tweaks based on smoke signs
2006-11-09 Jarkko Hietaniemiregcomp.c: printf arg casts
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-06 Rafael Garcia-SuarezSilence a cast warning
2006-11-04 SADAHIRO TomoyukiRe: [perl #40641] crash with unicode characters in...
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-11-01 Yves OrtonAdd a commit verb to regex engine to allow fine tuning...
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-20 Rafael Garcia-SuarezSilence some warnings
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-10-14 Nicholas ClarkAvoid undefined behaviour for -DPERL_MEM_LOG by not...
2006-10-14 Nicholas ClarkAvoid undefined behaviour for -DPERL_MEM_LOG by not...
2006-10-13 Yves OrtonAdd possessive quantifiers to regex engine.
2006-10-12 Robin Barkerfix format errors; was RE: g++ compile and make test...
2006-10-12 Yves OrtonMore regexp documentation
2006-10-12 Yves OrtonAdd Regex conditionals. Various bugfixes. More tests.
2006-10-10 Yves OrtonRegexp Recurse by name.
2006-10-08 Yves OrtonRe: [perl #40468] Not OK: perl 5.9.4 +patchaperlup...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Yves OrtonRe: [perl #8835] fairly large regex optimization bug...
2006-10-05 Rafael Garcia-SuarezNit in regcomp, discovered by a gcc warning, fixed...
2006-10-05 Rafael Garcia-SuarezFix a couple of casting warnings
2006-10-05 Yves OrtonRe: [PATCH] Add recursive regexes similar to PCRE
2006-09-29 Yves OrtonMinor re 'Debug' tweaks, also fix a bug in dumping...
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-29 Steve PetersFix debug format in regcomp.c that was failing under
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-26 Nicholas ClarkMake Perl_regdupe only exist for threaded perls.
2006-09-25 Yves OrtonAutomate generation of the regmatch() state constants
2006-09-25 Yves OrtonAdd hook for re_dup() into regex engine as reg_dupe...
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-09-19 Yves OrtonRe: \N{...} in regular expression [PATCH]
2006-09-19 Yves OrtonRe: \N{...} in regular expression [PATCH]
2006-09-17 Nicholas ClarkAvoid compiler warning about a variable that isn't...
2006-09-12 Rafael Garcia-SuarezMore warnings silencing, including suggestions by Domin...
2006-09-12 Rafael Garcia-SuarezAnother warning-silencing cast
2006-09-11 Rafael Garcia-SuarezFix some compilation warnings
2006-09-11 Yves OrtonTeach regex optimiser how to handle (?=) and (?<=)...
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-07-23 Jarkko Hietaniemiz/OS: pp_sys.c, reg*.c, toke.c, utf8.c
2006-07-16 Yves OrtonRe: Fix loads of warnings from the last escaping patch...
2006-07-15 Yves OrtonUpdated escaping code. utf8 regex debug output improvements
2006-07-07 Yves OrtonMore escaping in the RE
2006-06-30 Rafael Garcia-SuarezFix a couple of compilation warnings
2006-06-24 Dave Mitchellquieten warning by avoiding a comment-within-a-comment
2006-06-22 Yves OrtonRe: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net...
2006-06-21 Steve HayFix code before declaration error introduced by #28405
2006-06-20 Steve PetersClean up a few warnings in regcomp.c under -Dgccansiped...
2006-06-14 Yves OrtonRe: [PATCH] fix re debug segvs in global destruction...
2006-06-14 Yves Ortonfix re debug segvs in global destruction, and a tweak...
2006-06-13 Yves OrtonGuard clause should happen first, otherwise its not...
2006-06-12 Yves OrtonRe: Segv from new regex code when under threads.
2006-06-11 Yves OrtonRe: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
2006-06-09 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
2006-05-30 Yves OrtonC is not perl, AV's dont just magically free themselves...
2006-05-29 Rafael Garcia-SuarezSilence a warning
2006-05-29 Rafael Garcia-SuarezRegen headers following change 28325. Also, make it...
2006-05-29 Yves OrtonRe: [PATCH] More regex optimisations and debug enhancem...
2006-05-20 Yves Ortonoptimize /[x]/ to /x/.
2006-05-16 Andy Lesterrefactoring out S_regoptail
2006-05-15 Andy LesterS_reguni should return its length
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-04-29 Jarkko Hietaniemimore -ansi -pedantic cleanliness
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lesteruse NOOP macro
2006-04-22 Nicholas Clark"Don't Repeat Yourself" on the "We *really* need to...
2006-04-21 Nicholas ClarkWhy hide functions (and duplicate them) when you can...
2006-04-19 Rafael Garcia-SuarezThere's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
2006-04-18 Nicholas ClarkRevert 27869 at Jarkko's request.
2006-04-18 Nicholas ClarkCoverity insists that if we deference a pointer without...
2006-04-17 Jarkko Hietaniemi(tentative) regcomp.c: try convincing Coverity that...
2006-04-13 Dave Mitchelleliminate PL_reg_re
2006-04-11 Jarkko Hietaniemiregcomp.c (try II): use &PL_sv_undef for listsv as...
2006-04-10 Nicholas ClarkAll S_dumpuntil()'s regnode pointer arguments can be...
2006-04-10 Andy LesterTrue consting goodness in regexes
2006-04-06 Nicholas ClarkMove all the regexp state variables into a single struc...
2006-04-05 Nicholas ClarkSave the regexp engine state as 1 block on the save...
2006-04-05 Dave Mitchelleliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2006-03-31 Andy LesterRandom accumulated patches
2006-03-24 Dave Mitchellremove unused PL_regcc variable
2006-03-17 Nicholas ClarkProperly set/reset the UTF-8 length cache in regcomp.c.
next