This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add my epigraph, tick 5.21.9 release
[perl5.git] / regexec.c
2014-03-16 David Mitchellre_intuit_start(): reduce use of s in stclass code
2014-03-16 David Mitchellre_intuit_start(): remove if(check)
2014-03-16 David Mitchellre_intuit_start(): use check_ix for efficiency
2014-03-16 David Mitchellre_intuit_start(): stclass: use rx_origin more
2014-03-02 Karl WilliamsonRevert most of 3a8bbffbce: Avoid unnecessary malformed...
2014-02-28 David MitchellS_regmatch(): merge BOL and SBOL branches
2014-02-27 David Mitchelldon't set SvPADTMP() on PADGV's
2014-02-24 Yves Ortonfix RT #121299 - Inconsistent behavior with backreferen...
2014-02-24 Yves OrtonImprove how regprop dumps REF-like nodes during execution
2014-02-20 Craig A. BerryOnly define Perl__get_regclass_nonbitmap_data once.
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-19 Karl WilliamsonMake taint checking regex compile time instead of runtime
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 Williamsonregexec.c: Rename function, add parameter, make non...
2014-02-19 Karl Williamsonregexec.c: Add some checks
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-16 Karl WilliamsonRevert "Free up bit for regex ANYOF nodes"
2014-02-16 Karl WilliamsonFree up bit for regex ANYOF nodes
2014-02-14 David Mitchellre_intuit_start(): fix SEGV in /^../m code
2014-02-12 Karl Williamsonregexec.c, locale.c: Silence some compiler warnings
2014-02-08 David Mitchellre_intuit_start(): add comments about check_ix
2014-02-08 David Mitchellre_intuit_start(): assert fixed+float dont overlap
2014-02-08 David Mitchellre_intuit_start(): in MBOL block, eliminate t var
2014-02-08 David Mitchellre_intuit_start(): MBOL use char for float max
2014-02-08 David Mitchellre_intuit_start(): MBOL limit in chars not bytes
2014-02-08 David Mitchellre_intuit_start(): remove other_last = rx_origin
2014-02-08 David Mitchellre_intuit_start(): don't decrease other_last
2014-02-08 David Mitchellre_intuit_start(): make assert unconditional
2014-02-08 David Mitchellre_intuit_start(): update comments in /^../m block
2014-02-08 David Mitchellre_intuit_start(): use memchr() to find \n
2014-02-08 David Mitchellre_intuit_start(): s/i_strpos/strpos/g
2014-02-08 David Mitchellre_intuit_start(): keep strpos constant
2014-02-08 David Mitchellre_intuit_start(): re-indent code
2014-02-08 David Mitchellre_intuit_start(): move label after var decls
2014-02-08 David Mitchellre_intuit_start(): unconditionally init other_last
2014-02-08 David Mitchellre_intuit_start(): don't decrease rx_origin
2014-02-08 David Mitchellre_intuit_start(): format a ?: expression better
2014-02-08 David Mitchellre_intuit_start(): remove obsolete comment
2014-02-08 David Mitchellre_intuit_start(): eliminate s as func-wide var
2014-02-08 David Mitchellre_intuit_start(): pass rx_origin in/out stclass
2014-02-08 David Mitchellre_intuit_start(): localise 's' in abs anch branch
2014-02-08 David Mitchellre_intuit_start(): simplify the /^.../m condition
2014-02-08 David Mitchellre_intuit_start(): re-indent block after last mod
2014-02-08 David Mitchellre_intuit_start(): rearrange /^/m code
2014-02-08 David Mitchellre_intuit_start(): remove redundant assignment
2014-02-08 David Mitchellre_intuit_start(): give "other" block it's own 's'
2014-02-08 David Mitchellre_intuit_start(): eliminate 's' from "check" code
2014-02-08 David Mitchellre_intuit_start(): eliminate saved_s var
2014-02-08 David Mitchellre_intuit_start(): localise t
2014-02-08 David Mitchellre_intuit_start(): remove try_at_* labels
2014-02-08 David Mitchellre_intuit_start(): simplify check-only origin test
2014-02-08 David Mitchellre_intuit_start(): merge anch and float "other"
2014-02-08 David Mitchellre_intuit_start(): calc fbm_instr() end in bytes
2014-02-08 David Mitchellre_intuit_start(): move a line of code earlier
2014-02-08 David Mitchellre_intuit_start(): re-indent after brace removal
2014-02-08 David Mitchellre_intuit_start(): move do_other_anchored label up
2014-02-08 David Mitchellre_intuit_start(): reduce use of *_offset macros
2014-02-08 David Mitchellre_intuit_start(): harmonise other_last++
2014-02-08 David Mitchellre_intuit_start(): simplify other=anchored block
2014-02-07 David Mitchellre_intuit_start(): add tmp assertion
2014-02-07 David Mitchellre_intuit_start(): fixup some code comments
2014-02-07 David Mitchellre_intuit_start(): update rx_origin after check
2014-02-07 David Mitchellregex substrs: record index of check substr
2014-02-07 David Mitchellre_intuit_start(): use the rx_origin var more
2014-02-07 David Mitchellre_intuit_start(): introduce rx_origin var
2014-02-07 David Mitchellre_intuit_start(): use different var for tmp value
2014-02-07 David Mitchellre_intuit_start(): substr SV cannot be undef
2014-02-07 David Mitchellre_intuit_start(): simplify fixed offset_max code
2014-02-07 David Mitchellre_intuit_start(): thinko from a few commits ago
2014-02-07 David MitchellPerl_regexec_flags(): use HOP4c in another place
2014-02-07 David Mitchellre_intuit_start(): bias last* vars; revive reghop4
2014-02-07 David Mitchellre_intuit_start(): add some more code comments
2014-02-07 David Mitchellre_intuit_start(): delete srch_(start|end)_shift
2014-02-07 David Mitchellre_intuit_start(): assert substr offsets are >= 0.
2014-02-07 David Mitchellre_intuit_start(): fix another utf8 slowdown
2014-02-07 David Mitchellre_intuit_start(): document floating code better
2014-02-07 David Mitchellre_intuit_start(): add more debugging output
2014-02-07 David Mitchellre_intuit_start(): simplify ml_anch evaluation
2014-02-07 David Mitchelleliminate RXf_ANCH_SINGLE
2014-02-07 David Mitchellre_intuit_start(): add comments to a block of code
2014-02-07 David Mitchellre_intuit_start(): refactor an if/else block
2014-02-07 David Mitchellre_intuit_start(): rationalise ml_anch var
2014-02-07 David Mitchellre_intuit_start(); eliminate max_shift var
2014-02-07 David Mitchellre_intuit_start(): merge two similar code branches
2014-02-07 David Mitchellre_intuit_start(): factor out some common code
2014-02-07 David MitchellRT#120692 slow intuit with long utf8 strings
2014-02-07 David Mitchellre_intuit_start(): re-indent a block of code
2014-01-31 Yves Ortonsimplify redundant part of PREGf_ANCH_GPOS test
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-29 Father ChrysostomosFix crash with (??{undef *^R}) and (?{})
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-28 Karl WilliamsonRename an internal flag
2014-01-27 Karl WilliamsonTaint more operands with case changes
2014-01-27 Karl WilliamsonAvoid unnecessary malformed checking
2014-01-25 Yves Ortonresolve bug 121070 - preserve $^R after successful...
next