summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
* Re: Off by one in the trie code?Yves Orton2006-10-191-1/+2
* Add possessive quantifiers to regex engine.Yves Orton2006-10-131-0/+6
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+1
* Re: [perl #8835] fairly large regex optimization bug with 5.7.3Yves Orton2006-10-051-0/+1
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-1/+17
* Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.Yves Orton2006-09-291-5/+9
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-5/+18
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-0/+11
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-24/+30
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-3/+3
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-7/+37
* More escaping in the REYves Orton2006-07-071-0/+6
* Comply with the 0x80th commandmentYves Orton2006-06-171-4/+4
* Re: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmar...Yves Orton2006-06-141-3/+3
* fix re debug segvs in global destruction, and a tweak to Benchmark to prevent...Yves Orton2006-06-141-22/+27
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-43/+96
* A little more work needed to get ext/re/t/re.t test 14 (no segv) passingNicholas Clark2006-06-111-1/+2
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-091-4/+26
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-3/+3
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-291-18/+46
* use slabs to allocate save state space in regmatch()Dave Mitchell2006-04-021-6/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-1/+1
* Updated lint infrastructureAndy Lester2005-05-261-15/+5
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* Third consting batchAndy Lester2005-03-241-2/+2
* Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},Rafael Garcia-Suarez2005-03-221-5/+4
* Re: regexp trie fails compile on VMSYves Orton2005-03-211-0/+1
* Re: Reworked Trie PatchYves Orton2005-03-181-1/+129
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Fix for "UTF-8 bug with s///" from Hugo.Jarkko Hietaniemi2002-03-201-1/+5
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+6
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-051-1/+3
* Ooops. Retract the regex parts of #14090.Jarkko Hietaniemi2002-01-051-3/+1
* [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, tooNicholas Clark2002-01-051-1/+3
* memset() is cheaper than a loop of 256 bit-a-a-timesNicholas Clark2001-11-241-0/+8
* Retract #13048: that introduced a malloc() (through savepvn())Jarkko Hietaniemi2001-11-181-1/+0
* Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fixJeff Pinyan2001-11-161-0/+1
* Continuation of #11575: SANY_SEEN completely deprecated,Jarkko Hietaniemi2001-08-041-2/+2
* Decouple SANY into SANY and CANY: the new SANY is /./s,Daniel P. Berrange2001-08-041-1/+2
* adds a commentAbhijit Menon-Sen2001-07-201-0/+1
* Patch: document reg_data.what memberMark-Jason Dominus2001-07-121-0/+9
* Add preemptive #undefs for some of the shorter and more proneJarkko Hietaniemi2001-05-051-0/+17
* Document ANYOF_CLASS.Jarkko Hietaniemi2001-04-261-6/+6
* Re: [PATCH @9846] dumping ANYOFHugo van der Sanden2001-04-261-0/+3
* Misapplied regex optimizations when \C is present.Jarkko Hietaniemi2001-02-181-4/+5
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-0/+1
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-14/+25
* [PATCH 5.7.0] make regcomp reenterableIlya Zakharevich2000-11-181-1/+1