This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: more sorting
[perl5.git] / regcomp.sym
2011-02-14 Karl Williamsonregcomp.sym: Add nodes for backref of EXACTFA
2011-02-14 Karl Williamsonregcomp.sym: Add regnode for /aa matching
2011-01-17 Karl Williamsonregcomp.sym: Add nodes for /a
2011-01-17 Karl Williamsonregex: Use BOUNDU regnodes
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-14 Karl Williamsonregcomp.sym: Add ANYOFV node
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-08 Karl Williamsonregcomp.sym: Correct DIGITL, NDIGITL entries
2010-12-08 Karl Williamsonregcomp.sym: Re-order for better grouping
2010-12-08 Karl Williamsonregcomp.sym: Remove misleading comments
2010-12-02 Karl Williamsonregcomp.sym: Add REFFU and NREFFU nodes
2010-12-02 Karl Williamsonregcomp.sym: update comment
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-05-27 Nicholas ClarkGenerate PL_simple[] and PL_varies[] with regcomp.pl...
2010-05-27 Nicholas ClarkRe-work the regcomp.sym to remove use of hard tabs...
2010-05-27 Nicholas ClarkCorrect the node numbers in comments.
2010-05-27 Nicholas ClarkRemove stray tab character in definition for VERB.
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-01-11 Yves OrtonAdd Regexp::Keep \K functionality to regex engine as...
2006-11-22 Yves Orton\G with /g results in infinite loop in 5.6 and later
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-09-25 Yves OrtonAutomate generation of the regmatch() state constants
2006-09-11 Yves OrtonTeach regex optimiser how to handle (?=) and (?<=)...
2006-09-05 Yves OrtonRe: [PATCH] Trie jumping
2006-05-29 Yves OrtonRe: [PATCH] More regex optimisations and debug enhancem...
2006-04-24 Yves OrtonRe: recursion now removed from the regex engine
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2001-08-04 Daniel P. BerrangeDecouple SANY into SANY and CANY: the new SANY is ...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
1999-07-31 Jarkko HietaniemiRemove a lot of unused regnode codes.
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-06-28 Ilya Zakharevichapplied patch, tweaked doc, and regen regnodes.h
1998-06-22 Ilya Zakharevichadd patch that generates regnodes.h via regcomp.pl