This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use undef rather than 'undef' for Devel::PPPort's UPSTREAM status
[perl5.git] / regcomp.h
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()
2011-03-18 Karl Williamsonregex: Fix locale regression
2011-03-09 Karl Williamsonregcomp.h: #define of ANYOF flags immune from inversion
2011-03-09 Karl Williamsonregex: /l in combo with others in syn start class
2011-03-09 Karl Williamsonregcomp.c: Move #defines to be be in bit order
2011-02-28 Karl Williamsonregex: Remove obsolete code
2011-02-26 Karl Williamsonbleadperl breaks RCLAMP/Text-Glob
2011-02-26 Karl WilliamsonFree up bit in ANYOF flags
2011-02-25 Karl Williamsonregcomp.h: Remove obsolete define
2011-01-17 Karl Williamsonregex: Convert regnode FLAGS fields to charset enum
2011-01-16 Karl WilliamsonFix \xa0 matching both [\s] [\S], et.al.
2011-01-16 Karl Williamsonregcomp: Share two bits in ANYOF flags
2011-01-14 Karl Williamsonregex: Some Comment clarifications
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-20 Karl WilliamsonChange name of regex intrnl macro to new meaning
2010-12-20 Karl WilliamsonChange regexes to debug dump non-ASCII as hex.
2010-12-11 Karl Williamsonregcomp: Allow freeing up bit in ANYOF flags
2010-11-23 Karl Williamsonregcomp.h: Restore separate bit for LOC class
2010-11-22 Karl WilliamsonSplit ANYOF_NONBITMAP into two components
2010-11-22 Karl Williamsonregcomp.h: Add comment
2010-11-22 Karl Williamsonregcomp.h: Renumber ANYOF_EOS bit
2010-11-22 Karl Williamsonrename ANYOF_UNICODE to ANYOF_NONBITMAP
2010-11-22 Karl Williamsonregex free up bit in ANYOF node
2010-11-22 Karl Williamsonregcomp.h: Add comment
2010-11-22 Karl Williamsonregcomp.h: Reorder statements for clarity
2010-10-31 Karl Williamsonregcomp.h: Remove unused #define
2010-10-31 Karl Williamsonregcomp.h: Clean up some comments
2010-10-31 Karl WilliamsonANYOF_LARGE is now the same as ANYOF_CLASS
2010-10-21 Karl Williamsonregcomp.c: Get rid of compiler warning.
2010-10-15 Karl WilliamsonSubject: [perl #58182] partial: Add uni \s,\w matching
2010-10-15 Karl WilliamsonSubject: regcomp.h: Add macro to get regnode flags
2010-09-15 Karl WilliamsonPATCH: regex longjmp flaws
2010-05-29 Nicholas ClarkProperly free paren_name_list with its regexp.
2010-05-27 Nicholas ClarkGenerate PL_simple[] and PL_varies[] with regcomp.pl...
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2009-10-19 Yves Ortonrevert to 5.8.x semantics for \s \w and \d
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-09-10 Yves Ortonadd more positive gofs GPOS tests and fix some bugs too
2009-09-02 Yves Ortonset PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and...
2008-11-07 Yves Ortoncreate new unicode props as defined in POSIX spec ...
2008-11-06 Yves OrtonVarious changes to regex diagnostics and testing
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2008-01-01 Marcus Holland-MoritzAdd editor blocks to some header files.
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-09-26 Rafael Garcia-SuarezAPI spelling patch, by Jerry D. Hedden
2007-06-30 Abigail/p vs (?p)
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-03-31 Nicholas ClarkReorder the members of various regexp structs to reduce...
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-01 Yves OrtonRe: New file: t/op/regexp_email.t
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-22 Yves OrtonDisable positive lookaround optimisations
next