This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update B-Debug to CPAN version 1.26
[perl5.git] / pp_ctl.c
2017-12-10 Father Chrysostomos[perl #74764] Forbid ‘goto’ jumping into ‘given’
2017-12-10 Father Chrysostomospp_ctl.c: Move goto-into-foreach error
2017-11-19 Zeframfix tainting of s/// with overloaded replacement
2017-11-15 Zeframfix handling of registered warning categories
2017-11-12 Daniel Draganfix do dir returning no $!
2017-11-06 Karl WilliamsonAdd memENDPs and use it in core
2017-11-06 Karl WilliamsonUse memENDs() in core
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-10-21 Aaron Cranepp_ctl.c: simplify cpp conditionals
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-10-08 Father ChrysostomosSet PL_curstname in pp_ctl.c:doeval
2017-10-04 Nicolas Rpp_require: return earlier when module is already loaded
2017-09-04 Tony Cook(perl #131746) avoid undefined behaviour in Copy() etc
2017-08-14 Tony Cook(perl #124368) make /foo/o; /$null/ act consistently
2017-07-27 David Mitchellmake callers of SvTRUE() more efficient
2017-07-27 David Mitchelluse the new PL_sv_zero in obvious places
2017-06-22 David Mitchellargless reset(): extend stack
2017-06-05 David MitchellFREETMPS when leaving eval, even when void/dying
2017-06-01 Zeframset up catchable runloops early enough
2017-04-18 David Mitchellemit require module name err hint only when valid
2017-04-18 David Mitchellrequire die msg: only mention @INC if used
2017-04-18 David MitchellS_require_file() : simplify an else if block
2017-04-18 David Mitchellbetter comment require() source.
2017-03-31 David Mitchelltweak 'do "%s" failed' message
2017-03-14 Tony Cookwarn if do "somefile" fails when . not default in ...
2017-02-19 David Mitchellpp_formline(): revert recent buffer growth changes
2017-02-18 David Mitchellpp_formline(): add empty body to empty while loop
2017-02-18 David Mitchellpp_formline(): avoid buffer overrun
2017-02-07 Tony Cook(perl #130722) don't call SvPVX() on a glob
2017-02-04 David Mitchellpp_formline: simplify growing of PL_formtarget
2017-02-04 David Mitchellbuffer overrun with format and 'use bytes'
2017-01-23 Zeframpermit goto at top level of multicalled sub
2017-01-19 Craig A. Berrypp_ctl.c: false/true --> FALSE/TRUE
2017-01-19 Tony Cook(perl #129125) copy form data if it might be freed
2017-01-16 AbigailThere's an objection to fatalizing jumping into a const...
2017-01-16 AbigailJumping into constructs will be fatal in 5.28.
2017-01-05 Aaron CraneFix the Unicode Bug in the range operator
2016-11-28 David Mitchellcrash on explicit return from s///e
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-11-11 Lukas Maimake 'do' errors refer to 'do' (not 'require') (RT...
2016-11-01 Yves Ortonrework perl #129903 - inf recursion from use of empty...
2016-10-25 Lukas Maimake do "a\0b" fail silently instead of throwing (RT...
2016-10-20 Lukas Maipp_ctl.c: silence compiler warning about mixing (un...
2016-10-19 Yves Ortonpp_(hot|ctl).c: switch croak() to Perl_croak() for...
2016-10-19 Yves Ortonregexec.c: fix #129903: forbid empty pattern in regex...
2016-10-19 Yves Ortonpp_ctl.c: use new SvPVCLEAR and constant string friendl...
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-27 David Mitchellpp_leaveloop(): rename local vars
2016-07-29 Father Chrysostomosunimplemented_op does not implement pp_mapstart
2016-07-22 David MitchellS_pop_eval_context_maybe_croak: silence warning
2016-07-03 David MitchellRevert "FREETMPS when leaving eval, even when void...
2016-07-01 David MitchellFREETMPS when leaving eval, even when void/dying
2016-07-01 David Mitchelldie_unwind(): mortalise, not mortalcopy the err SV
2016-07-01 David Mitchellcx_popeval(): don't mortalise blk_eval.old_namesv
2016-07-01 David Mitchellexpand and rename S_undo_inc_then_croak()
2016-07-01 David Mitchellharmonise die_unwind, doeval_compile, leaveeval
2016-07-01 David Mitchelltidy doeval_compile()
2016-07-01 David Mitchelldoeval_compile(): remove dead code
2016-05-19 Father Chrysostomos[perl #128182] Fix crash with require $nonstring
2016-05-10 Nicholas ClarkValidate the 'require Bare::Word' pathname.
2016-05-10 David Mitchellreindent S_require_version()
2016-05-10 David MitchellSplit the guts of pp_require into two static fns
2016-03-30 David MitchellImprove code comments for some ctx stuff
2016-03-18 David Mitchellrename and function-ise dtrace macros
2016-02-03 David Mitchellremove dSP from a couple of pp_enter* fns
2016-02-03 David Mitchellmake gimme consistently U8
2016-02-03 David Mitchellconvert CX_{PUSH|POP}{WHEN|GIVEN} to inline fns
2016-02-03 David Mitchellconvert CX_PUSHLOOP*/POPLOOP to inline fns
2016-02-03 David Mitchellconvert CX_PUSHEVAL/POPEVAL to inline fns
2016-02-03 David Mitchellconvert CX_PUSHFORMAT/POPFORMAT to inline fns
2016-02-03 David Mitchellconvert CX_PUSHSUB/POPSUB to inline fns
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2016-02-03 David Mitchellrename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etc
2016-02-03 David Mitchelleliminate PUSH/POPBASICBLK macros
2016-02-03 David Mitchellpp_enteriter: add comment about setting cxt type
2016-02-03 David MitchellPUSHEVAL: make n param an SV rather than a string
2016-02-03 David MitchellPUSHSUB: make retop a parameter
2016-02-03 David MitchellPUSHEVAL: make retop a parameter
2016-02-03 David MitchellPUSHSUB: don't use implicit args
2016-02-03 David MitchellPUSHBLOCK: don't use implicit args
2016-02-03 David Mitchellmove PL_savestack_ix saving into PUSHBLOCK
2016-02-03 David Mitchelleliminate PERL_STACK_OVERFLOW_CHECK
2016-02-03 David Mitchellrename POPFOO() to CX_POPFOO()
2016-02-03 David Mitchellpp_redo()): reorder some stuff
2016-02-03 David Mitchelloptimise bare 'next'
2016-02-03 David Mitchellmake S_unwind_loop static again
2016-02-03 David MitchellS_unwind_loop(): remove opname param
2016-02-03 David MitchellS_unwind_loop(): return pointer rather than index
2016-02-03 David Mitchelldounwind(): do a POPBLOCK for final cx frame.
2016-02-03 David Mitchellpp_break(): don't use TOPBLOCK
2016-02-03 David Mitchellonly set CXp_FOR_DEF with CXp_FOR_GV
2016-02-03 David Mitchellgive POP_SAVEARRAY() macro a cx arg
2016-02-03 David Mitchellclarify code comment in pp_goto(()
2016-02-03 David Mitchellfix *_ = "" for 0 .. 1;
2016-02-03 David Mitchellpp_enteriter: use efficient SvREFCNT_inc variant
2016-02-03 David Mitchellprovide some basic documentation for Perl_dounwind
2016-02-03 David Mitchellpp_ctl.c: s/newsp/oldsp/g
2016-02-03 David Mitchellreplace leave_common() with leave_adjust_stacks()
next