summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* z/OS: pp_sys.c, reg*.c, toke.c, utf8.cJarkko Hietaniemi2006-07-231-0/+25
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-5/+5
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-72/+104
* More escaping in the REYves Orton2006-07-071-22/+16
* Fix a couple of compilation warningsRafael Garcia-Suarez2006-06-301-13/+14
* quieten warning by avoiding a comment-within-a-commentDave Mitchell2006-06-241-1/+1
* Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)Yves Orton2006-06-221-5/+9
* Fix code before declaration error introduced by #28405Steve Hay2006-06-211-3/+3
* Clean up a few warnings in regcomp.c under -Dgccansipedantic.Steve Peters2006-06-201-0/+17
* Re: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmar...Yves Orton2006-06-141-14/+12
* fix re debug segvs in global destruction, and a tweak to Benchmark to prevent...Yves Orton2006-06-141-3/+4
* Guard clause should happen first, otherwise its not a guard clause.Yves Orton2006-06-131-0/+3
* Re: Segv from new regex code when under threads.Yves Orton2006-06-121-1/+2
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-55/+71
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-111-0/+1
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-091-265/+576