| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Comment additions, typos, white-space. | Karl Williamson | 2012-01-13 | 1 | -0/+2 |
* | Change __attribute_unused__ to PERL_UNUSED_DECL | Karl Williamson | 2011-11-09 | 1 | -1/+1 |
* | use __attribute__unused__ to silence -Wunused-but-set-variable | Robin Barker | 2011-05-19 | 1 | -1/+2 |
* | regcomp.h: Add comment | Karl Williamson | 2011-03-19 | 1 | -1/+1 |
* | regcomp.h: Add ANYOF_CLASS_SETALL() | Karl Williamson | 2011-03-19 | 1 | -0/+2 |
* | regex: Fix locale regression | Karl Williamson | 2011-03-18 | 1 | -31/+18 |
* | regcomp.h: #define of ANYOF flags immune from inversion | Karl Williamson | 2011-03-08 | 1 | -0/+10 |
* | regex: /l in combo with others in syn start class | Karl Williamson | 2011-03-08 | 1 | -12/+10 |
* | regcomp.c: Move #defines to be be in bit order | Karl Williamson | 2011-03-08 | 1 | -5/+5 |
* | regex: Remove obsolete code | Karl Williamson | 2011-02-28 | 1 | -19/+0 |
* | bleadperl breaks RCLAMP/Text-Glob | Karl Williamson | 2011-02-25 | 1 | -6/+13 |
* | Free up bit in ANYOF flags | Karl Williamson | 2011-02-25 | 1 | -7/+16 |
* | regcomp.h: Remove obsolete define | Karl Williamson | 2011-02-24 | 1 | -3/+0 |
* | regex: Convert regnode FLAGS fields to charset enum | Karl Williamson | 2011-01-16 | 1 | -2/+3 |
* | Fix \xa0 matching both [\s] [\S], et.al. | Karl Williamson | 2011-01-16 | 1 | -0/+4 |