summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Too profiler-happy: with optimization the #7590 actually makesJarkko Hietaniemi2000-11-071-1/+0
* Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexpJarkko Hietaniemi2000-11-071-0/+1
* Fix forMarc Lehmann2000-09-071-4/+4
* Add [[:blank:]] as suggested inJeffrey Friedl2000-08-181-2/+6
* Re: enhanced(?) regex error messagesJeffrey Friedl2000-08-091-14/+0
* apply change#4618 again along with Ilya's patch to fix bugsGurusamy Sarathy1999-12-081-0/+5
* revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)Gurusamy Sarathy1999-12-031-5/+0
* applied suggested patch with prototype changesIlya Zakharevich1999-12-021-0/+5
* Remove the last regnode<==>char*Ilya Zakharevich1999-10-251-12/+32
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-2/+2
* Clarify RE engine code; inline a static function to a macro;Ilya Zakharevich1999-08-031-2/+8
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-2/+2
* sundry cleanups for clean build on windowsGurusamy Sarathy1999-07-081-8/+8
* POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-18/+70
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-0/+31
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-0/+3