This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-02-09 Sawyer XRemove outdated task in release:
2016-02-09 Tom HukinsTime::HiRes moved from "cpan" to "dist" in 91ba54
2016-02-09 Karl Williamsonlocale.c: Improve -DL debug info
2016-02-09 Ricardo Signesmove Time-HiRes from cpan to dist
2016-02-08 Tony Cookperldelta for 27895dda8085, ac3b837b9e1b, f05081b8ef22...
2016-02-08 Tony Cook[perl #124387] call AUTOLOAD when DESTROY isn't defined
2016-02-08 Tony Cook[perl #124387] TODO test for AUTOLOAD on DESTROY
2016-02-08 Tony Cook[perl #126410] keep the DESTROY cache in mro_meta
2016-02-08 Todd RinaldoDocument broken SvSTASH for %version:: in B's test...
2016-02-07 Tony Cookperldelta for 071db91b12fc
2016-02-07 Tony Cookadd Pip Cet to AUTHORS
2016-02-07 Pip Cet[perl #127474] fix operator precedence when (castflags...
2016-02-07 Jarkko HietaniemiStorable version bump.
2016-02-07 Jarkko HietaniemiPOSIX version bump.
2016-02-07 Jarkko HietaniemiPOSIX: strcmp NE strEQ().
2016-02-07 Jarkko HietaniemiPOSIX: Check fds against negatives.
2016-02-07 Jarkko HietaniemiPOSIX: Check signal numbers against negatives.
2016-02-07 Jarkko HietaniemiStorable: Own ASSERT or no, we want to assert(prev).
2016-02-07 Jarkko HietaniemiXS-APItest: Length cannot be negative.
2016-02-07 Jarkko HietaniemiODBM_File: Avoid TOCTOU and using negative returns.
2016-02-07 Jarkko HietaniemiAdd missing break in switch.
2016-02-07 Jarkko HietaniemiAdd missing break in switch.
2016-02-07 Jarkko Hietaniemiassert(PL_parser)
2016-02-07 Jarkko HietaniemiAssert no bad array access.
2016-02-07 Jarkko HietaniemiDo not try to fchown() to uid -1 and gid -1.
2016-02-07 Jarkko HietaniemiCheck against negative uid/gid for fchown().
2016-02-07 Jarkko Hietaniemiassert(cv) before doing CvROOT(cv)
2016-02-07 Jarkko HietaniemiCheck for invlist_search() returning negative array...
2016-02-07 Jarkko HietaniemiIf not using smallbuf and len > sizeof(d_name), Move...
2016-02-07 Jarkko HietaniemiWhitespace only: zap empty lines.
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
next