| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Typo in regcomp.c | Chris Ball | 2002-07-28 | 1 | -2/+2 |
* | regcomp.c casting tweak | Craig A. Berry | 2002-07-08 | 1 | -1/+1 |
* | -Dr and unicode | Hugo van der Sanden | 2002-07-01 | 1 | -3/+7 |
* | EBCDIC: make t/op/pat #242 and 243 finally succeed. | Jarkko Hietaniemi | 2002-05-12 | 1 | -2/+15 |
* | More U32 regflags. | Jarkko Hietaniemi | 2002-04-27 | 1 | -25/+25 |
* | The #16182 radiates U32ness. | Jarkko Hietaniemi | 2002-04-26 | 1 | -2/+2 |
* | various signed/unsigned mismatch nits | Gurusamy Sarathy | 2002-04-26 | 1 | -1/+0 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -34/+35 |
* | Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps | Hugo van der Sanden | 2002-04-03 | 1 | -0/+2 |
* | Re: 64 bit SEGV in t/op/regmesg.t | Rafael Garcia-Suarez | 2002-03-30 | 1 | -1/+1 |
* | Re: Regex-Unicode bugs | Rafael Garcia-Suarez | 2002-03-28 | 1 | -1/+1 |
* | Re: Regex-Unicode bugs | Hugo van der Sanden | 2002-03-28 | 1 | -1/+6 |
* | A warning wasn't turnable off | Rafael Garcia-Suarez | 2002-03-27 | 1 | -1/+4 |
* | Fix for "UTF-8 bug with s///" from Hugo. | Jarkko Hietaniemi | 2002-03-20 | 1 | -16/+60 |
* | Better place to initialize (IRIX cc noticed that | Jarkko Hietaniemi | 2002-03-16 | 1 | -1/+2 |
* | HP-UX gcc 3 warnings found by Sarathy. | Jarkko Hietaniemi | 2002-03-16 | 1 | -1/+1 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -7/+7 |
* | As suggested by Anton Tagunov, eq and cmp now obey the | Jarkko Hietaniemi | 2002-03-07 | 1 | -1/+1 |
* | taint + deprecated warnings | Paul Marquess | 2002-03-04 | 1 | -3/+2 |
* | Use to_uni_fold(). | Jarkko Hietaniemi | 2002-02-24 | 1 | -6/+1 |
* | Using uninitialized (and wrong) variables is not good. | Jarkko Hietaniemi | 2002-02-24 | 1 | -2/+2 |
* | EBCDIC: this seems to calm the last of the | Jarkko Hietaniemi | 2002-02-24 | 1 | -12/+20 |
* | The POSIX extensions are deadly. | Jarkko Hietaniemi | 2002-02-19 | 1 | -3/+2 |
* | EBCDIC: now the worst seems to be over for | Jarkko Hietaniemi | 2002-02-18 | 1 | -1/+5 |
* | "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC. | Jarkko Hietaniemi | 2002-02-11 | 1 | -12/+24 |
* | (??{ }) anomaly | Yitzchak Scott-Thoennes | 2002-02-04 | 1 | -0/+2 |
* | EBCDIC: more natification. | Jarkko Hietaniemi | 2002-02-03 | 1 | -6/+9 |
* | EBCDIC: character classes must remap the low 256. | Jarkko Hietaniemi | 2002-02-03 | 1 | -2/+2 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Don't bother checking for the Greek special | Jarkko Hietaniemi | 2002-01-13 | 1 | -1/+1 |
* | Special treatment for U+03B0 and U+0390 in //i, | Jarkko Hietaniemi | 2002-01-12 | 1 | -0/+44 |
* | micropatch | Hugo van der Sanden | 2002-01-10 | 1 | -3/+1 |
* | [patch] save a test | Hugo van der Sanden | 2002-01-08 | 1 | -2/+3 |
* | leading (.*) should not be implicitly ^'d | Jeff Pinyan | 2002-01-07 | 1 | -1/+1 |
* | More regex and utf8 debug dumping. | Jarkko Hietaniemi | 2002-01-07 | 1 | -3/+7 |
* | Unused variable. | Jarkko Hietaniemi | 2002-01-07 | 1 | -1/+0 |
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -16/+54 |
* | Ooops. Retract the regex parts of #14090. | Jarkko Hietaniemi | 2002-01-05 | 1 | -28/+9 |
* | [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | Nicholas Clark | 2002-01-05 | 1 | -9/+28 |