Add some information to the comments describing SV flag bits.
[p5sagit/p5-mst-13.2.git] / regexp.h
2007-06-30 Abigail /p vs (?p)
2007-06-29 Yves Orton fix overzealous search and replace
2007-06-28 Yves Orton Rename various regex defined so that they have distinct...
2007-06-28 Ævar Arnfjörð Bjar... Move the RXf_WHITE logic for split " " into the regex...
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-20 Ævar Arnfjörð Bjar... Minor perlreapi.pod cleanup
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-02 Yves Orton tweak some regexp params to avoid warnings
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-31 Nicholas Clark Reorder the members of various regexp structs to reduce...
2007-03-31 Nicholas Clark precomp in struct regexp can be const char *.
2007-03-26 Nicholas Clark In struct regexp replace the two arrays of I32s accesse...
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-02-26 Yves Orton Re: Regexp recursion limit too low?
2007-02-14 Rafael Garcia-Suarez Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
2007-02-14 Yves Orton Re: [PATCH] Document that m//k works
2007-02-13 Yves Orton add hooks for capture buffers into regex engine.
2007-02-03 Yves Orton Re: prerelease checklist for Perl 5.10
2007-01-31 Yves Orton Improve regex stringification code
2007-01-15 Yves Orton Re: [PATCH] Add support for /k modfier for matching...
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-11 Yves Orton Add Regexp::Keep \K functionality to regex engine as...
2007-01-09 Yves Orton Let the regex parser decide if we have a special patter...
2007-01-05 Rafael Garcia-Suarez Update copyright years in .h files. Also, in .pl
2006-12-05 Yves Orton Further tweaks to make it easier to create regexp engin...
2006-12-04 Rafael Garcia-Suarez Better version of last patch, by Yves Orton.
2006-12-04 Rafael Garcia-Suarez The new regexp compilation function must be added to...
2006-12-01 Yves Orton Continue split of perl internal regexp structures from...
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-16 Rafael Garcia-Suarez Remove duplicate declaration
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-13 Yves Orton Regex Utility Functions and Substituion Fix (XML::Twig...
2006-11-09 Robin Barker ***speculative*** was RE: [PATCH] regexec.c - silence...
2006-11-07 Yves Orton New regex syntax omnibus
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-10-26 Yves Orton Fix a problem with jump-tries, add (?FAIL) pattern.
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
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 rationalise sayYES and sayNO code in regmatch()
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
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-05 Yves Orton Re: [PATCH] Trie jumping
2006-06-30 Dave Mitchell migrate CURLY/PLUS/STAR branch in regmatch() to new...
2006-06-23 Dave Mitchell migrate TRIE branch in regmatch() to new FSM-esque...
2006-06-16 Dave Mitchell start turning regmatch() main loop into a FSM
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-04-20 Dave Mitchell regmatch: merge the greedy and non-greedy branches...
2006-04-19 Dave Mitchell regmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-16 Dave Mitchell generalize the 'continue on success' mechanism of defer...
2006-04-13 Dave Mitchell eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_gan...
2006-04-13 Dave Mitchell eliminate PL_reg_re
2006-04-12 Dave Mitchell Remove the final recursion path from S_regmatch: ...
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-03 Dave Mitchell anonymous unions aren't legal ANSI c
2006-04-02 Dave Mitchell subsume CURCUR (current curly) struct within the main...
2006-04-02 Dave Mitchell make parts of struct regmatch_state unions
2006-04-02 Dave Mitchell use slabs to allocate save state space in regmatch()
2006-03-26 Gisle Aas REXEC_ML is unused.
2005-06-08 Nicholas Clark s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-16 Nicholas Clark COW regexps:
2003-02-02 Rafael Garcia-Suarez [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2001-11-18 Jarkko Hietaniemi Retract #13048: that introduced a malloc() (through...
2001-11-16 Jeff Pinyan Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-08-04 Jarkko Hietaniemi Continuation of #11575: SANY_SEEN completely deprecated,
2001-08-04 Daniel P. Berrange Decouple SANY into SANY and CANY: the new SANY is ...
2001-06-30 Jarkko Hietaniemi Add support for $^N, the most-recently closed group.
2001-04-22 Mark-Jason Dominus Re: Regex debugger patch
2001-02-18 Jarkko Hietaniemi Misapplied regex optimizations when \C is present.
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-13 Jarkko Hietaniemi Declare reg_data like reg_substr_data.
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-04 Ilya Zakharevich regexp.h
1999-08-30 Jarkko Hietaniemi Retract #3922 (Rule #1 was invoked).
1999-08-05 Ilya Zakharevich Deprecate /^/ implictly meaning /^/m.
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-05-25 Ilya Zakharevich REx engine improvements
1998-12-29 Ilya Zakharevich Bugs in hairy interactions of feature in REx
1998-11-28 Ilya Zakharevich Fix \G in REx without //g
next