| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate with Sarathy. perl.h and util.c required manual resolving. | Jarkko Hietaniemi | 1999-08-01 | 1 | -11/+60 |
* | fix little utf8 nits in testsuite; add patch from Ilya that cures | Gurusamy Sarathy | 1999-07-25 | 1 | -0/+1 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -2/+9 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -5/+15 |
* | sundry cleanups for clean build on windows | Gurusamy Sarathy | 1999-07-08 | 1 | -4/+4 |
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 1 | -1/+1 |
* | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -196/+477 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 1 | -6/+54 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -45/+45 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -74/+31 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -19/+19 |
* | REx engine improvements | Ilya Zakharevich | 1999-05-25 | 1 | -18/+19 |
* | Cosmetic: data-driven REx-dump | Ilya Zakharevich | 1999-05-10 | 1 | -189/+18 |
* | fix overeager [:foo:] parsing | Hugo van der Sanden | 1999-05-10 | 1 | -0/+4 |
* | cygwin32 update (untested adaptation of patch against 5.005_03) | Alexander Smishlajev | 1999-05-10 | 1 | -0/+5 |
* | allow embedded null characters in diagnostics | Gurusamy Sarathy | 1999-04-26 | 1 | -2/+3 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -7/+7 |
* | fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/> | Gurusamy Sarathy | 1999-03-24 | 1 | -1/+1 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | 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 |