This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Mention sv_gets as the Perl-ish fgets-ish API.
[perl5.git] / regexec.c
2014-07-29 Jarkko HietaniemiMove return false out of switch default.
2014-07-29 Jarkko HietaniemiNOTREACHED goes at/in the unreachable, not after it.
2014-07-29 Jarkko HietaniemiNegatives as UVs: sign-extension intentional, add cast.
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-06-30 Jarkko HietaniemiAssert before deref due to possible NULL.
2014-06-28 Jarkko HietaniemiGuard cur_curlyx at least with an assert.
2014-06-27 Karl Williamsonregexec.c: Move some macro definitions around
2014-06-27 Karl WilliamsonPATCH: [perl #122090] Non-word-boundary doesn't match EOS
2014-06-27 Karl Williamsonregexec.c: Comments and white-space only
2014-06-27 Karl Williamsonregexec.c: Exchange 2 lines of code and add comments
2014-06-27 Karl Williamsonregexec.c: More cleaning of FBC macro/code interface
2014-06-27 Karl Williamsonregexec.c: Clean up macro/code interface slightly
2014-06-27 Karl Williamsonregexec.c: Change names of 4 macros
2014-06-27 Karl Williamsonregexec.c: Change MiXeD cAsE formal macro parameters
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-16 Jarkko HietaniemiDo not printf U32 and I32 (both) as %i.
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-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-05-30 Karl Williamsonregexec.c: Eliminate a malloc/free
2014-05-30 Karl Williamsonregcomp.c, regexec.c: Move common code to a function
2014-05-30 Karl Williamsonregexec.c: Fix some EBCDIC problems
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 HietaniemiOff-by-one in PL_fold_locale use.
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-03-24 David Mitchell[perl #121484] /m causing false negative
2014-03-19 David Mitchellre_intuit_start(): move comments abut IMPLICIT
2014-03-19 David Mitchellre_intuit_start(): don't unset MBOL on uselessness
2014-03-19 David Mitchellre_intuit_start(): change definition of ml_anch
2014-03-19 David Mitchellre_intuit_start(): check for IMPLICIT in abs anch
2014-03-19 David Mitchellre_intuit_start(): check for IMPLICIT in stclass
2014-03-19 David Mitchellre_intuit_start(): use better limit on anch float
2014-03-19 David Mitchellre_intuit_start(): do 'not at start' check on BOL
2014-03-19 David Mitchellre_intuit_start(): reduce scope of /^...$/m test
2014-03-19 David Mitchellre_intuit_start(): change !ml_anch debugging msg
2014-03-19 David Mitchellre_intuit_start(): don't set ml_anch on BOL
2014-03-16 David Mitchellre_intuit_start(): re-comment head of function
2014-03-16 David Mitchellre_intuit_start(): indent rest of check block
2014-03-16 David Mitchellre_intuit_start(): add some general comments
2014-03-16 David Mitchellre_intuit_start(): update comments in BmUSEFUL blk
2014-03-16 David Mitchellre_intuit_start(): update comments in stclass code
2014-03-16 David Mitchellre_intuit_start(): improve main terminating cond
2014-03-16 David Mitchellre_intuit_start(): update stclass code comments
2014-03-16 David Mitchellre_intuit_start(): remove an obsolete assert.
2014-03-16 David Mitchellre_intuit_start(): fix byte/char calculation err
2014-03-16 David Mitchellre_intuit_start(): eliminate checked_upto var
2014-03-16 David Mitchellre_intuit_start(): fix a comment about overlap
2014-03-16 David Mitchellre_intuit_start(): trivial reorg of stclass code
2014-03-16 David Mitchellre_intuit_start(): always initialise start_shift
2014-03-16 David Mitchellre_intuit_start(): swap BmUSEFUL + stclass blocks
2014-03-16 David Mitchellre_intuit_start(): de-duplicate condition
2014-03-16 David Mitchellre_intuit_start(): swap two blocks, delete label
2014-03-16 David Mitchellre_intuit_start(): swap another if/else block
2014-03-16 David Mitchellre_intuit_start(): remove redundant assertion
2014-03-16 David Mitchellre_intuit_start(): swap another if/else block
2014-03-16 David Mitchellre_intuit_start(): swap if/else blocks
2014-03-16 David Mitchellre_intuit_start(): eliminate one label
2014-03-16 David Mitchellre_intuit_start(): eliminate debug-only var
2014-03-16 David Mitchellre_intuit_start(): eliminate t from stclass code
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
next