summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Study SUSPEND (and recursion) properlyYves Orton2006-11-171-1313/+1332
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-6/+44
* Fwd: Memory leak with s/// and hashesYves Orton2006-11-141-9/+6
* Allow negative indexing in recursive patternsYves Orton2006-11-141-0/+37
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-11/+38
* Casting nitRafael Garcia-Suarez2006-11-131-4/+4
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-4/+115
* (2nd version) small tweaks based on smoke signsJarkko Hietaniemi2006-11-121-1/+1
* regcomp.c: printf arg castsJarkko Hietaniemi2006-11-091-3/+4
* New regex syntax omnibusYves Orton2006-11-071-65/+165
* Silence a cast warningRafael Garcia-Suarez2006-11-061-1/+1
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-041-34/+66
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-2/+24
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-0/+16
* The second patch from:Yves Orton2006-10-301-6/+6
* The first patch from:Yves Orton2006-10-301-61/+215
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-25/+53
* Silence some warningsRafael Garcia-Suarez2006-10-201-2/+2
* Re: Off by one in the trie code?Yves Orton2006-10-191-23/+37
* Avoid undefined behaviour for -DPERL_MEM_LOG by not using aNicholas Clark2006-10-141-3/+2
* Avoid undefined behaviour for -DPERL_MEM_LOG by not using a directNicholas Clark2006-10-141-2/+3
* Add possessive quantifiers to regex engine.Yves Orton2006-10-131-10/+28
* fix format errors; was RE: g++ compile and make test 100%Robin Barker2006-10-121-2/+2
* More regexp documentationYves Orton2006-10-121-1/+2
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-63/+118
* Regexp Recurse by name.Yves Orton2006-10-101-44/+87
* Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.1...Yves Orton2006-10-081-13/+15
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-13/+181
* Re: [perl #8835] fairly large regex optimization bug with 5.7.3Yves Orton2006-10-051-7/+13
* Nit in regcomp, discovered by a gcc warning, fixed by YvesRafael Garcia-Suarez2006-10-051-2/+2
* Fix a couple of casting warningsRafael Garcia-Suarez2006-10-051-5/+5
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-21/+105
* Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.Yves Orton2006-09-291-9/+14
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-1/+1
* Fix debug format in regcomp.c that was failing underSteve Peters2006-09-291-1/+1
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-8/+41
* Make Perl_regdupe only exist for threaded perls.Nicholas Clark2006-09-261-3/+2
* Automate generation of the regmatch() state constantsYves Orton2006-09-251-1/+1
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-0/+150
* deal with some gcc warningsJarkko Hietaniemi2006-09-211-2/+2
* Re: \N{...} in regular expression [PATCH]Yves Orton2006-09-191-4/+4
* Re: \N{...} in regular expression [PATCH]Yves Orton2006-09-191-1/+300
* Avoid compiler warning about a variable that isn't used whenNicholas Clark2006-09-171-0/+2
* More warnings silencing, including suggestions by Dominic DunlopRafael Garcia-Suarez2006-09-121-1/+1
* Another warning-silencing castRafael Garcia-Suarez2006-09-121-1/+1
* Fix some compilation warningsRafael Garcia-Suarez2006-09-111-5/+5
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-135/+429
* Fix a few warningsRafael Garcia-Suarez2006-09-051-8/+8
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-481/+726
* g++ large patchJarkko Hietaniemi2006-08-071-6/+8