| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | regcomp: Share two bits in ANYOF flags | Karl Williamson | 2011-01-16 | 1 | -8/+17 |
* | regex: Some Comment clarifications | Karl Williamson | 2011-01-13 | 1 | -2/+8 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -4/+4 |
* | Change name of regex intrnl macro to new meaning | Karl Williamson | 2010-12-20 | 1 | -3/+12 |
* | Change regexes to debug dump non-ASCII as hex. | Karl Williamson | 2010-12-19 | 1 | -3/+3 |
* | regcomp: Allow freeing up bit in ANYOF flags | Karl Williamson | 2010-12-11 | 1 | -7/+23 |
* | regcomp.h: Restore separate bit for LOC class | Karl Williamson | 2010-11-22 | 1 | -2/+1 |
* | Split ANYOF_NONBITMAP into two components | Karl Williamson | 2010-11-22 | 1 | -1/+7 |
* | regcomp.h: Add comment | Karl Williamson | 2010-11-22 | 1 | -1/+2 |