summaryrefslogtreecommitdiff
path: root/ext/re/re.pm
Commit message (Expand)AuthorAgeFilesLines
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-26/+20
* Re: New file: t/op/regexp_email.tYves Orton2007-03-011-2/+8
* Actually, only changes to regexec.c from #30081 needed to be reverted.Rafael Garcia-Suarez2007-02-191-0/+1
* Revert change #30081 at dmq's request, and mark its testsRafael Garcia-Suarez2007-02-191-1/+0
* $1 in nested regex EVAL doesnt work correctly.Yves Orton2007-01-311-0/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-2/+44
* Doc nits to re.pmRafael Garcia-Suarez2006-11-171-17/+17
* add regmust() to re.pm/re.xsYves Orton2006-11-171-2/+34
* POD fixes and nits in re.pmRafael Garcia-Suarez2006-11-131-22/+20
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-123/+218
* Reinstate warning 'Useless use of "re" pragma'Rafael Garcia-Suarez2006-11-121-2/+3
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-17/+34
* Spelling fixes for re.pm.Steve Peters2006-10-271-4/+4
* Re: Off by one in the trie code?Yves Orton2006-10-191-9/+9
* Update comment (by Yves Orton), plus POD fixesRafael Garcia-Suarez2006-10-111-11/+12
* ext re: C++: EXTERN_C needed, and where did sub install() go?Jarkko Hietaniemi2006-10-111-3/+4
* Regexp Recurse by name.Yves Orton2006-10-101-10/+20
* Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.Yves Orton2006-09-291-9/+10
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-14/+21
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-3/+9
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-1/+2
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-0/+1
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-36/+132
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-111-20/+23
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-291-8/+13
* Merge the install and uninstall routines.Nicholas Clark2006-04-211-7/+1
* Refactor re.pm slightly. This has no change to documented behaviour,Nicholas Clark2006-04-211-19/+16
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* Typos in *.p[lm]Piotr Fusik2005-08-021-1/+1
* Re: Reworked Trie PatchYves Orton2005-03-181-18/+91
* Re: script wantedNicholas Clark2003-08-131-1/+1
* Document the hint constants and where they're used.Rafael Garcia-Suarez2002-11-291-2/+2
* Show also the debug and debugcolor as known pragmas.Jarkko Hietaniemi2002-01-281-1/+1
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-291-1/+1
* Eradicate traces of 'asciirange' re subpragma.Jarkko Hietaniemi2001-06-041-4/+9
* Remove the 'asciir' re subpragma. Should instead implementJarkko Hietaniemi2001-05-111-1/+0
* Integrate perlio:Jarkko Hietaniemi2001-03-281-7/+8
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-3/+2
* applied suggested patch, modulo superseded partsCharles Bailey1999-03-241-0/+2
* [Patch for 5.005_54] re::debugcolors dumps coreHans Mulder1999-01-131-2/+3
* re-introduce change#1703Gurusamy Sarathy1998-09-231-6/+2
* applied a tweaked version of suggested patchIlya Zakharevich1998-07-211-2/+27
* minor re.pm cleanupM. J. T. Guy1998-07-191-5/+3
* minor tweaks to docs on qr//Gurusamy Sarathy1998-07-151-8/+9
* merge changes 1424, 1428 from maintbranchGurusamy Sarathy1998-07-121-0/+2
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-7/+30
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-0/+82