This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-07-13 Aristotle Pagaltzisperlfunc: unrearrange sysseek doc to prepare next patch
2016-07-13 David Mitchellfix removal of PL_(lex_)encoding under threads
2016-07-13 Father Chrysostomos[Merge] Remove ${^ENCODING} functionality
2016-07-13 Father Chrysostomosconcat2.t: Remove encoding test
2016-07-13 Father ChrysostomosRemove t/uni/tr_?jis.t
2016-07-13 Father ChrysostomosIncrease $encoding::VERSION to 2.17_01
2016-07-13 Father ChrysostomosUpdate t/porting/customized.dat
2016-07-13 Father ChrysostomosRemove t/uni/chr.t
2016-07-13 Father ChrysostomosDisable encoding.pm’s default mode; update docs
2016-07-13 Father ChrysostomosRemove mg.c:_get_encoding
2016-07-13 Father ChrysostomosRemove PL_(lex_)encoding and all dependent code
2016-07-13 Father ChrysostomosRemove IN_ENCODING macro, and all code dependent on it
2016-07-13 Father ChrysostomosDisable ${^ENCODING}
2016-07-13 Father ChrysostomosIncrease $encoding::warnings::VERSION to 0.13
2016-07-13 Father ChrysostomosMake encoding::warnings a no-op in 5.26
2016-07-13 Karl Williamsonregexec.c: Silence compiler warning
2016-07-13 Tony Cookdarwin was failing this test under PERLIO=stdio
2016-07-12 Lukas Maiperlfunc: clarify seek/sysseek documentation re byte...
2016-07-12 Aaron Cranepod/perldata.pod: fix tiny typo
2016-07-12 Steve HayUpgrade Test-Simple from version 1.302037 to 1.302040
2016-07-12 Steve HayUpgrade bignum from version 0.42 to 0.43
2016-07-12 Steve HayWe're in sync with XSLoader-0.22 (since ae635bbffa)
2016-07-12 Chris LambMake the build reproducible.
2016-07-12 Father Chrysostomos[perl #128597] Crash from gp_free/ckWARN_d
2016-07-11 Steffen MuellerUpdate Data::Dumper to 2.161
2016-07-11 Tony Cookmake Configure abort if both -Duselongdouble and -Duseq...
2016-07-11 Dan Collinst/re/regexp.t: Remove extra semicolons from output.
2016-07-11 Dan Collinst/re/regexp.t: Better formatting for test failures
2016-07-08 David MitchellRT #128255: Assert fail in S_sublex_done
2016-07-07 David MitchellSEGV in "Subroutine redefined" warning
2016-07-07 David Mitchellhandle magic in multideref "unit val" var names
2016-07-07 David Mitchellundeprecate hv_bucket_ratio()
2016-07-06 H.Merijn BrandMinor change after backpotinr
2016-07-06 Sébastien Aperghis... Synchronize blead with CPAN XSLoader 0.22
2016-07-05 H.Merijn Brand[perl #128538] [PATCH] Fix copy/paste error in Configure
2016-07-05 Jarkko HietaniemiThe 47918419 mistakenly made miniperl skippage uncondit...
2016-07-04 Chad GranumUpdate Test-Simple to 1.302037
2016-07-04 Father ChrysostomosFix XSLoader to recognize drive letters
2016-07-04 Sawyer XAbigail volunteered to handle January's release of...
2016-07-04 Father Chrysostomos[perl #128532] Crash vivifying stub in deleted pkg
2016-07-04 Steve HaySilence podcheck.t failure from Data-Dumper's updated...
2016-07-04 Steve HayUpgrade Data-Dumper from version 2.154 to 2.160
2016-07-04 Steve HayUpgrade Parse-CPAN-Meta from version 1.4421 to 1.4422
2016-07-03 David MitchellRevert "FREETMPS when leaving eval, even when void...
2016-07-03 Father ChrysostomosIncrease $XSLoader::VERSION to 0.22
2016-07-03 Father ChrysostomosDon’t let XSLoader load relative paths
2016-07-02 Karl Williamsonperl.h: Fix typo in comment
2016-07-02 Father Chrysostomos[perl #128508] Fix line numbers with perl -x
2016-07-02 Jarkko HietaniemiIf only miniperl, no use re for you.
2016-07-02 Jarkko HietaniemiIf only miniperl, no use utf8 for you.
2016-07-02 Jarkko HietaniemiVAX: test changes for VAX floats
2016-07-02 Jarkko HietaniemiVAX: code changes for VAX floats
2016-07-02 Jarkko HietaniemiVAX: Configure changes for VAX floats
2016-07-01 David Mitchellop_lvalue_flags(): silence compiler warning
2016-07-01 David Mitchell[MERGE] make eval scope exit free temps
2016-07-01 David MitchellFREETMPS when leaving eval, even when void/dying
2016-07-01 David Mitchelldie_unwind(): mortalise, not mortalcopy the err SV
2016-07-01 David Mitchellcx_popeval(): don't mortalise blk_eval.old_namesv
2016-07-01 David Mitchellexpand and rename S_undo_inc_then_croak()
2016-07-01 David Mitchellharmonise die_unwind, doeval_compile, leaveeval
2016-07-01 David Mitchelltidy doeval_compile()
2016-07-01 David Mitchelldoeval_compile(): remove dead code
2016-07-01 Steve HayUpgrade Time::HiRes from version 1.9734 to 1.9739
2016-07-01 Steve HayUpgrade Parse::CPAN::Meta from version 1.4417 to 1...
2016-07-01 Karl WilliamsonChange \p{foo} to mean \p{scx: foo}
2016-07-01 Karl Williamsonperlapi: Add entry for hv_bucket_ratio
2016-06-30 Craig A. BerryUse catfile, not catdir in metadata.t.
2016-06-28 Steve HayUpgrade version from version 0.9916 to 0.9917
2016-06-28 Steve HayUpgrade Test::Simple from version 1.302026 to 1.302035
2016-06-28 Steve HayWe're in sync with CPAN version 2.14
2016-06-28 Steve HayWe're closer to being in sync with XSLoader 0.20 than...
2016-06-28 Steve HayUpgrade Perl::OSType from version 1.009 to 1.010
2016-06-28 David MitchellAdd test for RT #128252
2016-06-28 Steve HayUpgrade Math::BigRat from version 0.260802 to 0.260804
2016-06-28 Steve HayUpgrade Math::BigInt::FastCalc from version 0.40 to...
2016-06-28 Steve HayUpgrade from Math::BigInt version 1.999715 to 1.999724
2016-06-28 Steve HayWe're in sync with Locale::Maketext 1.27
2016-06-28 Steve HayWe're in sync with Getopt::Long 2.49.1
2016-06-28 Steve HayUpgrade Encode from version 2.80 to 2.84
2016-06-27 David MitchellS_lvref() OP_[AH]SLICE => OP_LVREFSLICE flag issue
2016-06-27 David Mitchellpp_aelemfast: always extend stack
2016-06-27 Father Chrysostomos[perl #128478] Restore former "$foo::$bar" parsing
2016-06-27 Steve HayUpdate t/porting/customized.dat following Porting/Maint...
2016-06-27 Steve HayPorting/Maintainers.pl - version's vperl/vpp.pm is...
2016-06-27 Steve HayTest-Simple: Remove files left over from old CPAN releases
2016-06-27 Steve HayFix perlpodstyle.pod file name in Porting/Maintainers.pl
2016-06-27 Steve HayFour Pod-Checker test files have EOL differences compar...
2016-06-27 Steve HayModule-Metadata was customized by 9ec93952bf
2016-06-26 David Mitchellpp_aelemfast: skip av_fetch() for simple cases
2016-06-26 Father Chrysostomosperlunicode typo
2016-06-26 Karl WilliamsonUpdate perlunicode
2016-06-26 Karl Williamsonperlunicode: Fix mistatement
2016-06-25 Craig A. BerrySkip EUMM subdirscomplex test on VMS.
2016-06-25 Karl Williamsonperluniprops: Fix pod
2016-06-24 Lukas Maiperlnewmod: more updates
2016-06-24 Father Chrysostomos[perl #128238] Crash with non-stash in stash
2016-06-24 Father Chrysostomosstash.t: Remove tyrone::slothrop
2016-06-24 Todd RinaldoSync CPAN Locale::Maketext 1.27 with blead
2016-06-23 Father ChrysostomosFix stupid test in 9uninit
2016-06-23 Father ChrysostomosPreserve 64-bit array offsets in uninit warnings
next