This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
allow test.pl tests to use C<< plan skip_all => $reason >>
[perl5.git] / regcomp.c
2014-06-29 Karl Williamsonregcomp.c: Rewrite S_put_byte() which dumps regex []
2014-06-27 Jarkko Hietaniemiassert(*p = '#'); /* Spot the oops. */
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-25 Yves OrtonFix RT #122171, lookahead issues with .*
2014-06-19 Jarkko HietaniemiSilence -Wunused-parameter my_perl under threads.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-16 Karl Williamsonregcomp.c: White-space only
2014-06-16 Karl WilliamsonPATCH: [perl #122029] BBC KAWASAKI/Encode-JP-Emoji
2014-06-16 Jarkko Hietaniemi%p really wants void*.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-05 Jarkko HietaniemiThere's no UVdf, there is UVuf. (#if 0'ed code)
2014-06-01 Yves Ortonregcomp.c - cleanup the ahocorasick start class logic...
2014-06-01 Karl Williamsonregcomp.c: Skip work that is a no-op
2014-06-01 Karl Williamsonregcomp.c: Update comment to new reality
2014-05-31 Karl Williamsonregcomp.c: Change ref to obsolete global var
2014-05-31 Karl WilliamsonPATCH: [perl #121777] User-defined prop and packages
2014-05-31 Karl Williamsonregcomp.c: Rmv temporary variable
2014-05-30 Karl Williamsonregcomp.c: Fix comment
2014-05-30 Karl Williamsonregcomp.c: Tighten up synthetic start class for Unicode...
2014-05-30 Karl Williamsonregcomp.c: Fix typo in comment
2014-05-30 Karl Williamsonregcomp.c: Add assertion
2014-05-30 Karl Williamsonregcomp.c: Change a panic into an assert
2014-05-30 Karl Williamsonregcomp.c: Move code into a function
2014-05-30 Karl Williamsonregcomp.c: Remove obsolete code
2014-05-30 Karl Williamsonregcomp.c, regexec.c: Move common code to a function
2014-05-30 Karl WilliamsonOptimize /[a-z]/ and /[A-Z]/
2014-05-30 Karl Williamson/x in patterns now includes all \p{PatWS}
2014-05-30 Karl WilliamsonFatalize splitting '(?' and '(*' in regexes
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-28 Jarkko HietaniemiAnnotate intentional case fallthrough, or add breaks.
2014-05-28 Jarkko HietaniemiFix for Coverity perl5 CID 28936: Wrong operator used...
2014-05-28 Jarkko Hietaniemig++ cleanups.
2014-05-28 Jarkko HietaniemiUCHARAT unnecessary with isSPACE().
2014-05-28 Jarkko HietaniemiDo not invert a NULL cp_list.
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-05-07 Karl WilliamsonPATCH: [perl #121778]:BBC KAMIPO/autobox-String-Inflector
2014-04-29 Jarkko HietaniemiFix for Coverity perl5 CID 29034: Out-of-bounds read...
2014-04-29 Jarkko HietaniemiFix for Coverity perl5 CID 29032: Out-of-bounds read...
2014-03-12 Karl Williamsonregcomp.c: Don't read past string-end
2014-03-12 Karl Williamsonregcomp.c: Make SSC node clone safe
2014-03-05 Karl Williamsonregcomp.c: Use minimal struct formal parameter
2014-03-05 Karl Williamsonregcomp.c: Don't read uninitialized data
2014-03-02 Karl WilliamsonRevert most of 3a8bbffbce: Avoid unnecessary malformed...
2014-02-25 Yves OrtonFix RT #121321 - Fencepost error causes infinite loop...
2014-02-24 Yves OrtonImprove how regprop dumps REF-like nodes during execution
2014-02-24 Yves Ortoncomments and whitespace fixups to inprove clarity of...
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-20 Karl Williamsonregcomp.c: Don't read uninitialized data
2014-02-19 Karl WilliamsonMake taint checking regex compile time instead of runtime
2014-02-19 Karl Williamsonregcomp.c: Remove no longer used function
2014-02-19 Karl Williamsonregcomp.c: Move some locale initialization code
2014-02-19 Karl Williamsonregcomp.c,regexec.c: White-space only
2014-02-19 Karl Williamsonregcomp.c: Fix more alignment problems
2014-02-19 Karl WilliamsonChange method of passing some info from regcomp to...
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-19 Karl WilliamsonConvert more EXACTFish nodes to EXACT when possible
2014-02-17 Karl Williamsonregcomp.c: Fix some alignment problems
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-07 David Mitchellregex substrs: record index of check substr
2014-02-07 David Mitchelleliminate RXf_ANCH_SINGLE
2014-02-07 David Mitchellregcomp utf8 len cache panic
2014-02-06 Karl WilliamsonMake a literal "{" fatal after \b and \B in regexes
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2014-02-05 Yves OrtonFix regression in floating mandatory string optimisation
2014-02-05 Yves OrtonEliminate stupid macro
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-02-04 Karl WilliamsonRevert "'use utf8' should imply /u regex matching"
2014-02-04 Yves Ortondo not overflow when the pattern is unbounded
2014-02-03 Karl WilliamsonFix [[:blank:]] handling when no isblank() on platform
2014-02-03 Yves OrtonAdd RXf_UNBOUNDED_QUANTIFIER and regexp->maxlen
2014-02-03 Karl WilliamsonPATCH [perl #121144]: \S, \W, etc fail for above ASCII
2014-02-02 Karl Williamson'use utf8' should imply /u regex matching
2014-01-31 Yves OrtonSimplify expression, cannot be ANCH_GPOS without being...
2014-01-31 Yves Ortonrename REG_SEEN_WHATEVER to REG_WHATEVER_SEEN to match...
2014-01-31 Karl Williamsonregcomp.c: Revert mistakenly changed line
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-29 Karl Williamsonregcomp.c: Process all POSIXes in [...] under /l
2014-01-29 Karl Williamsonregcomp.c: White-space only
2014-01-28 Karl Williamsonregcomp.c: Change a variable and flag bit names
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-28 Karl Williamsonregcomp.c: Avoid calling heavy duty functions when...
2014-01-28 Karl Williamsonregcomp.c: Nit in comments
2014-01-28 Karl Williamsonregcomp.c: Swap two else clauses for clarity.
2014-01-27 Karl WilliamsonAvoid unnecessary malformed checking
2014-01-27 Karl WilliamsonMove an inversion list generation to mktables
2014-01-22 Karl Williamsonregcomp.c: Extract out code into a separate function
2014-01-22 Karl Williamsonregcomp.c: Simplify expression
next