This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $re::VERSION to 0.26
[perl5.git] / ext / re / re.pm
2013-08-25 Father ChrysostomosIncrease $re::VERSION to 0.26
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-05-25 David Steinbrunnertypo fix for re
2012-10-22 Steffen Muellerext/re: Optimize XPUSH's to EXTEND(), PUSH,...
2012-08-12 Karl Williamsonre.pm: Nits in pod
2012-06-20 Karl WilliamsonPATCH: [perl #113750] re.pm clobbers $_
2012-06-14 David Mitchellupdate docs for (?{}) jumbo fix
2012-06-13 David Mitchellbump re.pm version number
2012-02-04 Father ChrysostomosRemove ‘Useless use of "re" pragma’ warning
2012-02-04 Father ChrysostomosIncrease $re::VERSION to 0.19
2011-04-11 Karl WilliamsonPATCH: final [perl #86972]: Allow /(?aia)/
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
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 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-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-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
2008-01-09 Jerry D. HeddenMove re::regexp_pattern to universal.c
2007-06-30 Abigail/p vs (?p)
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-01 Yves OrtonRe: New file: t/op/regexp_email.t
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-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2006-11-17 Rafael Garcia-SuarezDoc nits to re.pm
2006-11-17 Yves Ortonadd regmust() to re.pm/re.xs
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-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
2006-10-11 Jarkko Hietaniemiext re: C++: EXTERN_C needed, and where did sub install...
2006-10-10 Yves OrtonRegexp Recurse by name.
2006-09-29 Yves OrtonMinor re 'Debug' tweaks, also fix a bug in dumping...
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-05 Yves OrtonRe: [PATCH] Trie jumping
2006-07-16 Yves OrtonRe: Fix loads of warnings from the last escaping patch...
2006-07-15 Yves OrtonUpdated escaping code. utf8 regex debug output improvements
2006-06-11 Yves OrtonRe: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
2006-05-29 Yves OrtonRe: [PATCH] More regex optimisations and debug enhancem...
2006-04-21 Nicholas ClarkMerge the install and uninstall routines.
2006-04-21 Nicholas ClarkRefactor re.pm slightly. This has no change to document...
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2003-08-13 Nicholas ClarkRe: script wanted
2002-11-29 Rafael Garcia-SuarezDocument the hint constants and where they're used.
2002-01-29 Nick Ing-SimmonsIntegrate mainline
2002-01-28 Jarkko HietaniemiShow also the debug and debugcolor as known pragmas.
2001-06-29 Jarkko HietaniemiBump up the VERSIONs of modules that have changed since...
2001-06-04 Jarkko HietaniemiEradicate traces of 'asciirange' re subpragma.
2001-05-11 Jarkko HietaniemiRemove the 'asciir' re subpragma. Should instead implement
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsMore EBCDIC tweaks:
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-03-24 Charles Baileyapplied suggested patch, modulo superseded parts
1999-01-13 Hans Mulder[Patch for 5.005_54] re::debugcolors dumps core
1998-09-23 Gurusamy Sarathyre-introduce change#1703
1998-08-05 Gurusamy Sarathyback out change#1703 that break bincompat with PERL_OBJ...
1998-08-02 Ilya Zakharevichbetter RE colors
1998-07-21 Ilya Zakharevichapplied a tweaked version of suggested patch
1998-07-19 M. J. T. Guyminor re.pm cleanup
1998-07-15 Gurusamy Sarathyminor tweaks to docs on qr//
1998-07-12 Gurusamy Sarathymerge changes 1424, 1428 from maintbranch
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
1998-07-08 Ilya Zakharevichadd patch for C<use re 'debug'>