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 / t /
2012-07-25 Karl WilliamsonOptimize a single character [class] into EXACTish
2012-06-20 Karl WilliamsonPATCH: [perl #113750] re.pm clobbers $_
2012-06-13 David Mitchellpropagate /msix and (?msix) etc flags into (??{})
2012-06-13 David Mitchellfix =/== typo in ext/re/t/regop.t
2012-02-04 Father ChrysostomosRemove ‘Useless use of "re" pragma’ warning
2011-06-05 Nobuhiro IwamatsuUpdate lengthen time-out time for t/re/re.t.
2011-05-31 Karl Williamsonreflags.t: Remove no longer applicable TODO
2011-04-11 Karl WilliamsonPATCH: final [perl #86972]: Allow /(?aia)/
2011-03-06 Nicholas ClarkMove t/re/re.t to ext/re/t/re_funcs_u.t, so that it...
2011-02-14 Karl Williamsonre.pm: Add /aa support
2011-02-14 Karl Williamsonre.pm: Forbid things like /dd, /uu
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-04 Father ChrysostomosEmit warning for use re "/ul"
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2009-10-25 Yves Ortondisable non-unicode case insensitive trie matching
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2008-01-09 Jerry D. HeddenMove re::regexp_pattern to universal.c
2008-01-05 Nicholas ClarkMake ext/re/t/re_funcs.t warnings clean.
2007-08-22 John E. Malmberg[patch@31739] regop.t fix for VMS
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-02-26 Yves OrtonRe: [perl #41565] qr// memory corruption
2007-02-14 Yves OrtonRe: [PATCH] Document that m//k works
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-16 Yves OrtonMake offsets support conditional
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2006-11-20 Andreas KönigPatch by Yves Orton to fix the regression reported...
2006-11-17 Yves Ortonadd regmust() to re.pm/re.xs
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-06-14 Yves Ortonfix re debug segvs in global destruction, and a tweak...
2006-06-09 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
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...
2004-06-18 Nicholas ClarkSkip re tests if re not built.
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.