| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -1/+1 |
* | Updated lint infrastructure | Andy Lester | 2005-05-26 | 1 | -15/+5 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -2/+2 |
* | Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF}, | Rafael Garcia-Suarez | 2005-03-22 | 1 | -5/+4 |
* | Re: regexp trie fails compile on VMS | Yves Orton | 2005-03-21 | 1 | -0/+1 |
* | Re: Reworked Trie Patch | Yves Orton | 2005-03-18 | 1 | -1/+129 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Reverse copyright update (#18801) for files not changed in 2003. | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 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 |
* | EXTERN_C declarations for global arrays in various | Gurusamy Sarathy | 1999-06-12 | 1 | -0/+3 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -8/+8 |
* | patch for change#2822, done right; add PERL_OBJECT stuff; regen headers | Ilya Zakharevich | 1999-02-07 | 1 | -4/+4 |
* | Ilya's idea for cleaning up failed regex allocs (substantive parts | Gurusamy Sarathy | 1999-02-07 | 1 | -2/+13 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -6/+6 |
* | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -5/+8 |