This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father Chrysostomospad.h: Mention ‘fake’ under PadnameOUTER
2014-11-30 Father Chrysostomospad.h: Update PadnamePV description
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:padlist_dup
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:pad_push
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:cv_clone_pad
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:do_dump_pad
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:pad_tidy
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:pad_leavemy
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:intro_my
2014-11-30 Father Chrysostomospad.c: Don’t mk temp SVs for unavailable warnings
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:S_unavailable
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:pad_check_dup
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:pad_alloc
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in pad.c:cv_undef_flags
2014-11-30 Father Chrysostomospad.c apidocs: Note the separate state for state
2014-11-30 Father ChrysostomosTeach diag.t about PNf
2014-11-30 Father ChrysostomosUse PadnameSV in op.c:newMYSUB
2014-11-30 Father ChrysostomosUse PNf rather than SVf in op.c:op_lvalue_flags
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in op.c:finalize_op
2014-11-30 Father ChrysostomosAdd ‘immortal’ pad name intrp vars
2014-11-30 Father ChrysostomosPrepare B typemap for upcoming pad name changes
2014-11-30 Father ChrysostomosIncrease $B::Showlex::VERSION to 1.05
2014-11-30 Father ChrysostomosPrepare B::Concise for upcoming pad name changes
2014-11-30 Father ChrysostomosB.pm: Clarify classes used for pad names
2014-11-30 Father ChrysostomosB.pm: Document upcoming PADLIST changes
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in dump.c:debop
2014-11-30 Father Chrysostomosperl.h: Add PNf and PNfARG
2014-11-30 Father Chrysostomosfetch_pad_names.t: Emit all test names
2014-11-30 Father Chrysostomos‘Subroutine (not var) "&x" will not stay shared’
2014-11-30 Father Chrysostomosdiag.t: Allow multiline diag_listed_as
2014-11-30 Father Chrysostomospad.c: Use UTF8f for ‘will not stay shared’
2014-11-30 Father ChrysostomosMake pad names always UTF8
2014-11-30 Father Chrysostomospad.c:padlist_dup: Remove refcnt check
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-30 Father Chrysostomospad.c: Remove encoding handling
2014-11-30 Father ChrysostomosMathomise pad_compname_type
2014-11-30 Father Chrysostomospad.h: Don’t use pad_compname_type
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in the source
2014-11-30 Father ChrysostomosFix qr/@array(?{block})/
2014-11-30 Father ChrysostomosFix newRV_noinc assertions
2014-11-30 Father ChrysostomosB::Concise: Dump regexp code blocks
2014-11-30 Steffen MuellerAttempt to bring newSViv/uv optimization to newRV
2014-11-30 Steffen MuellerRepeat newSViv optimization for newSVuv
2014-11-30 Steffen MuellerBranch predictor hint for exceptional branch
2014-11-30 Father ChrysostomosWrap long verbatim pod lines in bench.pl
2014-11-30 Father ChrysostomosExpose qr_anoncv via B::REGEXP
2014-11-30 Father ChrysostomosB.pm: Document the B::REGEXP methods
2014-11-30 Father ChrysostomosDeparse.pm: Update docs concerning lex subs
2014-11-30 Father ChrysostomosDeparse: Qualify pkg CVs that conflict w. lex CVs
2014-11-30 Father ChrysostomosDeparse lexical subs
2014-11-29 David Mitchelladd Porting/bench.pl
2014-11-29 Jarkko HietaniemiComment tweak.
2014-11-29 Jarkko HietaniemiIf neither quad nor long double, %Ld etc need to fail.
2014-11-29 Jarkko HietaniemiUse LONG_DOUBLEKIND only if HAS_LONG_DOUBLE.
2014-11-29 Jarkko HietaniemiHP-UX 10.20 has pseudo-long-double which shouldn't...
2014-11-29 Jarkko HietaniemiComment tweak.
2014-11-29 Jarkko HietaniemiUse LONG_DOUBLEKIND only if HAS_LONG_DOUBLE.
2014-11-29 Jarkko HietaniemiHP-UX 10.20 has pseudo-long-double which shouldn't...
2014-11-29 Chris 'BinGOs... Update libnet to CPAN version 3.04
2014-11-29 Chris 'BinGOs... Update libnet to CPAN version 3.03
2014-11-29 Father Chrysostomosscalar($#foo) needs to propagate lvalue context
2014-11-29 Lukas Maidefine and use STATIC_ASSERT_STMT for compile-time...
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-29 Father Chrysostomos[perl #123313] sub { f(); BEGIN{} } was void cx
2014-11-29 Father Chrysostomosop.c: Fix linux g++ compilation
2014-11-29 Lukas Maifix off-by-one error in version check
2014-11-29 Father ChrysostomosOpcode.pm: wrap long verbatim pod line
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-29 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.69
2014-11-29 Father ChrysostomosFix newFOROP with PERL_OP_PARENT and no slab
2014-11-29 Father Chrysostomosperl5220delta: Future is fixed
2014-11-28 Tony Cookext/Fcntl/Makefile.PL: Make S_IFMT unsigned
2014-11-28 Eric HermanSpeed up newSViv()
2014-11-28 Eric HermanSpeed up assigning an IV to a previously cleared SV
2014-11-28 Eric HermanRefactor bodyless-IV/NV hacks into define
2014-11-28 Steffen MuellerAdd Eric Herman to Perl AUTHORS
2014-11-27 Chris 'BinGOs... Bump Dynloader version to satisfy porting/cmp_version.t
2014-11-27 Chris 'BinGOs... Update Encode to CPAN version 2.65
2014-11-27 Jarkko HietaniemiHoist switch-local variables.
2014-11-27 Jarkko Hietaniemiswitch-local variables are a bad idea.
2014-11-27 Jarkko HietaniemiHP-UX dynaloading uses shl_t, not void ptr.
2014-11-27 Jarkko Hietaniemihv_store_ent() return value unused.
2014-11-27 Jarkko Hietaniemiprintf type-matching.
2014-11-27 Chris 'BinGOs... Update IO-Socket-IP to CPAN version 0.33
2014-11-27 Steve HayEnable POSIX::strtold() on Windows (GCC) USE_LONG_DOUBL...
2014-11-27 Chris 'BinGOs... Module-CoreList is at 5.20141120 on teh CPAN
2014-11-27 Daniel Draganallow PERL_DISABLE_PMC to be defined from anywhere
2014-11-27 Jarkko HietaniemiIf no cuserid(), s is unused.
2014-11-26 Jarkko HietaniemiRevert "Remove -std=c89/-ansi if freebsd has "inline...
2014-11-26 Chad GranumUpdate Test-Simple to alpha 079
2014-11-26 Father ChrysostomosSuppress ‘-e syntax OK’ in concise.t
2014-11-26 Father ChrysostomosMake coresub.t faster by eschewing B::Deparse
2014-11-26 Jarkko Hietaniemi[PATCH] Do not use ccstdflags with the core extensions.
2014-11-26 Karl WilliamsonPerlIO::encoding:fallback.t: White-space only
2014-11-26 Karl WilliamsonPerlIO::encoding:fallback.t: Don't use undefined sub
2014-11-26 Karl WilliamsonChange core to use is_invariant_string()
2014-11-26 Karl WilliamsonBump ext/POSIX version to 1.48
2014-11-26 Karl WilliamsonMake is_invariant_string()
2014-11-26 Karl WilliamsonImprove API pod of is_ascii_string
next