| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid pointer churn in study_chunk recursion bitmap allocation | Yves Orton | 2013-11-24 | 1 | -0/+1 |
* | regcomp.c: Move bit to different data structure | Karl Williamson | 2013-09-24 | 1 | -8/+17 |
* | Teach regex optimizer to handle above-Latin1 | Karl Williamson | 2013-09-24 | 1 | -8/+2 |
* | regcomp.c: Add some static functions | Karl Williamson | 2013-09-24 | 1 | -0/+7 |
* | Enlarge dummy regex pass1 compilation node | Karl Williamson | 2013-09-24 | 1 | -1/+1 |
* | Rename regex flag bit for clarity | Karl Williamson | 2013-09-24 | 1 | -9/+10 |
* | regcomp.h: Create new typedef synonym for clarity | Karl Williamson | 2013-09-24 | 1 | -8/+8 |
* | regcomp.h: Parenthesize macro formal parameter | Karl Williamson | 2013-09-24 | 1 | -1/+1 |
* | regcomp.h: Add better named synonyms | Karl Williamson | 2013-09-24 | 1 | -25/+39 |
* | regcomp.h: Move #define | Karl Williamson | 2013-09-24 | 1 | -4/+4 |
* | Add regnode struct for synthetic start class | Karl Williamson | 2013-09-24 | 1 | -0/+11 |
* | regcomp.h: Add a couple #define synonyms | Karl Williamson | 2013-08-14 | 1 | -0/+2 |
* | regcomp.h, sv.c, utf8.c: Comment nits | Karl Williamson | 2013-08-10 | 1 | -3/+0 |
* | Possessive and non greedy quantifier modifiers are mutually exclusive | Yves Orton | 2013-06-13 | 1 | -7/+0 |
* | eliminate PL_regdummy | David Mitchell | 2013-06-02 | 1 | -1/+1 |
* | Revert "PATCH: regex longjmp flaws" | Nicholas Clark | 2013-03-19 | 1 | -3/+1 |
* | regex: Add pseudo-Posix class: 'cased' | Karl Williamson | 2012-12-31 | 1 | -0/+3 |
* | handy.h, regcomp.h, regexec.c: Sort initializers, switch() | Karl Williamson | 2012-12-31 | 1 | -12/+12 |
* | regcomp.c: Free up ANYOF flag bit | Karl Williamson | 2012-12-28 | 1 | -18/+11 |
* | Add new regnode for synthetic start class | Karl Williamson | 2012-12-28 | 1 | -11/+1 |
* | regcomp.c, regcomp.h: White-space, comment only | Karl Williamson | 2012-12-28 | 1 | -3/+3 |
* | regcomp.h: Split two ANYOF flag bits | Karl Williamson | 2012-12-28 | 1 | -5/+5 |
* | Free up regex ANYOF bit. | Karl Williamson | 2012-12-28 | 1 | -4/+0 |
* | regcomp.c: Clean up ANYOF_CLASS handling. | Karl Williamson | 2012-12-28 | 1 | -1/+1 |
* | handy.h: Create isALPHANUMERIC() and kin | Karl Williamson | 2012-12-22 | 1 | -2/+2 |
* | use PERL_UNUSED_VAR rather than PERL_UNUSED_DECL | David Mitchell | 2012-12-17 | 1 | -2/+2 |
* | Change 4 byte bitmap to 32 bit single word | Karl Williamson | 2012-12-09 | 1 | -16/+14 |
* | regcomp.h: Revise #define setup and checking | Karl Williamson | 2012-12-09 | 1 | -12/+15 |
* | regexes: Add \v to table of latin1 char classes | Karl Williamson | 2012-11-19 | 1 | -0/+5 |
* | regcomp.h: Make some #defines sequential | Karl Williamson | 2012-11-19 | 1 | -9/+11 |
* | regcomp: Change name of #define to better reflect its purpose | Karl Williamson | 2012-11-19 | 1 | -0/+3 |
* | Allow regexp-to-pvlv assignment | Father Chrysostomos | 2012-10-30 | 1 | -4/+4 |
* | regex: Rename macro to reflect its narrowed use | Karl Williamson | 2012-10-14 | 1 | -8/+5 |
* | regcomp.c: Add a less confusing #define alias | Karl Williamson | 2012-09-26 | 1 | -2/+4 |
* | regcomp.h: Use handy.h constants | Karl Williamson | 2012-07-24 | 1 | -30/+33 |
* | regcomp.c: Use data structure properties to remove tests | Karl Williamson | 2012-07-24 | 1 | -1/+1 |
* | Only generate above-Uni warning for \p{}, \P{} | Karl Williamson | 2012-07-19 | 1 | -0/+4 |
* | regcomp.h: Free up bit; downside is makes locale ANYOF nodes large | Karl Williamson | 2012-07-19 | 1 | -12/+17 |
* | regcomp.h: Fix up comment | Karl Williamson | 2012-07-19 | 1 | -2/+2 |
* | propagate 'use re eval' into return from (??{}) | David Mitchell | 2012-06-13 | 1 | -0/+1 |
* | eliminate OP_4tree type | David Mitchell | 2012-06-13 | 1 | -3/+0 |
* | eliminate REG_SEEN_EVAL | David Mitchell | 2012-06-13 | 1 | -1/+1 |
* | Fix up runtime regex codeblocks. | David Mitchell | 2012-06-13 | 1 | -3/+0 |
* | add op_comp field to regexp_engine API | David Mitchell | 2012-06-13 | 1 | -1/+2 |
* | preserve code blocks in interpolated qr//s | David Mitchell | 2012-06-13 | 1 | -0/+1 |
* | in re_op_compile(), keep code_blocks for qr// | David Mitchell | 2012-06-13 | 1 | -0/+2 |
* | make qr/(?{})/ behave with closures | David Mitchell | 2012-06-13 | 1 | -0/+1 |
* | Mostly complete fix for literal /(?{..})/ blocks | David Mitchell | 2012-06-13 | 1 | -0/+1 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | regex: Fix some tricky fold problems | Karl Williamson | 2012-01-19 | 1 | -0/+1 |