2008-11-07 |
Marcus Holland-Moritz |
Revert SvPVX() to allow lvalue usage, but also add a |
blob | commitdiff |
2008-10-30 |
Nicholas Clark |
SvPV() does not take a const SV*, which means that... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-06-08 |
Reini Urban |
Re: [PATCH] readable assertion names, now the rest |
blob | commitdiff | diff to current |
2008-02-12 |
Jan Dubois |
Fix bit-fields for VC [was RE: [perl #50386] GIMME_V... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
Standardise the conditional compilation protection... |
blob | commitdiff | diff to current |
2008-01-14 |
Robin Barker |
consting |
blob | commitdiff | diff to current |
2008-01-11 |
Nicholas Clark |
Well, I know *something* passed make test from a clean... |
blob | commitdiff | diff to current |
2008-01-11 |
Nicholas Clark |
assert that these are the regexps you were looking... |
blob | commitdiff | diff to current |
2008-01-09 |
Steve Hay |
Fix prototype in regexp code following #32851, and... |
blob | commitdiff | diff to current |
2008-01-07 |
Nicholas Clark |
ReREFCNT_inc() should return a pointer to REGEXP. |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Don't allocate the NV slot for SVt_REGEXP. |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
In struct regexp move the member paren_names to the... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Convert all accesses of the member paren_names of struc... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Abolish RXf_UTF8. Store the UTF-8-ness of the pattern... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Abolish wraplen from struct regexp. We're already stori... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Abolish RXp_PRELEN(rx) and RXp_WRAPLEN() |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Abolish wrapped in struct regexp - store the wrapped... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Add RX_UTF8(), which is effectively SvUTF8() but for... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Make struct regexp the body of SVt_REGEXP SVs, REGEXPs... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Wrap all deferences of struct regexp* in macros RX_... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Reorder the external regexp flags to get RXf_PMf_STD_PM... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
The position of the modifier flag bits is actually... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Note to future self about moving the regexp flag bits... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Wrap wrapped and wraplen from struct regexp in macros... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Eliminate prelen from struct regexp. Possibly we are... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Eliminate precomp from struct regexp. Store the offset... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Wrap all accesses to the members precomp and prelen... |
blob | commitdiff | diff to current |
2007-11-07 |
Nicholas Clark |
Fix up copyright years for files modified in 2007. |
blob | commitdiff | diff to current |
2007-08-18 |
Yves Orton |
Add note to regexp.h that modifying RXf_ type flags... |
blob | commitdiff | diff to current |
2007-08-09 |
Ævar Arnfjörð Bjar... |
Optimize split // |
blob | commitdiff | diff to current |
2007-06-30 |
Abigail |
/p vs (?p) |
blob | commitdiff | diff to current |
2007-06-29 |
Yves Orton |
fix overzealous search and replace |
blob | commitdiff | diff to current |
2007-06-28 |
Yves Orton |
Rename various regex defined so that they have distinct... |
blob | commitdiff | diff to current |
2007-06-28 |
Ævar Arnfjörð Bjar... |
Move the RXf_WHITE logic for split " " into the regex... |
blob | commitdiff | diff to current |
2007-06-18 |
Ævar Arnfjörð Bjar... |
SvRX() and SvRXOK() macros |
blob | commitdiff | diff to current |
2007-06-06 |
Ævar Arnfjörð Bjar... |
Re: [PATCH] Callbacks for named captures (%+ and %-) |
blob | commitdiff | diff to current |
2007-05-20 |
Ævar Arnfjörð Bjar... |
Minor perlreapi.pod cleanup |
blob | commitdiff | diff to current |
2007-05-03 |
Ævar Arnfjörð Bjar... |
FETCH/STORE/LENGTH callbacks for numbered capture variables |
blob | commitdiff | diff to current |
2007-05-02 |
Yves Orton |
tweak some regexp params to avoid warnings |
blob | commitdiff | diff to current |
2007-04-30 |
Ævar Arnfjörð Bjar... |
Re: [PATCH] Cleanup of the regexp API |
blob | commitdiff | diff to current |
2007-04-23 |
Ævar Arnfjörð Bjar... |
Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste... |
blob | commitdiff | diff to current |
2007-04-06 |
Ævar Arnfjörð Bjar... |
Re: Proposed changes and to regular expression interfac... |
blob | commitdiff | diff to current |
2007-04-04 |
Yves Orton |
Re: pmdynflags and thread safety |
blob | commitdiff | diff to current |
2007-03-31 |
Nicholas Clark |
Reorder the members of various regexp structs to reduce... |
blob | commitdiff | diff to current |
2007-03-31 |
Nicholas Clark |
precomp in struct regexp can be const char *. |
blob | commitdiff | diff to current |
2007-03-26 |
Nicholas Clark |
In struct regexp replace the two arrays of I32s accesse... |
blob | commitdiff | diff to current |
2007-03-22 |
Yves Orton |
Resolve PL_curpm issues with (??{}) and fix corruption... |
blob | commitdiff | diff to current |
2007-02-26 |
Yves Orton |
Re: Regexp recursion limit too low? |
blob | commitdiff | diff to current |
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 |
next |