| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate: | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Integrate: | Nicholas Clark | 2008-02-02 | 1 | -0/+10 |
* | Integrate: | Nicholas Clark | 2007-11-09 | 1 | -1/+1 |
* | Integrate: | Nicholas Clark | 2007-04-12 | 1 | -1/+1 |
* | Integrate: | Yves Orton | 2007-03-30 | 1 | -11/+5 |
* | Integrate header changes from: | Yves Orton | 2007-03-19 | 1 | -1/+4 |
* | Integrate non trie header changes in: | Yves Orton | 2007-03-19 | 1 | -0/+4 |
* | Integrate header and regcomp.pl changes from: | Yves Orton | 2007-03-18 | 1 | -0/+18 |
* | Integrate: | Nicholas Clark | 2007-02-03 | 1 | -0/+3 |
* | Integrate: | Steven Schubiger | 2006-05-08 | 1 | -1/+1 |
* | Integrate: | Nicholas Clark | 2005-09-17 | 1 | -15/+5 |
* | Integrate: | Andy Lester | 2005-09-17 | 1 | -1/+1 |
* | Integrate: | Nicholas Clark | 2005-04-05 | 1 | -1/+1 |
* | Integrate: | Jarkko Hietaniemi | 2003-05-04 | 1 | -1/+2 |
* | Integrate: | Adrian M. Enache | 2003-03-02 | 1 | -1/+1 |
* | Integrate: | Jarkko Hietaniemi | 2003-03-02 | 1 | -1/+1 |
* | Fix for "UTF-8 bug with s///" from Hugo. | Jarkko Hietaniemi | 2002-03-20 | 1 | -1/+5 |
* | Sprinkle some copyrights (use the oldest timestamp to | Jarkko Hietaniemi | 2002-01-24 | 1 | -0/+6 |
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -1/+3 |
* | Ooops. Retract the regex parts of #14090. | Jarkko Hietaniemi | 2002-01-05 | 1 | -3/+1 |
* | [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | Nicholas Clark | 2002-01-05 | 1 | -1/+3 |
* | memset() is cheaper than a loop of 256 bit-a-a-times | Nicholas Clark | 2001-11-24 | 1 | -0/+8 |
* | Retract #13048: that introduced a malloc() (through savepvn()) | Jarkko Hietaniemi | 2001-11-18 | 1 | -1/+0 |
* | Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix | Jeff Pinyan | 2001-11-16 | 1 | -0/+1 |
* | Continuation of #11575: SANY_SEEN completely deprecated, | Jarkko Hietaniemi | 2001-08-04 | 1 | -2/+2 |
* | Decouple SANY into SANY and CANY: the new SANY is /./s, | Daniel P. Berrange | 2001-08-04 | 1 | -1/+2 |
* | adds a comment | Abhijit Menon-Sen | 2001-07-20 | 1 | -0/+1 |
* | Patch: document reg_data.what member | Mark-Jason Dominus | 2001-07-12 | 1 | -0/+9 |
* | Add preemptive #undefs for some of the shorter and more prone | Jarkko Hietaniemi | 2001-05-05 | 1 | -0/+17 |
* | Document ANYOF_CLASS. | Jarkko Hietaniemi | 2001-04-26 | 1 | -6/+6 |
* | Re: [PATCH @9846] dumping ANYOF | Hugo van der Sanden | 2001-04-26 | 1 | -0/+3 |
* | Misapplied regex optimizations when \C is present. | Jarkko Hietaniemi | 2001-02-18 | 1 | -4/+5 |
* | more UTF8 test suites and an UTF8 patch | Inaba Hiroto | 2000-12-30 | 1 | -0/+1 |
* | Polymorphic regexps. | Jarkko Hietaniemi | 2000-12-17 | 1 | -14/+25 |
* | [PATCH 5.7.0] make regcomp reenterable | Ilya Zakharevich | 2000-11-18 | 1 | -1/+1 |
* | Too profiler-happy: with optimization the #7590 actually makes | Jarkko Hietaniemi | 2000-11-07 | 1 | -1/+0 |
* | Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp | Jarkko Hietaniemi | 2000-11-07 | 1 | -0/+1 |
* | Fix for | Marc Lehmann | 2000-09-07 | 1 | -4/+4 |
* | Add [[:blank:]] as suggested in | Jeffrey Friedl | 2000-08-18 | 1 | -2/+6 |
* | Re: enhanced(?) regex error messages | Jeffrey Friedl | 2000-08-09 | 1 | -14/+0 |
* | apply change#4618 again along with Ilya's patch to fix bugs | Gurusamy Sarathy | 1999-12-08 | 1 | -0/+5 |
* | revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>) | Gurusamy Sarathy | 1999-12-03 | 1 | -5/+0 |
* | applied suggested patch with prototype changes | Ilya Zakharevich | 1999-12-02 | 1 | -0/+5 |
* | Remove the last regnode<==>char* | Ilya Zakharevich | 1999-10-25 | 1 | -12/+32 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -2/+2 |
* | Clarify RE engine code; inline a static function to a macro; | Ilya Zakharevich | 1999-08-03 | 1 | -2/+8 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -2/+2 |
* | sundry cleanups for clean build on windows | Gurusamy Sarathy | 1999-07-08 | 1 | -8/+8 |
* | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -18/+70 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+31 |