| Commit message (Expand) | Author | Age | Files | Lines |
* | The core part of : | Andy Lester | 2005-03-29 | 1 | -1/+1 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -1/+1 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -1/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -23/+20 |
* | Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF}, | Rafael Garcia-Suarez | 2005-03-22 | 1 | -12/+10 |
* | Re: regexp trie fails compile on VMS | Yves Orton | 2005-03-21 | 1 | -6/+11 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -12/+12 |
* | Re: Reworked Trie Patch | Yves Orton | 2005-03-18 | 1 | -33/+1186 |
* | Tidy up 2 comments | Nicholas Clark | 2005-01-23 | 1 | -2/+2 |
* | Slightly terser code in S_regpposixcc (names inside [:*here*:]) | Nicholas Clark | 2005-01-23 | 1 | -69/+104 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -3/+3 |
* | Refactor S_regclass to generate slightly smaller object code | Nicholas Clark | 2005-01-14 | 1 | -31/+68 |
* | sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't. | Nicholas Clark | 2005-01-14 | 1 | -30/+30 |
* | Update copyright years. Add an editor block while passing by. | Nicholas Clark | 2005-01-13 | 1 | -1/+10 |
* | savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to | Nicholas Clark | 2005-01-09 | 1 | -1/+1 |
* | genuine possible buffer problems spotted by flawfinder | Nicholas Clark | 2004-11-20 | 1 | -1/+1 |
* | Fix Win32 breakage caused by changes to op.c in change 23433. | Steve Hay | 2004-11-16 | 1 | -6/+4 |
* | document regcomp.c/regexec.c's dual life under ext/re/ | Dave Mitchell | 2004-11-06 | 1 | -0/+5 |
* | [perl #31851] Threading crash with closures | Dave Mitchell | 2004-10-29 | 1 | -0/+5 |
* | Add comment to top of reentr.c and fix typos in other files | Dave Mitchell | 2004-08-01 | 1 | -2/+2 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+5 |
* | regcomp.c, t/op/regmesg.t -- False range with \p and \P | Jeff Pinyan | 2004-06-25 | 1 | -1/+5 |
* | Re: [perl #28532] optional match of an anchor gets ignored | Hugo van der Sanden | 2004-04-19 | 1 | -1/+3 |
* | Off-by-one error in regcomp.c | Slaven Rezic | 2003-10-31 | 1 | -1/+1 |
* | Put all pre-processor #s on the first column (some compilers are picky) | Nicholas Clark | 2003-10-09 | 1 | -4/+4 |
* | Internal fixes to source-code coordinate | Eric Promislow | 2003-10-09 | 1 | -3/+5 |
* | Macrofy the compile/runtime test. | Jarkko Hietaniemi | 2003-09-21 | 1 | -2/+2 |
* | Re: unicode regex problem | Hugo van der Sanden | 2003-09-13 | 1 | -5/+0 |
* | Replace #21158 with a better patch from Hugo | Jarkko Hietaniemi | 2003-09-11 | 1 | -1/+1 |
* | Re: [PATCH] valgrind and /#/x | Adrian M. Enache | 2003-08-26 | 1 | -5/+6 |
* | valgrind and /#/x | Dave Mitchell | 2003-08-25 | 1 | -1/+2 |
* | Re: utf8+regex bug in 5.8.1-RC2 | Dave Mitchell | 2003-08-01 | 1 | -1/+1 |
* | jumbo closure fix | Dave Mitchell | 2003-05-29 | 1 | -1/+3 |
* | UTF8 regexp patch from Inaba Hiroto. | Jarkko Hietaniemi | 2003-04-18 | 1 | -3/+6 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Signedness nits. | Jarkko Hietaniemi | 2003-03-16 | 1 | -2/+2 |
* | Further potential pitfalls for the utf8 len/pos cache | Jarkko Hietaniemi | 2003-03-16 | 1 | -0/+23 |
* | typos and other minor things | Todd C. Miller | 2003-03-11 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | COW regexps: | Nicholas Clark | 2003-02-16 | 1 | -2/+12 |
* | save_re_context() was not saving many regexec.c state | Gurusamy Sarathy | 2002-12-28 | 1 | -14/+14 |
* | fix signed/unsigned mismatch warning from change#18266 | Gurusamy Sarathy | 2002-12-28 | 1 | -1/+1 |
* | [Fwd: Patch for perl utf8-related bug] | Richard Hitt | 2002-12-17 | 1 | -1/+1 |
* | fix #18266 sprintf format mismatch | Hugo van der Sanden | 2002-12-09 | 1 | -1/+1 |
* | Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex | Abhijit Menon-Sen | 2002-12-09 | 1 | -0/+17 |
* | UTF8 regexp {n} bug | Inaba Hiroto | 2002-11-25 | 1 | -0/+2 |
* | [perl #18154] Problem found in calculating offsets in regex | Mark Pease | 2002-11-07 | 1 | -178/+171 |
* | The Inaba patch for tr/// vs. use encoding | Dan Kogai | 2002-10-24 | 1 | -19/+21 |
* | PL_curpad == AvARRAY(PL_comppad) always | Dave Mitchell | 2002-10-22 | 1 | -18/+11 |
* | Re: [perl #18019] regex overoptimization | Hugo van der Sanden | 2002-10-21 | 1 | -2/+2 |