This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-12-03 Craig A. BerryEliminate eliminate_macros and fixpath.
2014-12-03 David Mitchellreduce stderr noise in build
2014-12-03 David MitchellStop test suite filling /tmp
2014-12-03 Daniel Draganpp_eof: a new SV can't have setmagic
2014-12-03 Tony Cookperldelta for faa5d6ec871c
2014-12-03 Tony Cook[perl #122635] avoid turning a leading // into / on...
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-12-03 Tony Cook[perl #123063] allow assert() to be used as an expression
2014-12-02 Tony CookTARG slots have no name, and produced undefined value...
2014-12-02 Father ChrysostomosAdd James Raspass to AUTHORS
2014-12-02 Father ChrysostomosIncrease $strict::VERSION to 1.09
2014-12-02 James RaspassOptimise strict.pm for the common case
2014-12-02 Father Chrysostomospad.h: Use PERL_PADNAME_MINIMAL by default
2014-12-02 Father Chrysostomosperl5220delta: Want 0.24 has been released
2014-12-02 Father ChrysostomosAdd B::PMOP::pmregexp
2014-12-02 Father Chrysostomosb.t: Move a test
2014-12-02 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.04
2014-12-02 Matthew Horsfall... Upgrade Devel::PPPort from 3.24 to 3.25
2014-12-02 Aristotle Pagaltzisperlfunc: document immediate stricture effect of "our"
2014-12-02 Jarkko HietaniemiShow elapsed wallclock time in t/TEST.
2014-12-02 Father Chrysostomosbench.pl: Load IO::File explicitly
2014-12-02 Father Chrysostomosbench.pl: Correct optional = in pod synopsis
2014-12-01 Tony Cookfix g++ builds: conversions from void * need a cast
2014-12-01 David MitchellPorting/bench.pl: handle perl select with --write
2014-12-01 Lukas Maiuse more STATIC_ASSERT
2014-12-01 Daniel Draganfix segv for psudofork duping of SAVEt_GP_ALIASED_SV
2014-12-01 Petr Písařt/op/taint.t: Perform SHA-256 algorithm by crypt()...
2014-12-01 Lukas Maimake link->copy fallback work again [#123141]
2014-12-01 Sullivan Beck[PATCH] Bump Locale-Codes from 3.32 to 3.33
2014-12-01 David Mitchellbench.pl: improve single-field formatting
2014-12-01 Steffen MuellerMore branch prediction hints for sv_setsv_flags
2014-12-01 Steffen MuellerComment clarification for NULL => IV sv_setsv_flags...
2014-12-01 Father ChrysostomosTell known_pod_issues.dat about Want.pm
2014-12-01 Father Chrysostomosperl5220delta: Mention Want 0.23
2014-12-01 Father Chrysostomosop.c: Fix compiler warning
2014-12-01 Father ChrysostomosUpdate B::Showlex docs
2014-12-01 Father ChrysostomosFix assertion failure with qr/\Q(?{})/
2014-12-01 Jim Cromiepp.c: dont work around glibc 2.2.5 _moddi3 bugs past 2.7
2014-11-30 Daniel Draganfix incomplete mathoming of Perl_pad_compname_type
2014-11-30 Father Chrysostomos[Merge] Inflict PADNAMEs on everyone
2014-11-30 Father ChrysostomosMinimise the size of padname + string buffer
2014-11-30 Father ChrysostomosRemove proto magic type
2014-11-30 Father Chrysostomospad.c: Various doc updates
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.
next