This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Configure probe for strerror_l()
[perl5.git] / regnodes.h
2016-03-06 Yves OrtonUnify GOSTART and GOSUB
2015-10-05 Yves OrtonCleanup, document, and restructure regen/regcomp.pl
2015-10-05 Yves Ortonfix perl #126186 make all verbs allow an optional arg
2015-08-24 Karl WilliamsonAdd ANYOFD regex node
2015-08-24 Karl Williamsonperldebguts: Add clarification
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-03-18 Karl Williamsonregcomp.sym: Update \b descriptions
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-01-13 Karl WilliamsonReserve a bit for 'the re strict subpragma.
2014-12-29 Karl WilliamsonAdd regex nodes for locale
2014-12-28 Karl WilliamsonCreate bit for /n.
2014-09-29 Aaron CraneEliminate unused BACK regnode
2014-09-29 Karl WilliamsonMake space for /xx flag
2014-09-29 Karl WilliamsonUp regex flags limit for (??{})
2014-09-29 Karl Williamsonregcomp.sym: ANYOF nodes have an argument
2014-09-29 Karl Williamsonregexp.h Remove unused bit placeholders
2014-09-29 Karl Williamsonregexp.h: Move regex flag bit positions.
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-04-29 Jarkko HietaniemiFix for Coverity perl5 CID 29034: Out-of-bounds read...
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-02-16 Karl WilliamsonRevert "Free up bit for regex ANYOF nodes"
2014-02-16 Karl WilliamsonFree up bit for regex ANYOF nodes
2014-02-03 Yves OrtonAdd RXf_UNBOUNDED_QUANTIFIER and regexp->maxlen
2014-01-30 Yves OrtonMove the RXf_ANCH flags to intflags as PREGf_ANCH_xxx...
2014-01-30 Yves Ortonmove RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflags
2014-01-30 Yves OrtonRename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from...
2014-01-22 Karl WilliamsonUse bit instead of node for regex SSC
2013-12-31 Karl WilliamsonConvert regnode to a flag for [...]
2013-08-29 Karl WilliamsonAllow trie use for /iaa matching
2013-08-29 Karl WilliamsonRemove newly unnecessary regnode, code
2013-06-22 Yves OrtonFix and add tests for *PRUNE/*THEN plus leading non...
2013-06-22 Yves OrtonShow intflags as well as extflags
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-27 Yves OrtonImprove how regcomp.pl handles multibits
2012-12-28 Karl WilliamsonAdd new regnode for synthetic start class
2012-12-28 Karl WilliamsonFree up regex ANYOF bit.
2012-12-23 Father ChrysostomosRegenerate the regnode table in perldebguts.pod automat...
2012-12-22 Karl WilliamsonConsolidate some regex OPS
2012-11-20 Karl Williamsonregcomp.sym: Change regkind for NPOSIX regnodes
2012-10-14 Karl Williamsonregex: Remove old code that tried to handle multi-char...
2012-10-12 Father ChrysostomosRXf_MODIFIES_VARS
2012-10-12 Father ChrysostomosDefine RXf_SPLIT and RXf_SKIPWHITE as 0
2012-07-25 Karl Williamsonregcomp.sym: Add new node types POSIXA and NPOSIXA
2012-06-30 Karl Williamsonregcomp.c: Simply some node calculations
2012-06-30 Karl Williamsonregcomp.sym: Reorder a couple of nodes
2012-03-03 Karl Williamsonregcomp.sym: Fix out-dated description
2012-03-03 Yves Ortonrework how the trie logic handles the newer EXACT nodetypes
2012-01-19 Karl Williamsonregex: Remove FOLDCHAR regnode type
2012-01-19 Karl Williamsonregex: Add new node type EXACTFU_NO_TRIE
2012-01-19 Karl Williamsonregex: Add new node type EXACTFU_SS
2012-01-19 Karl Williamsonregcomp.sym: Change comments
2011-10-18 Karl Williamsonregcomp.sym: Add comments
2011-02-14 Karl Williamsonregcomp.sym: Add nodes for backref of EXACTFA
2011-02-14 Karl Williamsonregcomp.sym: Add regnode for /aa matching
2011-02-14 Karl WilliamsonInitial setup to accommodate /aa regex modifier
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-17 Karl Williamsonregcomp.sym: Add nodes for /a
2011-01-17 Karl Williamsonregcomp.sym: Remove unused nodes DIGITU, NDIGITU
2011-01-17 Karl Williamsonregcomp.sym: Add BOUNDU, NBOUNDU regnodes
2011-01-17 Karl Williamsonregex: Add separate regnodes for \w \s Uni semantics
2011-01-17 Karl Williamsonregcomp.sym: add clarifying comments
2011-01-16 Karl WilliamsonUse multi-bit field for regex character set
2011-01-14 Karl Williamsonregcomp.sym: Add ANYOFV node
2011-01-07 Nicholas ClarkRun make regen after 486ec47ab73770ab updated regcomp...
2010-12-08 Karl Williamsonregcomp.sym: Correct DIGITL, NDIGITL entries
2010-12-08 Karl Williamsonregcomp.sym: Re-order for better grouping
2010-12-02 Karl Williamsonregcomp.sym: Add REFFU and NREFFU nodes
2010-11-28 Karl Williamsonregcomp.sym: Add EXACTFU regnode
2010-11-22 Karl Williamsonregcomp.sym: Clarify comment
2010-11-22 Karl Williamsonregcomp.sym: Fix descriptions
2010-10-14 Father Chrysostomosregcomp.pl -> regen/regcomp.pl
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-08-11 Karl Williamsonregexp.h: Move bits around
2010-05-27 Nicholas ClarkConvert REGNODE_{SIMPLE,VARIES} to a bitmask lookup...
2010-05-27 Nicholas ClarkEncapsulate lookups in PL_{varies,simple} within macros...
2010-05-27 Nicholas ClarkGenerate PL_simple[] and PL_varies[] with regcomp.pl...
2010-05-27 Nicholas ClarkRemove stray tab character in definition for VERB.
2008-01-05 Nicholas ClarkAbolish RXf_UTF8. Store the UTF-8-ness of the pattern...
2007-12-29 Nicholas ClarkReorder the external regexp flags to get RXf_PMf_STD_PM...
2007-08-18 Marcus Holland-MoritzTRIE must use 'yes' state transitions when more than...
2007-06-30 Abigail/p vs (?p)
2007-04-26 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-01 Jarkko HietaniemiSymbian sync
2007-03-05 Nicholas ClarkChange 30461 was wrong. As ext/re (re)builds the regexp...
2007-03-03 Nicholas ClarkDefine and initialise reg_name only once.
2007-01-11 Yves OrtonAdd Regexp::Keep \K functionality to regex engine as...
2006-11-13 Yves OrtonRe: [PATCH] New regex syntax omnibus
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-11-01 Yves OrtonAdd a commit verb to regex engine to allow fine tuning...
2006-10-30 Yves OrtonThe second patch from:
2006-10-30 Yves OrtonThe first patch from:
2006-10-26 Yves OrtonFix a problem with jump-tries, add (?FAIL) pattern.
2006-10-12 Yves OrtonAdd Regex conditionals. Various bugfixes. More tests.
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Dave Mitchellmigrate CURLYX/WHILEM branch in regmatch() to new FSM...
2006-10-05 Yves OrtonRe: [PATCH] Add recursive regexes similar to PCRE
2006-10-04 Steve PetersFixes to compile Perl with g++ and DEBUGGING.
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
next