This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump re.pm version number
[perl5.git] / ext / re /
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.
2007-01-16 Yves OrtonMake offsets support conditional
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2006-12-06 Craig A. BerryAvoid my_regdupe type mismatch warning after #29430
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-25 Jarkko Hietaniemismoke signs suppression
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-20 Andreas KönigPatch by Yves Orton to fix the regression reported...
2006-11-17 Rafael Garcia-SuarezDoc nits to re.pm
2006-11-17 Yves Ortonadd regmust() to re.pm/re.xs
2006-11-15 Yves OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-13 Rafael Garcia-SuarezPOD fixes and nits in re.pm
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-12 Rafael Garcia-SuarezReinstate warning 'Useless use of "re" pragma'
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-10-27 Steve PetersSpelling fixes for re.pm.
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-10-11 Rafael Garcia-SuarezUpdate comment (by Yves Orton), plus POD fixes
next