summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Nicholas Clark2008-10-291-1/+1
* Integrate:Nicholas Clark2008-02-021-0/+10
* Integrate:Nicholas Clark2007-11-091-1/+1
* Integrate:Nicholas Clark2007-04-121-1/+1
* Integrate:Yves Orton2007-03-301-11/+5
* Integrate header changes from:Yves Orton2007-03-191-1/+4
* Integrate non trie header changes in:Yves Orton2007-03-191-0/+4
* Integrate header and regcomp.pl changes from:Yves Orton2007-03-181-0/+18
* Integrate:Nicholas Clark2007-02-031-0/+3
* Integrate:Steven Schubiger2006-05-081-1/+1
* Integrate:Nicholas Clark2005-09-171-15/+5
* Integrate:Andy Lester2005-09-171-1/+1
* Integrate:Nicholas Clark2005-04-051-1/+1
* Integrate:Jarkko Hietaniemi2003-05-041-1/+2
* Integrate:Adrian M. Enache2003-03-021-1/+1
* Integrate:Jarkko Hietaniemi2003-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