| Commit message (Expand) | Author | Age | Files | Lines |
* | Retract #13048: that introduced a malloc() (through savepvn()) | Jarkko Hietaniemi | 2001-11-18 | 1 | -3/+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/+3 |
* | More UTF-8 EXACT tweaking, plus a forgotten UTF-8 | Jarkko Hietaniemi | 2001-11-06 | 1 | -1/+2 |
* | Implement the encoding pragma for regex literals. | Jarkko Hietaniemi | 2001-11-06 | 1 | -0/+15 |
* | Regex debugging fixes from Hugo. | Jarkko Hietaniemi | 2001-11-05 | 1 | -1/+1 |
* | Don't bother doing POSIX charclass parsing if it | Jarkko Hietaniemi | 2001-11-03 | 1 | -18/+22 |
* | Comment correction. | Jarkko Hietaniemi | 2001-11-03 | 1 | -1/+1 |
* | STRLEN != int. | Jarkko Hietaniemi | 2001-10-25 | 1 | -1/+1 |
* | This takes care of some of the re 'debug' cases but | Jarkko Hietaniemi | 2001-10-25 | 1 | -2/+3 |
* | Dump Unicode better for re 'debug'. The regprop() | Jarkko Hietaniemi | 2001-10-24 | 1 | -4/+14 |
* | Make the toupper/lower/title API for Unicode not right | Jarkko Hietaniemi | 2001-10-09 | 1 | -4/+4 |
* | Be careful to pull chars from the varargs stack when | Jarkko Hietaniemi | 2001-10-01 | 1 | -3/+5 |
* | Further tweaks to the Unicode properties. | Jarkko Hietaniemi | 2001-10-01 | 1 | -2/+2 |
* | More leniency to the \p and \P: now can have whitespace | Jarkko Hietaniemi | 2001-09-29 | 1 | -5/+20 |
* | Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious... | Nicholas Clark | 2001-09-10 | 1 | -4/+6 |
* | Using strlen() not good on embedded nul bytes. | Jarkko Hietaniemi | 2001-09-10 | 1 | -13/+13 |
* | [PATCH regcomp.c] zero-width assertions CAN be ?'d | Jeff Pinyan | 2001-09-09 | 1 | -0/+4 |
* | oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w... | Nicholas Clark | 2001-09-05 | 1 | -14/+21 |
* | Rename the variable: it *used* to be (wrongly) that the | Jarkko Hietaniemi | 2001-09-02 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -13/+3 |
* | Fixes bug in change 11717 that bus errored on HP-UX 10.20 | Artur Bergman | 2001-08-31 | 1 | -1/+1 |
* | Change 11797 sneaked in a faulty regcomp.c change which wasn't | Artur Bergman | 2001-08-31 | 1 | -1/+1 |
* | Re: Problem in ext/Time/HiRest/HiRes.t | John P. Linderman | 2001-08-31 | 1 | -1/+1 |
* | New try for ID 20010407.006: detach the semantics | Jarkko Hietaniemi | 2001-08-18 | 1 | -0/+1 |
* | Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at fro... | Hugo van der Sanden | 2001-08-15 | 1 | -0/+1 |
* | Not quite so relicy as thought in #11651 (op/concat #4 and #5 | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+5 |
* | More (less) regex/utf8 relics. (Toned down later in #11653.) | Jarkko Hietaniemi | 2001-08-12 | 1 | -5/+1 |
* | Continuation of #11575: SANY_SEEN completely deprecated, | Jarkko Hietaniemi | 2001-08-04 | 1 | -5/+1 |
* | Decouple SANY into SANY and CANY: the new SANY is /./s, | Daniel P. Berrange | 2001-08-04 | 1 | -3/+7 |
* | [patch] refcount re ops | Doug MacEachern | 2001-08-04 | 1 | -1/+8 |
* | patch to add DEL to [:cntrl:] | Jeffrey Friedl | 2001-07-14 | 1 | -1/+1 |
* | Patch: document reg_data.what member | Mark-Jason Dominus | 2001-07-12 | 1 | -0/+1 |
* | Code cleanup based on turning off the -woffs in IRIX. | Jarkko Hietaniemi | 2001-06-30 | 1 | -1/+6 |
* | Partially fix a problem noticed by IRIX compiler: | Jarkko Hietaniemi | 2001-06-24 | 1 | -1/+3 |
* | Re: perl@10722: Bogus warnings on REs | Hugo van der Sanden | 2001-06-21 | 1 | -1/+2 |
* | RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t | Paul Marquess | 2001-06-03 | 1 | -2/+10 |
* | One less -Wall whine. | Jarkko Hietaniemi | 2001-06-03 | 1 | -1/+1 |
* | -Wall cleanup continues. | Jarkko Hietaniemi | 2001-06-02 | 1 | -2/+8 |
* | Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t | Jeff Pinyan | 2001-06-01 | 1 | -2/+55 |
* | More -Wall sweeping. | Jarkko Hietaniemi | 2001-05-30 | 1 | -14/+14 |
* | Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden, | Jarkko Hietaniemi | 2001-05-30 | 1 | -7/+6 |
* | Re: [ID 20010506.041] segfault when matching utf8 string | Inaba Hiroto | 2001-05-25 | 1 | -0/+1 |
* | Re: [ID 20000716.007] \G in a m//g expression causes problems | Hugo van der Sanden | 2001-05-23 | 1 | -1/+1 |
* | Re: [PATCH] HERE mark in regex | Ronald J. Kimball | 2001-05-16 | 1 | -3/+3 |
* | Remove the 'asciir' re subpragma. Should instead implement | Jarkko Hietaniemi | 2001-05-11 | 1 | -31/+7 |
* | Insecure regexes | Robin Houston | 2001-05-07 | 1 | -1/+1 |
* | -Wformat error from ext/re/re_comp.c | Robin Barker | 2001-05-04 | 1 | -6/+6 |
* | The #9901 had removed one line essential for EBCDIC. | Jarkko Hietaniemi | 2001-05-04 | 1 | -0/+1 |
* | Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] | Hugo van der Sanden | 2001-04-30 | 1 | -1/+0 |
* | In character classes one couldn't have 0x80..0xff characters | Jarkko Hietaniemi | 2001-04-29 | 1 | -63/+40 |