This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
taint.t: Fix skip count
[perl5.git] / pp_ctl.c
2014-08-10 Father ChrysostomosMake ‘require $tied_undef’ behave consistently
2014-07-30 Yves Ortonmake "require" handle no argument more gracefully,...
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-07-02 David Mitchells///e on tainted utf8 strings got pos() messed up
2014-06-25 Jarkko HietaniemiFollow-up to 51f14a05: not ignoring my_snprintf return...
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-25 Jarkko HietaniemiUnused snprintf results noticed by clang in Linux.
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 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 Jarkko HietaniemiRemove MAD.
2014-06-12 Dagfinn Ilmari Man... Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")
2014-06-12 Daniel DraganSvREFCNT_dec_NN in pp_require
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko HietaniemiStrengthen the ix zero min-clamping to panic.
2014-05-29 Jarkko HietaniemiMax size of the flop operator range.
2014-05-28 Jarkko HietaniemiAnnotate intentional case fallthrough, or add breaks.
2014-04-13 Tony Cook[perl #120998] avoid caller() crashing on eval '' stack...
2014-04-07 Matthew Horsfall... RT-121512 - Allow -I/dir/ with trailing slash to find...
2014-03-10 Daniel Draganremove a redundant SvTIED_mg from S_do_smartmatch
2014-02-27 David Mitchelldon't set SvPADTMP() on PADGV's
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-01-19 Father Chrysostomos[perl #119949] Stop undef *_, goto &sub from crashing
2014-01-12 Father Chrysostomospp_ctl.c:pp_require: Remove redundant VMS null checks
2014-01-11 Father ChrysostomosFix require’s get-magic handling for @INC elements
2014-01-04 Karl WilliamsonUse new macros to make sure LC_NUMERIC is correctly set
2014-01-04 Father Chrysostomos[perl #120657] Fix require PADTMP when @INC=(sub{}...
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-26 Father ChrysostomosRevert "[perl #119801] Stop @DB::dbline modifications...
2013-12-22 Father Chrysostomos[perl #119801] Stop @DB::dbline modifications from...
2013-11-30 Father ChrysostomosAllow PADTMPs’ strings to be swiped
2013-11-30 David Mitchellsilence -Wformat-nonliteral in pp_formline
2013-11-30 David Mitchellrevert pp_formline -Wformat-nonliteral fix
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-11 David Mitchellfix chop formats with non PV vars
2013-11-11 David Mitchellpp_formline(): document switch cases
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosFix &CORE::exit/die under vmsish "hushed"
2013-10-29 David Mitchell'$! = EACCESS; require ...' could fail
2013-10-24 Father ChrysostomosFix bare blocks in lvalue subs
2013-10-24 Father Chrysostomos[perl #119797] Fix if/else in lvalue sub
2013-10-04 Nicholas ClarkRemove unused variable 'mark' from pp_last.
2013-09-21 Brian FraserRemoved the ifdefs for INCOMPLETE_TAINTS
2013-09-20 Father Chrysostomos[perl #3112] Stop last from returning values
2013-09-20 Father ChrysostomosDon’t free initial src from @INC sub too early
2013-09-17 Craig A. BerryEarlier safety check for @INC entry in pp_require.
2013-09-10 Father Chrysostomospp_ctl.c:pp_goto: Cast a boolean properly
2013-09-09 Father ChrysostomosMake &xsub and goto &xsub work with tied @_
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-09-07 Father ChrysostomosAllow 64-bit array and stack offsets in entersub &...
2013-09-07 Father ChrysostomosStop &xsub and goto &xsub from crashing on undef *_
2013-09-06 David Mitchellpp_goto: document the different branches
2013-09-06 Father ChrysostomosPut AV defelem creation code in one place
2013-09-06 Father ChrysostomosUse defelems for (goto) &xsub calls
2013-09-01 Father Chrysostomos[perl #115768] improve (caller)[2] line numbers
2013-08-29 Karl Williamsonpp_ctl.c: Use isCNTRL instead of hard-coded mask
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father Chrysostomospp_ctl.c:pp_flop: Avoid redundant SvNV calls
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosCroak when range tries to extend stack too far
2013-08-11 Father Chrysostomospp_ctl.c:S_run_user_filter: remove GMAGICAL check
2013-08-11 Father ChrysostomosHandle magical return values from @INC filter
2013-08-11 Father ChrysostomosSetting $_ to multiline glob in @INC filter
2013-08-11 Father ChrysostomosTying $_ in @INC filter
2013-08-11 Father ChrysostomosHandle non-PV $_ in @INC filters
2013-08-10 Father ChrysostomosAvoid assert fail with s// $target = \3 /e
2013-08-06 David Mitchellreparse compile-time /(?{})/ in right scope
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-07-28 David Mitchellregexec: handle \G ourself, rather than in callers
2013-07-28 Yves Ortonfix 114884 positive GPOS lookbehind regex substitution...
2013-07-26 Father Chrysostomos[perl #78194] Make grep/map copy pad tmps
2013-07-16 Father Chrysostomos[perl #77814] Make defelems propagate pos
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-26 Karl WilliamsonRevert "Use UTF8f in more places"
2013-06-23 Father ChrysostomosUse UTF8f in more places
2013-06-23 Father ChrysostomosCopy scalar refs returned from @INC filters
2013-06-08 Father Chrysostomos[perl #117941] eval crashes when current stash is freed
2013-06-04 Tony Cook[perl #115112] avoid repeated calls to path_is_absolute...
2013-06-02 David Mitchellstop callers of rex engine using RX_MATCH_UTF8_set
2013-05-11 Niko TyniFix -Wformat-security issues
2013-05-09 Nicholas ClarkRemove PERL_ASYNC_CHECK() from Perl_leave_scope().
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
2013-04-24 David Mitchellmake qr/(?{ __SUB__ })/ safe
2013-04-24 David Mitchellfix caller with re_evals.
2013-04-24 Zeframmove Perl_ck_warner() before unwind [perl #113794]
2013-04-12 David Mitchellfix runtime /(?{})/ with overload::constant qr
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 1
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-06 Steffen MuellerExtremely minor pp_goto optimization
2013-02-10 Matthew Horsfall... RT-116192 - If a directory in @INC already has a traili...
2013-01-07 Karl Williamsonpp_ctl.c: Silence compiler warning.
next