This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $B::VERSION to 1.51
[perl5.git] / ext / re /
2014-08-27 Karl Williamsonext/re/t/regop.t: Use eq instead of == for strings
2014-08-25 Karl WilliamsonImprove -Dr output of bracketed char classes
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-02-07 David Mitchellre_intuit_start(): add more debugging output
2014-02-05 Yves OrtonFix regression in floating mandatory string optimisation
2013-08-25 Father ChrysostomosIncrease $re::VERSION to 0.26
2013-08-25 Father ChrysostomosCorrect sub signature in re.xs
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-05-25 David Steinbrunnertypo fix for re
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2012-10-26 Yves Ortonfix a hash order dependency in t/re_funcs_u.t
2012-10-22 Steffen Muellerext/re: Optimize XPUSH's to EXTEND(), PUSH,...
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-08-26 Karl WilliamsonAdd empty inline_invlist.c
2012-08-12 Karl Williamsonre.pm: Nits in pod
2012-07-25 Karl WilliamsonOptimize a single character [class] into EXACTish
2012-06-20 Karl WilliamsonPATCH: [perl #113750] re.pm clobbers $_
2012-06-14 David Mitchellupdate docs for (?{}) jumbo fix
2012-06-13 David Mitchellpropagate /msix and (?msix) etc flags into (??{})
2012-06-13 David Mitchellmake Perl_... and my_re_op_compile sigs match
2012-06-13 David Mitchellbump re.pm version number
2012-06-13 David Mitchellfix =/== typo in ext/re/t/regop.t
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2012-06-13 David Mitchelladd Perl_re_op_compile function
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-02-04 Father ChrysostomosRemove ‘Useless use of "re" pragma’ warning
2012-02-04 Father ChrysostomosIncrease $re::VERSION to 0.19
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-18 David LeadbeaterAvoid segfault in re::regmust with pluggable RE engines
2011-02-14 Father ChrysostomosDecrease (unbump?) re.pm’s version
2011-02-14 Karl Williamsonre.pm: Add /aa support
2011-02-14 Karl Williamsonre.pm: Forbid things like /dd, /uu
2011-02-12 Father ChrysostomosBump re.pm’s version
2011-02-12 Father Chrysostomosperldebug: capitalise titles
2011-01-20 Jesse VincentVersion bumps for re non-dual-life modules identified by
2011-01-17 Karl WilliamsonAdd /a regex modifier
2011-01-16 Karl WilliamsonUse multi-bit field for regex character set
2011-01-16 Karl WilliamsonSubject: [PATCH] re.pm: Correct pod statement
2011-01-16 Karl Williamson.pm: rename variables to reflect expanded usage
2011-01-16 Karl Williamsonre.pm: correct typo
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-04 Father ChrysostomosEmit warning for use re "/ul"
2010-11-28 Father Chrysostomos++substr $re::VERSION, -1
2010-11-28 Andreas J. KoenigTiny pod fix
2010-10-22 Father ChrysostomosBump re’s version
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-09-23 Tony CookMake dquote_static.c available to ext/re/
2010-09-23 Karl Williamsonre.pm: Change comment to use new (?^...)
2010-07-19 David GoldenBump module version numbers
2010-06-29 Karl WilliamsonStandardize on use of 'capture group' over 'buffer'
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-01-20 Ricardo Signesbump versions for core libs changed since 5.11.3
2010-01-06 AbigailFix typo in reference
2010-01-06 AbigailDocument that interpolating a '(??{ code })' construct...
2010-01-06 AbigailFix a couple of typos and standardize on using 'regexp...
2009-10-25 Yves Ortondisable non-unicode case insensitive trie matching
2009-09-12 Nicholas ClarkUntangle File::Basename and re - avoid hard-coding...
2009-09-12 Nicholas Clarkre.pm will load under miniperl, so don't hard-code...
2009-09-11 Nicholas ClarkAlways load the re.xs code, unless we're running under...
2009-09-10 Yves Ortonadd more positive gofs GPOS tests and fix some bugs too
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2008-10-31 Nicholas ClarkChange 34672 should have removed a const from re.xs...
2008-01-09 Jerry D. HeddenMove re::regexp_pattern to universal.c
2008-01-06 Nicholas ClarkAllow sv_setsv_flags() to copy SVt_REGEXP much like...
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Nicholas ClarkMake ext/re/t/re_funcs.t warnings clean.
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-29 Nicholas ClarkThe position of the modifier flag bits is actually...
2007-12-29 Nicholas ClarkWrap wrapped and wraplen from struct regexp in macros...
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-22 Robin Barkerext/ consting
2007-08-22 John E. Malmberg[patch@31739] regop.t fix for VMS
2007-06-30 Abigail/p vs (?p)
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
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 Steve HayFix breakages caused by #31130:
2007-05-03 Steve HaySilence some VC6 compiler warnings in the regex code
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-24 Steve HayFix a function signature missed by #31027 to silence...
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
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-03-01 Yves OrtonRe: New file: t/op/regexp_email.t
2007-02-27 Rafael Garcia-Suarezdmq points out that %+ and %- are not arrays. Fix the...
2007-02-27 Rafael Garcia-SuarezRework and fix docs for %+, %- and re::Tie::Hash::Named...
2007-02-26 Yves OrtonRe: [perl #41565] qr// memory corruption
2007-02-19 Rafael Garcia-SuarezActually, only changes to regexec.c from #30081 needed...
2007-02-19 Rafael Garcia-SuarezRevert change #30081 at dmq's request, and mark its...
2007-02-14 Yves OrtonRe: [PATCH] Document that m//k works
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
next