| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for "a\x{100}" =~ /A/i. | Jarkko Hietaniemi | 2001-11-28 | 1 | -2/+5 |
* | The debug_pag needs to be visible at all times | Jarkko Hietaniemi | 2001-11-24 | 1 | -0/+6 |
* | Create a per-interpeter debug scratchpad container | Jarkko Hietaniemi | 2001-11-20 | 1 | -5/+5 |
* | Retract #13082 until a better solution is found: | Jarkko Hietaniemi | 2001-11-19 | 1 | -15/+5 |
* | (retracted by #13096) | Jarkko Hietaniemi | 2001-11-18 | 1 | -5/+15 |
* | Signedness nit. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+1 |
* | Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* | Jeff Pinyan | 2001-11-14 | 1 | -25/+72 |
* | More UTF-8 EXACT tweaking, plus a forgotten UTF-8 | Jarkko Hietaniemi | 2001-11-06 | 1 | -19/+16 |
* | Implement the encoding pragma for regex literals. | Jarkko Hietaniemi | 2001-11-06 | 1 | -20/+24 |
* | More UTF8 EXACT fixing. | Jarkko Hietaniemi | 2001-11-06 | 1 | -1/+1 |
* | More re debugging. | Jarkko Hietaniemi | 2001-11-06 | 1 | -3/+13 |
* | EXACT correction attempt. Continued in #12863. | Jarkko Hietaniemi | 2001-11-05 | 1 | -2/+2 |
* | Regex debugging fixes from Hugo. | Jarkko Hietaniemi | 2001-11-05 | 1 | -10/+10 |
* | microperl sync. | Jarkko Hietaniemi | 2001-11-02 | 1 | -2/+2 |
* | STRLEN != int. | Jarkko Hietaniemi | 2001-10-25 | 1 | -7/+7 |
* | Dump Unicode better for re 'debug'. The regprop() | Jarkko Hietaniemi | 2001-10-24 | 1 | -40/+81 |
* | two s/// bugfixes | Rafael Garcia-Suarez | 2001-10-10 | 1 | -5/+12 |
* | Make the toupper/lower/title API for Unicode not right | Jarkko Hietaniemi | 2001-10-09 | 1 | -33/+38 |
* | Use UCHARAT() as suggested by Inaba Hiroto. | Jarkko Hietaniemi | 2001-09-16 | 1 | -3/+4 |
* | adding (U8) to case insensitive matching | Jeff Pinyan | 2001-09-15 | 1 | -2/+2 |
* | more jumpables, and hit-bit bug | Jeff Pinyan | 2001-09-14 | 1 | -22/+16 |
* | Re: [PATCH regexec.c] more general .* and .*? | Jeff Pinyan | 2001-09-07 | 1 | -10/+12 |
* | (Replaced by #11934) | Jeff Pinyan | 2001-09-07 | 1 | -31/+89 |
* | Rename the variable: it *used* to be (wrongly) that the | Jarkko Hietaniemi | 2001-09-02 | 1 | -10/+10 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -14/+4 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -1/+1 |
* | New try for ID 20010407.006: detach the semantics | Jarkko Hietaniemi | 2001-08-18 | 1 | -10/+10 |
* | Re: [ID 20010803.016] Possible regex bug in 5.6.1 | Hugo van der Sanden | 2001-08-17 | 1 | -13/+17 |
* | Re: [ID 20010811.006] re_eval: logical leaks | Hugo van der Sanden | 2001-08-15 | 1 | -0/+1 |
* | Continuation of #11575: SANY_SEEN completely deprecated, | Jarkko Hietaniemi | 2001-08-04 | 1 | -1/+1 |
* | Decouple SANY into SANY and CANY: the new SANY is /./s, | Daniel P. Berrange | 2001-08-04 | 1 | -6/+29 |
* | Re: [patch] ignore PL_curpm in PL_regex_padav cleanup | Doug MacEachern | 2001-08-04 | 1 | -1/+1 |
* | [patch] ignore PL_curpm in PL_regex_padav cleanup | Doug MacEachern | 2001-08-03 | 1 | -0/+2 |
* | regexec.c #define cleanup | Mark-Jason Dominus | 2001-07-22 | 1 | -19/+11 |
* | fix for PMOP threadness failures | Artur Bergman | 2001-07-12 | 1 | -1/+10 |
* | Add support for $^N, the most-recently closed group. | Jarkko Hietaniemi | 2001-06-30 | 1 | -1/+6 |
* | Step 2: Use the new PM_GETRE/SETRE macros everywhere. | Richard Soderberg | 2001-06-21 | 1 | -1/+1 |
* | -Wall cleanup continues. | Jarkko Hietaniemi | 2001-06-02 | 1 | -2/+2 |
* | Salvage bits and pieces from the experimental 'utf8 everywhere' | Jarkko Hietaniemi | 2001-05-31 | 1 | -2/+4 |
* | More -Wall silencing from Michael Schwern and Jarkko Hietaniemi. | Jarkko Hietaniemi | 2001-05-30 | 1 | -21/+28 |
* | A slightly more serious bug found by -Mutf8; op/misc and | Jarkko Hietaniemi | 2001-05-28 | 1 | -0/+1 |
* | Re: [ID 20010506.041] segfault when matching utf8 string | Inaba Hiroto | 2001-05-25 | 1 | -0/+3 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -6/+9 |
* | small lookbehind fix | Hugo van der Sanden | 2001-05-17 | 1 | -28/+17 |
* | Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] | Hugo van der Sanden | 2001-04-30 | 1 | -28/+12 |
* | In character classes one couldn't have 0x80..0xff characters | Jarkko Hietaniemi | 2001-04-29 | 1 | -32/+33 |
* | A more minimal fix for 20010410.006 from Hugo. | Jarkko Hietaniemi | 2001-04-11 | 1 | -9/+12 |
* | Integrate changes #9675,9676 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-11 | 1 | -11/+9 |
* | Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED) | Peter Prymmer | 2001-03-31 | 1 | -1/+7 |
* | More EBCDIC stuff: | Nick Ing-Simmons | 2001-03-20 | 1 | -5/+5 |