2006-04-19 |
Dave Mitchell | regmatch(): make IFMATCH use PUSH_STACK rather than... |
blob | commitdiff |
2006-04-16 |
Dave Mitchell | generalize the 'continue on success' mechanism of defer... |
blob | commitdiff | diff to current |
2006-04-13 |
Dave Mitchell | eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_gan... |
blob | commitdiff | diff to current |
2006-04-13 |
Dave Mitchell | eliminate PL_reg_re |
blob | commitdiff | diff to current |
2006-04-12 |
Dave Mitchell | Remove the final recursion path from S_regmatch: ... |
blob | commitdiff | diff to current |
2006-04-06 |
Nicholas Clark | Move all the regexp state variables into a single struc... |
blob | commitdiff | diff to current |
2006-04-05 |
Nicholas Clark | Save the regexp engine state as 1 block on the save... |
blob | commitdiff | diff to current |
2006-04-03 |
Dave Mitchell | anonymous unions aren't legal ANSI c |
blob | commitdiff | diff to current |
2006-04-02 |
Dave Mitchell | subsume CURCUR (current curly) struct within the main... |
blob | commitdiff | diff to current |
2006-04-02 |
Dave Mitchell | make parts of struct regmatch_state unions |
blob | commitdiff | diff to current |
2006-04-02 |
Dave Mitchell | use slabs to allocate save state space in regmatch() |
blob | commitdiff | diff to current |
2006-03-26 |
Gisle Aas | REXEC_ML is unused. |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi | Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden | Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2003-02-16 |
Nicholas Clark | COW regexps: |
blob | commitdiff | diff to current |
2003-02-02 |
Rafael Garcia-Suarez | [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2002-01-24 |
Jarkko Hietaniemi | Sprinkle some copyrights (use the oldest timestamp to |
blob | commitdiff | diff to current |
2001-11-18 |
Jarkko Hietaniemi | Retract #13048: that introduced a malloc() (through... |
blob | commitdiff | diff to current |
2001-11-16 |
Jeff Pinyan | Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te... |
blob | commitdiff | diff to current |
2001-08-04 |
Jarkko Hietaniemi | Continuation of #11575: SANY_SEEN completely deprecated, |
blob | commitdiff | diff to current |
2001-08-04 |
Daniel P. Berrange | Decouple SANY into SANY and CANY: the new SANY is ... |
blob | commitdiff | diff to current |
2001-06-30 |
Jarkko Hietaniemi | Add support for $^N, the most-recently closed group. |
blob | commitdiff | diff to current |
2001-04-22 |
Mark-Jason Dominus | Re: Regex debugger patch |
blob | commitdiff | diff to current |
2001-02-18 |
Jarkko Hietaniemi | Misapplied regex optimizations when \C is present. |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey | Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2000-11-13 |
Jarkko Hietaniemi | Declare reg_data like reg_substr_data. |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy | fixes for most warnings identified by gcc -Wall |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey | Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy | integrate mainline changes |
blob | commitdiff | diff to current |
1999-11-04 |
Ilya Zakharevich | regexp.h |
blob | commitdiff | diff to current |
1999-08-30 |
Jarkko Hietaniemi | Retract #3922 (Rule #1 was invoked). |
blob | commitdiff | diff to current |
1999-08-05 |
Ilya Zakharevich | Deprecate /^/ implictly meaning /^/m. |
blob | commitdiff | diff to current |
1999-07-06 |
Jarkko Hietaniemi | Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-06 |
Ilya Zakharevich | applied slightly tweaked version of suggested patch for |
blob | commitdiff | diff to current |
1999-05-25 |
Ilya Zakharevich | REx engine improvements |
blob | commitdiff | diff to current |
1998-12-29 |
Ilya Zakharevich | Bugs in hairy interactions of feature in REx |
blob | commitdiff | diff to current |
1998-11-28 |
Ilya Zakharevich | Fix \G in REx without //g |
blob | commitdiff | diff to current |
1998-07-24 |
Larry Wall | Here are the long-expected Unicode/UTF-8 modifications. |
blob | commitdiff | diff to current |
1998-07-13 |
Graham Barr | added patch, tweaked PERL_OBJECT things |
blob | commitdiff | diff to current |
1998-07-05 |
Gurusamy Sarathy | patchlevel up to 5.004_70, various tweaks |
blob | commitdiff | diff to current |
1998-06-11 |
Ilya Zakharevich | Bugs with (?{}), $^R and many-to-many subst |
blob | commitdiff | diff to current |
1998-03-05 |
Ilya Zakharevich | [5.004_61 PATCH] Make incompatible changes to RE engine NOW |
blob | commitdiff | diff to current |
1997-11-26 |
Gurusamy Sarathy | [win32] Various changes to make it build cleanly and... |
blob | commitdiff | diff to current |
1997-11-19 |
Ilya Zakharevich | Jumbo regexp patch applied (with minor fix-up tweaks): |
blob | commitdiff | diff to current |
1997-01-25 |
Perl 5 Porters | [inseparable changes from patch from perl5.003_22 to... perl-5.003_23 |
blob | commitdiff | diff to current |
1996-11-26 |
Perl 5 Porters | [inseparable changes from patch from perl5.003_08 to... |
blob | commitdiff | diff to current |
1994-10-17 |
Larry Wall | perl 5.000 perl-5.000 |
blob | commitdiff | diff to current |
1993-10-07 |
Larry Wall | perl 5.0 alpha 2 perl-5a2 |
blob | commitdiff | diff to current |
1991-11-05 |
Larry Wall | perl 4.0 patch 18: patch #11, continued |
blob | commitdiff | diff to current |
1991-06-06 |
Larry Wall | perl 4.0 patch 8: patch #4, continued |
blob | commitdiff | diff to current |
1991-03-21 |
Larry Wall | perl 4.0.00: (no release announcement available) perl-4.0.00 |
blob | commitdiff | diff to current |
1990-08-08 |
Larry Wall | perl 3.0 patch #25 patch #19, continued |
blob | commitdiff | diff to current |
1989-10-18 |
Larry Wall | perl 3.0: (no announcement message available) perl-3.000 |
blob | commitdiff | diff to current |
1988-06-05 |
Larry Wall | perl 2.0 (no announcement message available) perl-2.0 |
blob | commitdiff | diff to current |
|