| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Uninitialized Memory Read in regexec.c | Gurusamy Sarathy | 2001-03-14 | 1 | -1/+1 |
* | Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump. | Jarkko Hietaniemi | 2001-03-10 | 1 | -1/+23 |
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -95/+95 |
* | Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts | Dave Mitchell | 2001-03-09 | 1 | -1/+1 |
* | Misapplied regex optimizations when \C is present. | Jarkko Hietaniemi | 2001-02-18 | 1 | -18/+9 |
* | Retract #8762. | Jarkko Hietaniemi | 2001-02-11 | 1 | -1/+16 |
* | (Retracted by #8769) | Jarkko Hietaniemi | 2001-02-10 | 1 | -16/+1 |
* | More documentation for the regexp context stack. | Jarkko Hietaniemi | 2001-01-27 | 1 | -2/+7 |
* | Document the regex content pushing/popping a bit better. | Jarkko Hietaniemi | 2001-01-21 | 1 | -7/+16 |
* | One more UTF-8 fix from Inaba Hiroto. | Jarkko Hietaniemi | 2001-01-12 | 1 | -3/+2 |
* | Mea culpa: I botched up Hugo's "Tw" bug fix when applying it. | Jarkko Hietaniemi | 2001-01-12 | 1 | -2/+2 |
* | Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/ | Hugo van der Sanden | 2001-01-11 | 1 | -1/+1 |
* | One more patch for UTF8 | Inaba Hiroto | 2001-01-09 | 1 | -0/+2 |
* | UTF-8 cleanup. | Jarkko Hietaniemi | 2001-01-05 | 1 | -1/+1 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | more UTF8 test suites and an UTF8 patch | Inaba Hiroto | 2000-12-30 | 1 | -181/+338 |
* | [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4 | Dominic Dunlop | 2000-12-19 | 1 | -0/+1 |
* | Polymorphic regexps. | Jarkko Hietaniemi | 2000-12-17 | 1 | -663/+650 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -14/+0 |
* | On DEBUGGING make ANYOFUTF8 nodes store away also the SV | Jarkko Hietaniemi | 2000-12-03 | 1 | -4/+15 |
* | Make uv_to_utf8() to zero-terminate its output buffer, | Jarkko Hietaniemi | 2000-12-03 | 1 | -1/+1 |
* | Get the three different space character classes right under utf8. | Jarkko Hietaniemi | 2000-12-01 | 1 | -1/+1 |
* | It seems that *both* the unused submatch loop cleanup | Jarkko Hietaniemi | 2000-11-27 | 1 | -6/+14 |
* | The code in regcppop() (see #7878) contains the correct lower | Jarkko Hietaniemi | 2000-11-27 | 1 | -2/+2 |
* | The unused submatch cleanup code in regtry() seems to be more crucial, | Jarkko Hietaniemi | 2000-11-27 | 1 | -1/+17 |
* | Comment on comment. | Jarkko Hietaniemi | 2000-11-27 | 1 | -1/+2 |
* | BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8. | Jarkko Hietaniemi | 2000-11-26 | 1 | -14/+29 |
* | The first step in removing recursion from the REx engine | Ilya Zakharevich | 2000-11-20 | 1 | -51/+142 |
* | restore match data on backtracing | Ilya Zakharevich | 2000-11-18 | 1 | -1/+7 |
* | Continue the internal UTF-8 API tweaking. | Jarkko Hietaniemi | 2000-10-25 | 1 | -4/+4 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -4/+9 |
* | Re: [ID 20001021.005] SEGV with regex match | Hugo van der Sanden | 2000-10-23 | 1 | -4/+5 |
* | Minor optimization in re_intuit_start | Ilya Zakharevich | 2000-10-02 | 1 | -8/+10 |
* | Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. | Nick Ing-Simmons | 2000-09-30 | 1 | -4/+4 |
* | Batch of UTF-8 patches from Simon Cozens. | Jarkko Hietaniemi | 2000-09-14 | 1 | -4/+4 |
* | Fix for | Marc Lehmann | 2000-09-07 | 1 | -1/+0 |
* | Add [[:blank:]] as suggested in | Jeffrey Friedl | 2000-08-18 | 1 | -1/+5 |
* | Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialize... | Hugo van der Sanden | 2000-08-11 | 1 | -2/+11 |
* | [ID 20000731.010] regex error | Hugo van der Sanden | 2000-08-02 | 1 | -1/+1 |
* | Replace change #6337 with a better one. | Hugo van der Sanden | 2000-07-14 | 1 | -34/+20 |
* | [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking | Hugo van der Sanden | 2000-07-11 | 1 | -0/+2 |
* | fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m> | Gurusamy Sarathy | 2000-05-31 | 1 | -1/+1 |
* | cosmetic fixups of RE debug output (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-05-28 | 1 | -8/+14 |
* | fix accidental pessimization in RE optimizer (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-05-28 | 1 | -3/+9 |
* | fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+30 |
* | fix RE brokenness on refs/overloaded things (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-24 | 1 | -2/+4 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -9/+5 |