Merge branch 'vincent/rvalue_stmt_given' into blead
[p5sagit/p5-mst-13.2.git] / ext / re / re.pm
2010-01-20 Ricardo Signes bump versions for core libs changed since 5.11.3
2010-01-06 Abigail Fix typo in reference
2010-01-06 Abigail Document that interpolating a '(??{ code })' construct...
2010-01-06 Abigail Fix a couple of typos and standardize on using 'regexp...
2009-09-12 Nicholas Clark Untangle File::Basename and re - avoid hard-coding...
2009-09-12 Nicholas Clark re.pm will load under miniperl, so don't hard-code...
2009-09-11 Nicholas Clark Always load the re.xs code, unless we're running under...
2009-09-10 Yves Orton add more positive gofs GPOS tests and fix some bugs too
2008-01-09 Jerry D. Hedden Move 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 Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-03-01 Yves Orton Re: New file: t/op/regexp_email.t
2007-02-19 Rafael Garcia-Suarez Actually, only changes to regexec.c from #30081 needed...
2007-02-19 Rafael Garcia-Suarez Revert 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 Orton Re: [PATCH] Change implementation of %+ to use a proper...
2006-11-17 Rafael Garcia-Suarez Doc nits to re.pm
2006-11-17 Yves Orton add regmust() to re.pm/re.xs
2006-11-13 Rafael Garcia-Suarez POD fixes and nits in re.pm
2006-11-13 Yves Orton Regex Utility Functions and Substituion Fix (XML::Twig...
2006-11-12 Rafael Garcia-Suarez Reinstate warning 'Useless use of "re" pragma'
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-10-27 Steve Peters Spelling fixes for re.pm.
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-11 Rafael Garcia-Suarez Update comment (by Yves Orton), plus POD fixes
2006-10-11 Jarkko Hietaniemi ext re: C++: EXTERN_C needed, and where did sub install...
2006-10-10 Yves Orton Regexp Recurse by name.
2006-09-29 Yves Orton Minor re 'Debug' tweaks, also fix a bug in dumping...
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-05 Yves Orton Re: [PATCH] Trie jumping
2006-07-16 Yves Orton Re: Fix loads of warnings from the last escaping patch...
2006-07-15 Yves Orton Updated escaping code. utf8 regex debug output improvements
2006-06-11 Yves Orton Re: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Yves Orton Re: [PATCH] Better version of the Aho-Corasick patch...
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-04-21 Nicholas Clark Merge the install and uninstall routines.
2006-04-21 Nicholas Clark Refactor re.pm slightly. This has no change to document...
2006-01-12 Nicholas Clark Bump $VERSION in many modules that have changed.
2005-08-02 Piotr Fusik Typos in *.p[lm]
2005-03-18 Yves Orton Re: Reworked Trie Patch
2003-08-13 Nicholas Clark Re: script wanted
2002-11-29 Rafael Garcia-Suarez Document the hint constants and where they're used.
2002-01-29 Nick Ing-Simmons Integrate mainline
2002-01-28 Jarkko Hietaniemi Show also the debug and debugcolor as known pragmas.
2001-06-29 Jarkko Hietaniemi Bump up the VERSIONs of modules that have changed since...
2001-06-04 Jarkko Hietaniemi Eradicate traces of 'asciirange' re subpragma.
2001-05-11 Jarkko Hietaniemi Remove the 'asciir' re subpragma. Should instead implement
2001-03-28 Jarkko Hietaniemi Integrate perlio:
2001-03-28 Nick Ing-Simmons More EBCDIC tweaks:
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-03 Ilya Zakharevich applied suggested patch; removed $VERSION = $VERSION...
1999-03-24 Charles Bailey applied suggested patch, modulo superseded parts
1999-01-13 Hans Mulder [Patch for 5.005_54] re::debugcolors dumps core
1998-09-23 Gurusamy Sarathy re-introduce change#1703
1998-08-05 Gurusamy Sarathy back out change#1703 that break bincompat with PERL_OBJ...
1998-08-02 Ilya Zakharevich better RE colors
1998-07-21 Ilya Zakharevich applied a tweaked version of suggested patch
1998-07-19 M. J. T. Guy minor re.pm cleanup
1998-07-15 Gurusamy Sarathy minor tweaks to docs on qr//
1998-07-12 Gurusamy Sarathy merge changes 1424, 1428 from maintbranch
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>