FAQ sync
[p5sagit/p5-mst-13.2.git] / ext / re / re_top.h
2007-06-08 Craig A. Berry Avoid multiply defined symbols in re extension followin...
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-02-13 Yves Orton add hooks for capture buffers into regex engine.
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-13 Yves Orton Regex Utility Functions and Substituion Fix (XML::Twig...
2006-09-25 Yves Orton Add hook for re_dup() into regex engine as reg_dupe...
2006-04-22 Nicholas Clark "Don't Repeat Yourself" on the "We *really* need to...