This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2014-11-26 Karl WilliamsonMark is_ascii_string() as requiring looking at return...
2014-11-26 Father Chrysostomos[perl #123286] Lone C-style for in a block
2014-11-26 Father ChrysostomosCorrect OPf_SPECIAL/OP_UNSTACK comment
2014-11-25 Chris 'BinGOs... Update release manager documents for producing .xz...
2014-11-25 Father Chrysostomos[perl #77860] \& proto should disallow sub calls
2014-11-25 Father Chrysostomos[perl #47363] \@ proto and parenthesised arrays
2014-11-25 Father ChrysostomosAllow \(&sub) for & proto
2014-11-25 Chris 'BinGOs... Treat nmake the same as dmake (expand 6544e9b1a)
2014-11-25 syberRemove op_const_class; just use the name on the stack
2014-11-25 Jarkko HietaniemiRemove -std=c89/-ansi if freebsd has "inline static...
2014-11-25 Jarkko HietaniemiPrefer -std=c89 over -ansi.
2014-11-25 Jarkko HietaniemiRevert "Drop -std=c89."
2014-11-24 Karl WilliamsonPATCH [perl #123280] Turn off expected warnings in...
2014-11-24 Chris 'BinGOs... Dmake's -v means verbose not version
2014-11-24 Karl Williamsoncharnames: More fix to work on EBCDIC.
2014-11-24 Karl Williamsont/test.pl: Fix for non-ASCII platforms
2014-11-24 Karl Williamsonpp_pack.c: Make pack('U', 0x41) eq 'A'
2014-11-24 Karl Williamsonpp_pack.c: Add comment
2014-11-24 Karl WilliamsonImprove EBCDIC skip msgs in t/uni
2014-11-24 Karl Williamsont/uni/case.pl: Improve test names.
2014-11-24 Karl Williamsont/uni/case.pl: Use calculated test count
2014-11-24 Karl Williamsonlib/Unicode/UCD.t: Add missing arg to failure sprintf
2014-11-24 Karl WilliamsonMake /[\N{}-\N{}]/ match Unicodely on EBCDIC
2014-11-24 Karl Williamsontoke.c: Add comment
2014-11-24 Karl Williamsonutf8.c: Shorten long constant names, and simplify
2014-11-24 Karl Williamsonutf8.c: Was taking sizeof() wrong thing
2014-11-24 Karl Williamsonperlvar: Add info
2014-11-24 Karl Williamsoncharnames: Generalize to work on non-ASCII platforms
next