This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #123712] Don’t check sub_inwhat
[perl5.git] / regcomp.h
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
2012-07-25 Karl Williamsonregcomp.h: Use handy.h constants
2012-07-25 Karl Williamsonregcomp.c: Use data structure properties to remove...
2012-07-19 Karl WilliamsonOnly generate above-Uni warning for \p{}, \P{}
2012-07-19 Karl Williamsonregcomp.h: Free up bit; downside is makes locale ANYOF...
2012-07-19 Karl Williamsonregcomp.h: Fix up comment
2012-06-13 David Mitchellpropagate 'use re eval' into return from (??{})
2012-06-13 David Mitchelleliminate OP_4tree type
2012-06-13 David Mitchelleliminate REG_SEEN_EVAL
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2012-06-13 David Mitchellpreserve code blocks in interpolated qr//s
2012-06-13 David Mitchellin re_op_compile(), keep code_blocks for qr//
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-01-19 Karl Williamsonregex: Fix some tricky fold problems
2012-01-13 Karl WilliamsonComment additions, typos, white-space.
2011-11-09 Karl WilliamsonChange __attribute_unused__ to PERL_UNUSED_DECL
2011-05-19 Robin Barkeruse __attribute__unused__ to silence -Wunused-but-set...
2011-03-20 Karl Williamsonregcomp.h: Add comment
2011-03-20 Karl Williamsonregcomp.h: Add ANYOF_CLASS_SETALL()
next