This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document :shared and :unique in attributes.pm
[perl5.git] / ext / re / re_top.h
2012-06-13 David Mitchelladd Perl_re_op_compile function
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2007-06-08 Craig A. BerryAvoid 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 Ortonadd hooks for capture buffers into regex engine.
2006-12-04 Rafael Garcia-SuarezBetter version of last patch, by Yves Orton.
2006-12-04 Rafael Garcia-SuarezThe new regexp compilation function must be added to...
2006-12-01 Yves OrtonContinue split of perl internal regexp structures from...
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-09-25 Yves OrtonAdd 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...