This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse.pm lives in lib/B now, not dist/B-Deparse
[perl5.git] / regcomp.h
2015-12-26 Karl Williamsonregcomp.h: Remove extraneous 'struct's
2015-12-26 Karl Williamsonregcomp.h: Fix shift and mask
2015-12-26 Karl Williamsonregcomp.h: Use more basic macro in #defines
2015-12-26 Karl Williamsonregcomp.h: Free up bit in ANYOF FLAGS field
2015-12-26 Karl Williamsonregcomp.h: Shorten, clarify names of internal flags
2015-12-22 Karl Williamsonregcomp.h: reword some comments
2015-12-18 Karl Williamsonregcomp.h: Add comments
2015-12-18 Karl Williamsonregex matching: Don't do unnecessary work
2015-12-18 Karl Williamsonregcomp.h: Renumber 2 flag bits
2015-12-18 Karl Williamsonregex: Free a ANYOF node bit
2015-09-03 Karl Williamsonregcomp.[ch]: Comment additions, fixes
2015-09-03 Karl Williamsonregcomp.h: Reorder some flag definitions.
2015-09-03 Karl Williamsonregcomp.h: SSC no longer has to be strict ANYOF
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-08-24 Karl Williamsonregcomp.h: Fold 2 ANYOF flags into a single one
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-02-21 Karl Williamson\s matching VT is no longer experimental
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-22 Karl Williamsonregcomp.h: Clarify comment
2014-12-29 Karl WilliamsonAdd regex nodes for locale
2014-09-29 Aaron CraneEliminate unused BACK regnode
2014-09-29 Karl Williamsonregcomp.c: Add a function and use it
2014-09-29 Karl Williamsonregcomp.h: Add comment
2014-09-29 Karl Williamsonregcomp.h: Remove obsolete #defines
2014-09-29 Karl Williamsonregcomp.h: Use existing macro instead of reinventing
2014-09-28 Yves OrtonAdd tests for a51d618a fix of RT #122283
2014-09-17 Yves Ortonchange NODE_ALIGN_FILL to set flags to 0
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-09-03 Karl Williamsonregcomp.h: Comment nits
2014-09-03 Karl WilliamsonAllow for changing size of bracketed regex char class
2014-09-03 Karl WilliamsonRename some internal regex #defines
2014-09-03 Karl Williamsonregcomp.h: Remove some no-longer used #defines
2014-09-03 Karl Williamsonregcomp.h: Use unsigned 1 in left shift
2014-09-03 Karl Williamsonregcomp.h: Fix comment that said the opposite of the...
2014-08-21 Karl Williamsonregex: Use #define for number of bits in ANYOF
2014-03-12 Karl Williamsonregcomp.c: Make SSC node clone safe
2014-02-19 Karl Williamsonregcomp.c: Fix more alignment problems
2014-02-19 Karl Williamsonregcomp.h: Allow compiler to perform calculation
2014-02-19 Karl WilliamsonChange method of passing some info from regcomp to...
2014-02-19 Karl Williamsonregcomp.h: Remove extraneous comment
2014-02-19 Karl Williamsonregcomp.h: Free up flag bit in ANYOF nodes
2014-02-19 Karl Williamsonregexes: Remove uses of ANYOF_LOCALE flag
2014-02-19 Karl Williamsonregcomp.c: Simplify /l Synthetic Start Class construction
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-12 Karl Williamsonregcomp.h: Rmv false comments
2014-02-07 David Mitchelleliminate RXf_ANCH_SINGLE
2014-02-03 Yves OrtonAdd RXf_UNBOUNDED_QUANTIFIER and regexp->maxlen
2014-01-31 Yves Ortonrename REG_SEEN_WHATEVER to REG_WHATEVER_SEEN to match...
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-30 Yves Ortonmove RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN
2014-01-28 Karl Williamsonregcomp.c: Change a variable and flag bit names
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-22 Karl WilliamsonRename regex internal flag bit
2014-01-22 Karl WilliamsonUse bit instead of node for regex SSC
2013-12-31 Karl Williamsonregcomp.h: Reorder some #defines
2013-12-31 Karl WilliamsonRe-order some flag bits to avoid potential branches
2013-12-31 Karl WilliamsonOutput regex above-Unicode matching in syn strt class
2013-12-31 Karl WilliamsonConvert regnode to a flag for [...]
2013-12-31 Karl Williamsonregcomp.c: Split #define into two
2013-11-24 Yves OrtonAvoid pointer churn in study_chunk recursion bitmap...
2013-09-24 Karl Williamsonregcomp.c: Move bit to different data structure
2013-09-24 Karl WilliamsonTeach regex optimizer to handle above-Latin1
2013-09-24 Karl Williamsonregcomp.c: Add some static functions
2013-09-24 Karl WilliamsonEnlarge dummy regex pass1 compilation node
2013-09-24 Karl WilliamsonRename regex flag bit for clarity
2013-09-24 Karl Williamsonregcomp.h: Create new typedef synonym for clarity
2013-09-24 Karl Williamsonregcomp.h: Parenthesize macro formal parameter
2013-09-24 Karl Williamsonregcomp.h: Add better named synonyms
2013-09-24 Karl Williamsonregcomp.h: Move #define
2013-09-24 Karl WilliamsonAdd regnode struct for synthetic start class
2013-08-15 Karl Williamsonregcomp.h: Add a couple #define synonyms
2013-08-11 Karl Williamsonregcomp.h, sv.c, utf8.c: Comment nits
2013-06-13 Yves OrtonPossessive and non greedy quantifier modifiers are...
2013-06-02 David Mitchelleliminate PL_regdummy
2013-03-19 Nicholas ClarkRevert "PATCH: regex longjmp flaws"
2012-12-31 Karl Williamsonregex: Add pseudo-Posix class: 'cased'
2012-12-31 Karl Williamsonhandy.h, regcomp.h, regexec.c: Sort initializers, switch()
2012-12-28 Karl Williamsonregcomp.c: Free up ANYOF flag bit
2012-12-28 Karl WilliamsonAdd new regnode for synthetic start class
2012-12-28 Karl Williamsonregcomp.c, regcomp.h: White-space, comment only
2012-12-28 Karl Williamsonregcomp.h: Split two ANYOF flag bits
2012-12-28 Karl WilliamsonFree up regex ANYOF bit.
2012-12-28 Karl Williamsonregcomp.c: Clean up ANYOF_CLASS handling.
2012-12-22 Karl Williamsonhandy.h: Create isALPHANUMERIC() and kin
2012-12-17 David Mitchelluse PERL_UNUSED_VAR rather than PERL_UNUSED_DECL
2012-12-09 Karl WilliamsonChange 4 byte bitmap to 32 bit single word
2012-12-09 Karl Williamsonregcomp.h: Revise #define setup and checking
2012-11-20 Karl Williamsonregexes: Add \v to table of latin1 char classes
2012-11-20 Karl Williamsonregcomp.h: Make some #defines sequential
2012-11-20 Karl Williamsonregcomp: Change name of #define to better reflect its...
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-14 Karl Williamsonregex: Rename macro to reflect its narrowed use
2012-09-26 Karl Williamsonregcomp.c: Add a less confusing #define alias
next