This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-02-07 Jarkko HietaniemiLexical scoping in case statement is tricky.
2016-02-07 Jarkko Hietaniemiassert() that itersvp is non-NULL.
2016-02-06 David Mitchellpp_enter: calculate gimme earlier in XS branch
2016-02-06 Craig A. Berryperldelta: recent %ENV changes on VMS.
2016-02-06 Craig A. Berryperldelta for podlators update.
2016-02-05 Craig A. BerryIntegrate podlators 4.06.
2016-02-05 Jarkko HietaniemicmpVERSION STDERR messages for test failures.
2016-02-04 Craig A. BerryDo environ key case consistently on VMS.
2016-02-04 Jarkko HietaniemiCast away Solaris Studio 12.3 warning.
2016-02-04 Jarkko HietaniemiOpenBSD does not do si_uid with sigaction().
2016-02-04 Tony Cookperldelta the fix for [perl #126621]
2016-02-04 Jarkko HietaniemiPOSIX version bump.
2016-02-04 Jarkko HietaniemiWe're against contractions.
2016-02-04 Jarkko HietaniemiOddly placed unused decls for fma() and the gamma funcs.
2016-02-03 Karl Williamsonperldelta, perlguts: Fix typos
2016-02-03 Karl Williamsonperlapi: Clarify that a literal string must end in...
2016-02-03 Karl Williamsonpodcheck.t: regen db for overlong verbatim lines
2016-02-03 Karl Williamsonperlguts: Make verbatim lines fit in 79 cols
2016-02-03 Karl Williamsonperldelta: Make verbatim line fit in 79 columns
2016-02-03 Karl Williamsonre/uniprops: Fix EBCDIC issue
2016-02-03 Karl Williamsonregexec.c: Refactor \b{sb} handling
2016-02-03 Karl Williamsonregexec.c: Fix comment, white-space
2016-02-03 Karl WilliamsonUse table lookup for qr/\b{wb}/
2016-02-03 David MitchellAdd support for bison 3.0
2016-02-03 David Mitchelladd perldelta entry for context stack work
2016-02-03 Jarkko HietaniemiAdditional hexfp %a tests inspired by c95ea682.
2016-02-03 David Mitchell[MERGE] revamp context system
2016-02-03 David Mitchellremove dSP from a couple of pp_enter* fns
2016-02-03 David Mitchellleave_adjust_stacks() fix some code comments
2016-02-03 David Mitchellleave_adjust_stacks(): avoid accessing random tmps
2016-02-03 David Mitchellmake gimme consistently U8
2016-02-03 David Mitchellfix -DPERL_GLOBAL_STRUCT_PRIVATE
2016-02-03 David Mitchellperlfunc: say what block types 'return' recognises
2016-02-03 David Mitchellperlguts: add section on context stack
2016-02-03 David Mitchellfix cx_dup for CXt_LOOP_PLAIN
2016-02-03 David MitchellMULTICALL *shouldn't* clear savestack
2016-02-03 David Mitchelladd blk_old_tmpsfloor shortcut
2016-02-03 David MitchelldMULTICALL: remove unused vars
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 Mitchelladd a few grep and map benchmarks
2016-02-03 David Mitchelloffset PL_savestack_max by SS_MAXPUSH
2016-02-03 David Mitchelladd SAVEt_TMPSFLOOR save type and Perl_savetmps()
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 Mitchellconsolidate common code in PUSHLOOP_FOR,_PLAIN
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 MitchellPUSHFORMAT: don't use implicit args
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 MitchellPUSH_MULTICALL: use SAVEOP()
2016-02-03 David Mitchelleliminate PERL_STACK_OVERFLOW_CHECK
2016-02-03 David Mitchellsort compare subs: don't do unnecessary scope work
2016-02-03 David MitchellMULTICALL should clear scope after each call
2016-02-03 David MitchellDocument CxLVAL()
2016-02-03 David MitchellCX_POPFOO(): assert cx is of the right type
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 Mitchellfactor out common actions in TOPBLOCK and POPBLOCK
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 Mitchelltweak POPLOOP and CXt_LOOP_* order
2016-02-03 David Mitchellfix CxFOREACH
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 MitchellAPItest.xs: fixup clone_with_stack()
2016-02-03 David Mitchellfixup cx_dup()
2016-02-03 David Mitchellpp_iter: optimise integer setting in for (1..10) {}
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 MitchellTOPBLOCK: make comment clear its used by goto too
2016-02-03 David MitchellPOPSUB_ARGS: move a code comment to the right line
2016-02-03 David Mitchellpp_ctl.c: s/newsp/oldsp/g
2016-02-03 David Mitchellreplace leave_common() with leave_adjust_stacks()
2016-02-03 David Mitchellmake pp_return() use leave_adjust_stacks()
2016-02-03 David Mitchellmake pp_leavesublv use S_leavesub_adjust_stacks()
2016-02-03 David Mitchellpp_leavesublv(): document PL_sv_undef exception
2016-02-03 David Mitchellpp_leavesublv(): croak on *all* PADTMPs
2016-02-03 David Mitchellpp_leavesub(): call FREETMPS and optimise
2016-02-03 David Mitchellmove SET_SVANY_FOR_BODYLESS_IV() from sv.c to sv.h
2016-02-03 David MitchellPerl_runops_debug(): do FREETMPS
2016-02-03 David Mitchelloptimise sv_setsv_flags()
2016-02-03 David Mitchellintrvar.h: document PL_tmps_max
2016-02-03 David Mitchellpp_leavesub: reset SP in void context
2016-02-03 David MitchellPerl_free_tmps(): don't test for PL_sv_undef
2016-02-03 David Mitchellrestore PL_tmps_floor on exit
next