Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |