| Commit message (Expand) | Author | Age | Files | Lines |
* | 5.005_55 (CORE) Sparse intializer in regcomp.c | John Bley | 1999-02-20 | 1 | -1/+2 |
* | fix comppad handling for failures in eval 'qr/(?p{...})/' | Hugo van der Sanden | 1999-02-17 | 1 | -3/+20 |
* | regexp flags bug | Hugo van der Sanden | 1999-02-15 | 1 | -5/+5 |
* | s/\ba/./g was over-optimized | Ilya Zakharevich | 1999-02-07 | 1 | -0/+2 |
* | patch for change#2822, done right; add PERL_OBJECT stuff; regen headers | Ilya Zakharevich | 1999-02-07 | 1 | -1/+13 |
* | PERL_OBJECT tweaks for change#2426 | Gurusamy Sarathy | 1999-01-17 | 1 | -0/+1 |
* | [Patch for 5.005_54] re::debugcolors dumps core | Hans Mulder | 1999-01-13 | 1 | -1/+1 |
* | Missing dTHRs added. | Jarkko Hietaniemi | 1999-01-09 | 1 | -0/+1 |
* | Warn on unrecognized alpha escapes. | Ilya Zakharevich | 1998-12-29 | 1 | -0/+7 |
* | Regexp tests and UTF8 | Ilya Zakharevich | 1998-12-29 | 1 | -0/+11 |
* | Separated the [:foo:] parsing to its own function. | Jarkko Hietaniemi | 1998-12-01 | 1 | -53/+44 |
* | various tweaks; result passes all tests for normal build on Solaris; | Gurusamy Sarathy | 1998-11-28 | 1 | -4/+2 |
* | regcolors | Ilya Zakharevich | 1998-11-28 | 1 | -25/+31 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -32/+32 |
* | fix globals caught by change#1927; builds and tests on Solaris | Gurusamy Sarathy | 1998-10-06 | 1 | -3/+4 |
* | os390 fixes (suggested by Peter Prymmer) | Gurusamy Sarathy | 1998-10-02 | 1 | -1/+3 |
* | document yet another RE diagnostic, make it consistent with REG_INFTY | Dominic Dunlop | 1998-10-02 | 1 | -2/+2 |
* | Extraneous warning for (?()A|B) | Ilya Zakharevich | 1998-09-24 | 1 | -0/+4 |
* | hide symbol for static build | Dominic Dunlop | 1998-09-23 | 1 | -1/+1 |
* | re-introduce change#1703 | Gurusamy Sarathy | 1998-09-23 | 1 | -28/+26 |
* | patch to support computed regular subexpressions | Ilya Zakharevich | 1998-09-23 | 1 | -1/+22 |
* | apply minimal variant of patch (sent via private mail) | Jarkko Hietaniemi | 1998-09-23 | 1 | -3/+18 |
* | Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/ | Ilya Zakharevich | 1998-09-23 | 1 | -10/+15 |
* | various tweaks: fix signed vs. unsigned problems that prevented C++ | Gurusamy Sarathy | 1998-08-10 | 1 | -16/+16 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -8/+10 |
* | fix bogus warning on "\x{123}" | Paul Marquess | 1998-08-08 | 1 | -2/+2 |
* | hide dup symbol for static build of ext/re | Dominic Dunlop | 1998-08-08 | 1 | -0/+1 |
* | \pX not implemented! | Larry Wall | 1998-08-08 | 1 | -6/+28 |
* | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 1 | -1/+4 |
|\ |
|
| * | back out change#1703 that break bincompat with PERL_OBJECT and | Gurusamy Sarathy | 1998-08-05 | 1 | -26/+27 |
| * | better RE colors | Ilya Zakharevich | 1998-08-02 | 1 | -27/+26 |
| * | use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY) | Gurusamy Sarathy | 1998-08-02 | 1 | -1/+4 |
* | | Add dTHR so that it compiles miniperl in threaded mode | Nick Ing-Simmons | 1998-07-26 | 1 | -1/+5 |
* | | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -158/+630 |
|/ |
|
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -2/+2 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -272/+272 |
* | added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING | Andy Dougherty | 1998-07-14 | 1 | -2/+13 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -1/+1 |
* | make RE engine threadsafe; -Dusethreads builds, tests on Solaris, | Gurusamy Sarathy | 1998-07-12 | 1 | -0/+19 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -7/+7 |
* | applied patch, tweaked doc and code that does labels/indentation | Ilya Zakharevich | 1998-07-11 | 1 | -2/+2 |
* | applied patch from Ilya, tweaked some to get clean static build of | Gurusamy Sarathy | 1998-07-09 | 1 | -1/+8 |
* | Switch modifiers in RE off | Ilya Zakharevich | 1998-07-08 | 1 | -1/+17 |
* | add patch for C<use re 'debug'> | Ilya Zakharevich | 1998-07-08 | 1 | -0/+6 |
* | allow eval-groups in patterns only if they C<use re 'eval';> | Gurusamy Sarathy | 1998-07-06 | 1 | -0/+7 |
* | catch nonexistent backrefs in REs | Hugo van der Sanden | 1998-07-04 | 1 | -1/+3 |
* | Improve warning on zero-length chunks in RE | Ilya Zakharevich | 1998-06-28 | 1 | -11/+15 |
* | applied patch, tweaked doc, and regen regnodes.h | Ilya Zakharevich | 1998-06-28 | 1 | -0/+10 |
* | update repository copy of Asmdata.pm after `perl bytecode.pl` | Gurusamy Sarathy | 1998-06-19 | 1 | -0/+4 |
* | fix off-by-one that trampled memory in re_croak2() | Gurusamy Sarathy | 1998-06-18 | 1 | -2/+2 |