2007-02-26 |
Yves Orton |
Re: Regexp recursion limit too low? |
blob | commitdiff |
2007-02-14 |
Rafael Garcia-Suarez |
Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH, |
blob | commitdiff | diff to current |
2007-02-14 |
Yves Orton |
Re: [PATCH] Document that m//k works |
blob | commitdiff | diff to current |
2007-02-13 |
Yves Orton |
add hooks for capture buffers into regex engine. |
blob | commitdiff | diff to current |
2007-02-03 |
Yves Orton |
Re: prerelease checklist for Perl 5.10 |
blob | commitdiff | diff to current |
2007-01-31 |
Yves Orton |
Improve regex stringification code |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Re: [PATCH] Add support for /k modfier for matching... |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Add support for /k modfier for matching along with... |
blob | commitdiff | diff to current |
2007-01-11 |
Yves Orton |
Add Regexp::Keep \K functionality to regex engine as... |
blob | commitdiff | diff to current |
2007-01-09 |
Yves Orton |
Let the regex parser decide if we have a special patter... |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Update copyright years in .h files. Also, in .pl |
blob | commitdiff | diff to current |
2006-12-05 |
Yves Orton |
Further tweaks to make it easier to create regexp engin... |
blob | commitdiff | diff to current |
2006-12-04 |
Rafael Garcia-Suarez |
Better version of last patch, by Yves Orton. |
blob | commitdiff | diff to current |
2006-12-04 |
Rafael Garcia-Suarez |
The new regexp compilation function must be added to... |
blob | commitdiff | diff to current |
2006-12-01 |
Yves Orton |
Continue split of perl internal regexp structures from... |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton |
Re: [PATCH] Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton |
Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-11-22 |
Yves Orton |
\G with /g results in infinite loop in 5.6 and later |
blob | commitdiff | diff to current |
2006-11-16 |
Rafael Garcia-Suarez |
Remove duplicate declaration |
blob | commitdiff | diff to current |
2006-11-15 |
Yves Orton |
Re: [PATCH] Fix RT#19049 and add relative backreferences |
blob | commitdiff | diff to current |
2006-11-14 |
Yves Orton |
Fwd: Memory leak with s/// and hashes |
blob | commitdiff | diff to current |
2006-11-13 |
Yves Orton |
Re: [PATCH] New regex syntax omnibus |
blob | commitdiff | diff to current |
2006-11-13 |
Yves Orton |
Regex Utility Functions and Substituion Fix (XML::Twig... |
blob | commitdiff | diff to current |
2006-11-09 |
Robin Barker |
***speculative*** was RE: [PATCH] regexec.c - silence... |
blob | commitdiff | diff to current |
2006-11-07 |
Yves Orton |
New regex syntax omnibus |
blob | commitdiff | diff to current |
2006-11-02 |
Yves Orton |
Add more backtracking control verbs to regex engine... |
blob | commitdiff | diff to current |
2006-10-26 |
Yves Orton |
Fix a problem with jump-tries, add (?FAIL) pattern. |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton |
Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-10-05 |
Dave Mitchell |
remove REGMATCH detritus and shrink the size of the... |
blob | commitdiff | diff to current |
2006-10-05 |
Dave Mitchell |
migrate CURLYX/WHILEM branch in regmatch() to new FSM... |
blob | commitdiff | diff to current |
2006-10-05 |
Yves Orton |
Re: [PATCH] Add recursive regexes similar to PCRE |
blob | commitdiff | diff to current |
2006-09-30 |
Dave Mitchell |
rationalise sayYES and sayNO code in regmatch() |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton |
Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton |
Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-25 |
Dave Mitchell |
eliminate PL_regindent and improve -Mre=Debug,STATE... |
blob | commitdiff | diff to current |
2006-09-24 |
Dave Mitchell |
fix regression introduced in #27778: must backtrack... |
blob | commitdiff | diff to current |
2006-09-24 |
Dave Mitchell |
in S_regmatch(), convert state var st->cc into local... |
blob | commitdiff | diff to current |
2006-09-05 |
Yves Orton |
Re: [PATCH] Trie jumping |
blob | commitdiff | diff to current |
2006-06-30 |
Dave Mitchell |
migrate CURLY/PLUS/STAR branch in regmatch() to new... |
blob | commitdiff | diff to current |
2006-06-23 |
Dave Mitchell |
migrate TRIE branch in regmatch() to new FSM-esque... |
blob | commitdiff | diff to current |
2006-06-16 |
Dave Mitchell |
start turning regmatch() main loop into a FSM |
blob | commitdiff | diff to current |
2006-06-11 |
Yves Orton |
Re: [PATCH] regexec/regcomp.c cleanups |
blob | commitdiff | diff to current |
2006-06-11 |
Yves Orton |
Re: [PATCH] Better version of the Aho-Corasick patch... |
blob | commitdiff | diff to current |
2006-04-20 |
Dave Mitchell |
regmatch: merge the greedy and non-greedy branches... |
blob | commitdiff | diff to current |
2006-04-19 |
Dave Mitchell |
regmatch(): make IFMATCH use PUSH_STACK rather than... |
blob | commitdiff | diff to current |
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... |
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 |
blob | commitdiff | diff to current |
1993-10-07 |
Larry Wall |
perl 5.0 alpha 2 |
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) |
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) |
blob | commitdiff | diff to current |
1988-06-05 |
Larry Wall |
perl 2.0 (no announcement message available) |
blob | commitdiff | diff to current |
|