say() has the same syntax than print(), so forbid to override it
[p5sagit/p5-mst-13.2.git] / regcomp.c
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-11-01 Yves Orton Add a commit verb to regex engine to allow fine tuning...
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-20 Rafael Garcia-Suarez Silence some warnings
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-14 Nicholas Clark Avoid undefined behaviour for -DPERL_MEM_LOG by not...
2006-10-14 Nicholas Clark Avoid undefined behaviour for -DPERL_MEM_LOG by not...
2006-10-13 Yves Orton Add possessive quantifiers to regex engine.
2006-10-12 Robin Barker fix format errors; was RE: g++ compile and make test...
2006-10-12 Yves Orton More regexp documentation
2006-10-12 Yves Orton Add Regex conditionals. Various bugfixes. More tests.
2006-10-10 Yves Orton Regexp Recurse by name.
2006-10-08 Yves Orton Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup...
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Yves Orton Re: [perl #8835] fairly large regex optimization bug...
2006-10-05 Rafael Garcia-Suarez Nit in regcomp, discovered by a gcc warning, fixed...
2006-10-05 Rafael Garcia-Suarez Fix a couple of casting warnings
2006-10-05 Yves Orton Re: [PATCH] Add recursive regexes similar to PCRE
2006-09-29 Yves Orton Minor re 'Debug' tweaks, also fix a bug in dumping...
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-29 Steve Peters Fix debug format in regcomp.c that was failing under
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-26 Nicholas Clark Make Perl_regdupe only exist for threaded perls.
2006-09-25 Yves Orton Automate generation of the regmatch() state constants
2006-09-25 Yves Orton Add hook for re_dup() into regex engine as reg_dupe...
2006-09-21 Jarkko Hietaniemi deal with some gcc warnings
2006-09-19 Yves Orton Re: \N{...} in regular expression [PATCH]
2006-09-19 Yves Orton Re: \N{...} in regular expression [PATCH]
2006-09-17 Nicholas Clark Avoid compiler warning about a variable that isn't...
2006-09-12 Rafael Garcia-Suarez More warnings silencing, including suggestions by Domin...
2006-09-12 Rafael Garcia-Suarez Another warning-silencing cast
2006-09-11 Rafael Garcia-Suarez Fix some compilation warnings
2006-09-11 Yves Orton Teach regex optimiser how to handle (?=) and (?<=)...
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-07-23 Jarkko Hietaniemi z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
2006-07-16 Yves Orton Re: Fix loads of warnings from the last escaping patch...
2006-07-15 Yves Orton Updated escaping code. utf8 regex debug output improvements
2006-07-07 Yves Orton More escaping in the RE
2006-06-30 Rafael Garcia-Suarez Fix a couple of compilation warnings
2006-06-24 Dave Mitchell quieten warning by avoiding a comment-within-a-comment
2006-06-22 Yves Orton Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net...
2006-06-21 Steve Hay Fix code before declaration error introduced by #28405
2006-06-20 Steve Peters Clean up a few warnings in regcomp.c under -Dgccansiped...
2006-06-14 Yves Orton Re: [PATCH] fix re debug segvs in global destruction...
2006-06-14 Yves Orton fix re debug segvs in global destruction, and a tweak...
2006-06-13 Yves Orton Guard clause should happen first, otherwise its not...
2006-06-12 Yves Orton Re: Segv from new regex code when under threads.
2006-06-11 Yves Orton Re: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Yves Orton Re: [PATCH] Better version of the Aho-Corasick patch...
2006-06-09 Yves Orton Re: [PATCH] Better version of the Aho-Corasick patch...
2006-05-30 Yves Orton C is not perl, AV's dont just magically free themselves...
2006-05-29 Rafael Garcia-Suarez Silence a warning
2006-05-29 Rafael Garcia-Suarez Regen headers following change 28325. Also, make it...
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-05-20 Yves Orton optimize /[x]/ to /x/.
2006-05-16 Andy Lester refactoring out S_regoptail
2006-05-15 Andy Lester S_reguni should return its length
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-04-29 Jarkko Hietaniemi more -ansi -pedantic cleanliness
2006-04-28 Jarkko Hietaniemi Re: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lester use NOOP macro
2006-04-22 Nicholas Clark "Don't Repeat Yourself" on the "We *really* need to...
2006-04-21 Nicholas Clark Why hide functions (and duplicate them) when you can...
2006-04-19 Rafael Garcia-Suarez There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
2006-04-18 Nicholas Clark Revert 27869 at Jarkko's request.
2006-04-18 Nicholas Clark Coverity insists that if we deference a pointer without...
2006-04-17 Jarkko Hietaniemi (tentative) regcomp.c: try convincing Coverity that...
2006-04-13 Dave Mitchell eliminate PL_reg_re
2006-04-11 Jarkko Hietaniemi regcomp.c (try II): use ...
2006-04-10 Nicholas Clark All S_dumpuntil()'s regnode pointer arguments can be...
2006-04-10 Andy Lester True consting goodness in regexes
2006-04-06 Nicholas Clark Move all the regexp state variables into a single struc...
2006-04-05 Nicholas Clark Save the regexp engine state as 1 block on the save...
2006-04-05 Dave Mitchell eliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-02 SADAHIRO Tomoyuki Re: [perl #38293] chr(65535) should be allowed in regexes
2006-03-31 Andy Lester Random accumulated patches
2006-03-24 Dave Mitchell remove unused PL_regcc variable
2006-03-17 Nicholas Clark Properly set/reset the UTF-8 length cache in regcomp.c.
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lester unused context warnings
2006-02-14 Andy Lester Sun Studio lint patches
2006-02-09 Andy Lester Trying my "remove the pTHXes" patch again
2006-02-09 Nicholas Clark Avoid calling all the scanning code in gv_fetchpvn_flag...
2006-02-08 Nicholas Clark lastparen in the regexp structure is never initialised...
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-08 Jarkko Hietaniemi blead: format warnings
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Rafael Garcia-Suarez Update copyrights for files modified in 2006
2006-01-01 Andy Lester Making 0 pointers to NULLs
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-11-04 Nicholas Clark s/printf/my_printf/ because we're using the return...
next