| Commit message (Expand) | Author | Age | Files | Lines |
* | Reserve a bit for 'the re strict subpragma. | Karl Williamson | 2015-01-13 | 1 | -6/+10 |
* | Add documentation for /n (non-capture) regexp flag. | Matthew Horsfall | 2014-12-30 | 1 | -1/+1 |
* | Create bit for /n. | Karl Williamson | 2014-12-28 | 1 | -10/+13 |
* | op_reg_common.h: Nits | Karl Williamson | 2014-10-06 | 1 | -9/+9 |
* | op_reg_common.h: Get blead to build in Jenkins | Karl Williamson | 2014-09-29 | 1 | -0/+2 |
* | Suppress some Solaris warnings | Karl Williamson | 2014-09-29 | 1 | -15/+15 |
* | op_reg_common.h: Update comment | Karl Williamson | 2014-09-29 | 1 | -2/+3 |
* | op_reg_common.h: White-space only | Karl Williamson | 2014-09-29 | 1 | -4/+4 |
* | Make space for /xx flag | Karl Williamson | 2014-09-29 | 1 | -10/+12 |
* | op_reg_common.h: #define in terms of more basic one | Karl Williamson | 2014-09-29 | 1 | -1/+1 |
* | Up regex flags limit for (??{}) | Karl Williamson | 2014-09-29 | 1 | -2/+5 |
* | rework split() special case interaction with regex engine | Yves Orton | 2013-03-27 | 1 | -6/+17 |
* | Fix comment references to removed rexex ops | Karl Williamson | 2012-12-27 | 1 | -1/+1 |
* | regcomp.c: Simply some node calculations | Karl Williamson | 2012-06-29 | 1 | -1/+3 |
* | silence picky C compiler warning | David Mitchell | 2012-06-14 | 1 | -0/+4 |
* | Bump several file copyright dates | Steffen Schwigon | 2012-01-19 | 1 | -1/+1 |
* | op_reg_common.h: Fix comment | Karl Williamson | 2011-05-18 | 1 | -3/+3 |
* | Initial setup to accommodate /aa regex modifier | Karl Williamson | 2011-02-14 | 1 | -3/+4 |
* | op_reg_common.h: add explicit cast | Karl Williamson | 2011-01-18 | 1 | -1/+1 |
* | Add /a regex modifier | Karl Williamson | 2011-01-17 | 1 | -1/+2 |
* | op_reg_common: correct path in comment | Karl Williamson | 2011-01-16 | 1 | -1/+2 |
* | Use multi-bit field for regex character set | Karl Williamson | 2011-01-16 | 1 | -5/+43 |
* | op_reg_common.h: Add guard to only expand once | Karl Williamson | 2011-01-16 | 1 | -0/+4 |
* | [perl #78072] use re '/xism'; | Father Chrysostomos | 2010-10-21 | 1 | -0/+2 |
* | Add /d, /l, /u (infixed) regex modifiers | Karl Williamson | 2010-09-22 | 1 | -2/+3 |
* | op_reg_common.h: Continue refactoring | Karl Williamson | 2010-08-11 | 1 | -8/+34 |
* | op_reg_common.h: Move things around | Karl Williamson | 2010-08-11 | 1 | -6/+13 |
* | op_reg_common.h: Refactor variable for safety | Karl Williamson | 2010-08-11 | 1 | -1/+3 |
* | Refactor common parts of op.h, regexp.h into new .h | Karl Williamson | 2010-07-29 | 1 | -0/+27 |