This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Clarify entry
[perl5.git] / op_reg_common.h
2015-06-19 David Mitchellsilence some gcc -pendantic warnings
2015-03-09 Karl Williamsonop_reg_common.h: Add comment
2015-01-13 Karl WilliamsonReserve a bit for 'the re strict subpragma.
2014-12-30 Matthew HorsfallAdd documentation for /n (non-capture) regexp flag.
2014-12-28 Karl WilliamsonCreate bit for /n.
2014-10-07 Karl Williamsonop_reg_common.h: Nits
2014-09-29 Karl Williamsonop_reg_common.h: Get blead to build in Jenkins
2014-09-29 Karl WilliamsonSuppress some Solaris warnings
2014-09-29 Karl Williamsonop_reg_common.h: Update comment
2014-09-29 Karl Williamsonop_reg_common.h: White-space only
2014-09-29 Karl WilliamsonMake space for /xx flag
2014-09-29 Karl Williamsonop_reg_common.h: #define in terms of more basic one
2014-09-29 Karl WilliamsonUp regex flags limit for (??{})
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2012-12-27 Karl WilliamsonFix comment references to removed rexex ops
2012-06-30 Karl Williamsonregcomp.c: Simply some node calculations
2012-06-14 David Mitchellsilence picky C compiler warning
2012-01-19 Steffen SchwigonBump several file copyright dates
2011-05-18 Karl Williamsonop_reg_common.h: Fix comment
2011-02-14 Karl WilliamsonInitial setup to accommodate /aa regex modifier
2011-01-18 Karl Williamsonop_reg_common.h: add explicit cast
2011-01-17 Karl WilliamsonAdd /a regex modifier
2011-01-17 Karl Williamsonop_reg_common: correct path in comment
2011-01-16 Karl WilliamsonUse multi-bit field for regex character set
2011-01-16 Karl Williamsonop_reg_common.h: Add guard to only expand once
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-08-11 Karl Williamsonop_reg_common.h: Continue refactoring
2010-08-11 Karl Williamsonop_reg_common.h: Move things around
2010-08-11 Karl Williamsonop_reg_common.h: Refactor variable for safety
2010-07-29 Karl WilliamsonRefactor common parts of op.h, regexp.h into new .h