2007-01-05 |
Rafael Garcia-Suarez |
Update copyright years in .c files |
blob | commitdiff |
2007-01-05 |
Steve Hay |
Silence various VC6 warnings |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
The first three patches from: |
blob | commitdiff | diff to current |
2006-12-12 |
Steve Hay |
Silence VC warnings about possible operator precedence... |
blob | commitdiff | diff to current |
2006-12-10 |
Nicholas Clark |
Remove code duplication in S_to_utf8_substr() and S_to_... |
blob | commitdiff | diff to current |
2006-12-10 |
Nicholas Clark |
Downgrading a fixed or floating substring of a pattern... |
blob | commitdiff | diff to current |
2006-12-04 |
Yves Orton |
\R is supposed to mean something else so switch to... |
blob | commitdiff | diff to current |
2006-11-27 |
Nicholas Clark |
Move words and revcharmap out of struct _rev_trie_data... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Move widecharmap out of the shared structure _reg_trie_... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Swap _reg_ac_data.trie to U32 offset into the regdata... |
blob | commitdiff | diff to current |
2006-11-25 |
Jarkko Hietaniemi |
smoke signs suppression |
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-20 |
Andreas König |
Patch by Yves Orton to fix the regression reported... |
blob | commitdiff | diff to current |
2006-11-17 |
yves orton |
[perl #36909] $^R undefined on matches involving backre... |
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-12 |
Nicholas Clark |
Looks like I didn't actually test the COW conditional... |
blob | commitdiff | diff to current |
2006-11-12 |
Jarkko Hietaniemi |
(2nd version) small tweaks based on smoke signs |
blob | commitdiff | diff to current |
2006-11-09 |
Robin Barker |
***speculative*** was RE: [PATCH] regexec.c - silence... |
blob | commitdiff | diff to current |
2006-11-08 |
Rafael Garcia-Suarez |
Type change to avoid signed/unsigned compiler warnings |
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-11-02 |
Rafael Garcia-Suarez |
Silence a gcc warning |
blob | commitdiff | diff to current |
2006-11-01 |
Yves Orton |
Add a commit verb to regex engine to allow fine tuning... |
blob | commitdiff | diff to current |
2006-11-01 |
Steve Hay |
Silence VC++ compiler warnings |
blob | commitdiff | diff to current |
2006-10-30 |
Yves Orton |
The second patch from: |
blob | commitdiff | diff to current |
2006-10-30 |
Yves Orton |
The first patch from: |
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-26 |
Yves Orton |
Fix a memory leak : |
blob | commitdiff | diff to current |
2006-10-18 |
Dave Bailey |
[perl #40557] regexec.c saves context stack position... |
blob | commitdiff | diff to current |
2006-10-12 |
Yves Orton |
Add Regex conditionals. Various bugfixes. More tests. |
blob | commitdiff | diff to current |
2006-10-09 |
Jarkko Hietaniemi |
Re: [PATCH] regexec.c: goto crossing initialization |
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 |
Document the new regmatch() backtracking mechanism |
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 |
remove backing up outercc->cur in regmatch()/WHILEM |
blob | commitdiff | diff to current |
2006-09-30 |
Dave Mitchell |
assert that backing up outercc->cur in regmatch()/WHILE... |
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-25 |
Yves Orton |
Automate generation of the regmatch() state constants |
blob | commitdiff | diff to current |
2006-09-25 |
Yves Orton |
Fix re debug formatting nits |
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-21 |
Jarkko Hietaniemi |
deal with some gcc warnings |
blob | commitdiff | diff to current |
2006-09-19 |
Yves Orton |
Re: \N{...} in regular expression [PATCH] |
blob | commitdiff | diff to current |
2006-09-12 |
Rafael Garcia-Suarez |
More warnings silencing, including suggestions by Domin... |
blob | commitdiff | diff to current |
2006-09-11 |
Rafael Garcia-Suarez |
Fix a few more printf format warnings |
blob | commitdiff | diff to current |
2006-09-11 |
Rafael Garcia-Suarez |
Fix definition of macro HOP3 (spotted by a gcc warning) |
blob | commitdiff | diff to current |
2006-09-11 |
Yves Orton |
Teach regex optimiser how to handle (?=) and (?<=)... |
blob | commitdiff | diff to current |
2006-09-06 |
Steve Peters |
Removed some leftover debugging accidentally added... |
blob | commitdiff | diff to current |
2006-09-06 |
Jarkko Hietaniemi |
UCD 5.0.0 |
blob | commitdiff | diff to current |
2006-09-05 |
Rafael Garcia-Suarez |
Fix a few warnings |
blob | commitdiff | diff to current |
2006-09-05 |
Yves Orton |
Re: [PATCH] Trie jumping |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-08-01 |
Steve Hay |
Silence a couple of Borland compiler warnings |
blob | commitdiff | diff to current |
2006-07-27 |
Yves Orton |
Re: Silence/fix more warnings from the regex engine |
blob | commitdiff | diff to current |
2006-07-23 |
Jarkko Hietaniemi |
z/OS: pp_sys.c, reg*.c, toke.c, utf8.c |
blob | commitdiff | diff to current |
2006-07-15 |
Yves Orton |
Updated escaping code. utf8 regex debug output improvements |
blob | commitdiff | diff to current |
2006-07-14 |
Dave Mitchell |
remove regex postive super-linear cache code |
blob | commitdiff | diff to current |
2006-07-13 |
Steve Peters |
Clear up a few more warnings from blead. |
blob | commitdiff | diff to current |
2006-07-08 |
Yves Orton |
Macroize vast tracks of duplicated code in regexec.c |
blob | commitdiff | diff to current |
2006-07-07 |
Yves Orton |
More escaping in the RE |
blob | commitdiff | diff to current |
2006-07-06 |
Yves Orton |
Introduce a new function, pv_escape(), to display conte... |
blob | commitdiff | diff to current |
2006-07-02 |
Dave Mitchell |
silence a compiler warning |
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-23 |
Yves Orton |
: fix: [perl #39583] Pattern Match fails for specific... |
blob | commitdiff | diff to current |
2006-06-18 |
Jarkko Hietaniemi |
Re: blead trie problems in tru64 with -DDEBUGGING |
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-14 |
Yves Orton |
fix re debug segvs in global destruction, and a tweak... |
blob | commitdiff | diff to current |
2006-06-13 |
Yves Orton |
Guard clause should happen first, otherwise its not... |
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-06-09 |
Yves Orton |
Re: [PATCH] Better version of the Aho-Corasick patch... |
blob | commitdiff | diff to current |
2006-05-29 |
Rafael Garcia-Suarez |
Regen headers following change 28325. Also, make it... |
blob | commitdiff | diff to current |
2006-05-29 |
Yves Orton |
Re: [PATCH] More regex optimisations and debug enhancem... |
blob | commitdiff | diff to current |
2006-05-20 |
Dave Mitchell |
[perl #32041] SEGV with complicated regexp and long... |
blob | commitdiff | diff to current |
2006-05-16 |
Andy Lester |
Refactoring reghops |
blob | commitdiff | diff to current |
2006-04-30 |
Dave Mitchell |
remove a compiler warning by making HOPBACKc only hop... |
blob | commitdiff | diff to current |
2006-04-29 |
Jarkko Hietaniemi |
more -ansi -pedantic cleanliness |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz |
Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester |
use NOOP macro |
blob | commitdiff | diff to current |
2006-04-22 |
Nicholas Clark |
"Don't Repeat Yourself" on the "We *really* need to... |
blob | commitdiff | diff to current |
2006-04-21 |
Nicholas Clark |
Why hide functions (and duplicate them) when you can... |
blob | commitdiff | diff to current |
2006-04-20 |
Dave Mitchell |
regmatch(): replace magic value -1000 with symbolic... |
blob | commitdiff | diff to current |
2006-04-20 |
Andy Lester |
regexec consting & localizing |
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-18 |
Dave Mitchell |
regmatch: fix a || vs | typo in CACHEsayYES and add... |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Add Dave's explainations of why certain pointers are... |
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-16 |
Dave Mitchell |
abstract regmatch slab access with SLAB_FIRST and SLAB_... |
blob | commitdiff | diff to current |
2006-04-14 |
Steve Peters |
Reverting change #27791 which may cause corruption... |
blob | commitdiff | diff to current |
next |