This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #133824) fix threading builds
[perl5.git] / ext / re / re.pm
2018-11-16 Karl Williamson-Drv now turns on all regex debugging
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-06-23 David Mitchelladd DEBUGGING_RE_ONLY define
2017-01-13 Karl Williamsonre.pm: pod formatting nits, and clarifications
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2016-05-09 Karl WilliamsonMake deprecated qr//xx fatal
2015-03-07 Karl Williamsonuse re 'strict' doc changes
2015-02-05 Karl Williamsonext/re/re.pm: Fix comment
2015-02-05 Karl Williamsonre.pm: White-space only
2015-02-04 Karl WilliamsonMake 'no re' work
2015-02-04 Karl Williamsonre.pm: Bump version to 0.31
2015-01-13 Karl WilliamsonAdd 'strict' subpragma to 'use re'
2014-12-28 Matthew HorsfallBump re.pm version for changes
2014-12-28 Matthew Horsfall... Support for nocapture regexp flag /n
2014-11-08 Daniel Draganadd xs_handshake API
2014-09-29 Karl WilliamsonDeprecate multiple "x" in "/xx"
2014-09-29 Karl WilliamsonMake space for /xx flag
2014-09-28 Yves OrtonAdd tests for a51d618a fix of RT #122283
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
next