This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-08-13 Father Chrysostomos[perl #46947] Parse method-BLOCK arguments as a term
2014-08-12 David Mitchellfix fix for stat.t on win32
2014-08-12 David Mitchellop/.stat.t: fix race condition
2014-08-11 Karl Williamsont/run/locale.t: Improve skip message
2014-08-11 Karl WilliamsonPATCH: [perl #121930] Bleadperl breaks MDOOTSON/Wx
2014-08-10 Tony Cookperldelta for 2806bfd899e5, 3969ff3f8e4b
2014-08-10 Tony Cook[perl #122107] ensure that BEGIN blocks with errors...
2014-08-10 Tony Cook[perl #122107] test that BEGIN blocks with errors don...
2014-08-10 Father Chrysostomos[perl #122498] Odd error message from m/(?(??{}))/
2014-08-10 Father ChrysostomosMake ‘require $tied_undef’ behave consistently
2014-08-10 Father ChrysostomosAlphabetise perldiag
2014-08-10 Father Chrysostomosperldiag: rewrap for better splain output; clarifications
2014-08-09 Brian FraserExtUtils::CBuilder: On Android, link to both -lperl...
2014-08-08 Craig A. BerryRemove dead VMS code from ext/Sys-Hostname/Hostname.xs.
2014-08-08 Karl Williamsonregcomp.c: White space only
2014-08-08 Karl WilliamsonPATCH: [perl #122460] Regression with (?{})(?=...)...
2014-08-08 Craig A. BerryReverse order of environ tables under bash on VMS.
2014-08-08 Chris 'BinGOs... Update ExtUtils-Manifest to CPAN version 1.65
2014-08-08 Chris 'BinGOs... Move ExtUtils-Install to cpan/
2014-08-08 Craig A. Berrygetenv() failed lookup need not set errno on VMS.
2014-08-07 Chris 'BinGOs... Move ExtUtils-Manifest to cpan/
2014-08-07 Chris 'BinGOs... Move ExtUtils-Command to cpan/
2014-08-06 Rafael Garcia... Documentation typo fix
2014-08-06 Yves OrtonAdd MurmurHash64A and MurmurHash64B to hv_func.h
2014-08-05 Jarkko HietaniemiSun c99 needs -Xa for many system interfaces.
2014-08-05 Jarkko HietaniemiSun c99 doesn't like bare -O.
2014-08-05 Jarkko HietaniemiSun c99 ccversion.
2014-08-05 Jarkko HietaniemiNewer Sun C compilers are not 'SUNwspro', but 'solstudio'.
2014-08-05 Karl Williamsont/run/locale.t: Skip environment test on Win32
2014-08-05 Chris 'BinGOs... Update B-Debug to CPAN version 1.21
2014-08-05 Rafael Garcia... Add syber to AUTHORS
2014-08-05 Rafael Garcia... Regenerate local Safe MANIFEST
2014-08-05 Rafael Garcia... Fix MANIFEST and Safe's changelog
2014-08-05 syberCritical bugfix in module Safe (Opcode). Version increa...
2014-08-05 Tony Cook[perl #121404] tied hashes are different
2014-08-04 Andy DoughertyFix hint typo: No leading underscore in PERL_USE_SAFE_P...
2014-08-04 Chris 'BinGOs... Update perlfaq to CPAN version 5.0150045
2014-08-03 Aaron CraneUpdate B-Debug to CPAN version 1.20
2014-08-02 H.Merijn BrandUpdate Config::Perl::V to version 0.22
2014-08-01 Karl Williamsonregcomp.c: Don't read outside array bound
2014-08-01 Aaron CraneFix bug in inlining some CORE::* subs
2014-08-01 Aaron Cranet/op/coresubs.t: factor out an internal routine
2014-08-01 H.Merijn BrandTest file had been renamed. remove old cruft
2014-08-01 H.Merijn BrandSync Config::Perl::V to version 0.21
2014-08-01 H.Merijn Brandadd --help to Porting/sync-with-cpan
2014-08-01 Chris 'BinGOs... Update CPAN-Meta-Requirements to CPAN version 2.126
2014-08-01 James E KeenanCorrect double mention of winpid_to_pid.
2014-07-30 Rafael Garcia... Avoid pack/unpack to produce the binary form of a utf8...
2014-07-30 Rafael Garcia... Fix tabs in MANIFEST
2014-07-30 Yves Ortonmake "require" handle no argument more gracefully,...
2014-07-30 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.047
2014-07-30 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.142060
2014-07-30 Chris 'BinGOs... Sync Module-CoreList version after CPAN release
2014-07-29 Jarkko HietaniemiMention sv_gets as the Perl-ish fgets-ish API.
2014-07-29 Jarkko HietaniemiAdd atol, atoll, strtoq to avoidables.
2014-07-29 Jarkko HietaniemiAdd system to avoidables.
2014-07-29 Jarkko Hietaniemigrok_atou() is UV now, not Size_t.
2014-07-29 Jarkko HietaniemiMove return false out of switch default.
2014-07-29 Jarkko HietaniemiNOTREACHED goes at/in the unreachable, not after it.
2014-07-29 Jarkko HietaniemiNegatives as UVs: sign-extension intentional, add cast.
2014-07-29 Jarkko HietaniemiRevert part of b844a53a to fix ./perl -Ilib t/io/fs.t
2014-07-28 Jarkko HietaniemiSkip ext/GDBM_File/t/fatal.t in Darwin, too flaky.
2014-07-28 Tony Cookavoid passing large backreference numbers back as negat...
2014-07-28 Tony Cookspell "SSize_t" correctly
2014-07-28 Jarkko Hietaniemireadlink() result buffer is not zero-terminated.
2014-07-27 Lukas MaiPOSIX.pod: Document correct redirect for 'atexit'.
2014-07-26 H.Merijn BrandSimplify cppsym dash problem
2014-07-25 Karl Williamsonutf8.c: Use slightly more efficient macro
2014-07-25 Karl Williamsonperlop: Update to reflect 5.20 changes
2014-07-25 Karl Williamsonperlop: Nits
2014-07-25 Karl Williamsonperlop: Update text to reflect code changes
2014-07-25 Andy DoughertyOnly use setenv() on Solaris if it is available.
2014-07-25 Brian FraserConfigure: Handle hyphens when searching cpp symbols
2014-07-25 Brian FraserConfigure: Discard errors when testing for less -R
2014-07-25 Brian Frasert/op/taint.t: Accommodate for systems without an inbuil...
2014-07-25 Brian FraserMakefile.SH: Add missing files for make test on cross...
2014-07-25 Brian FraserMakefile.SH: Fix cross builds with -Uhostgenerate
2014-07-25 Brian Frasert/re/subst.t: Proper skip for systems without locale
2014-07-25 Brian Fraserpp.c: Fixed a quotemeta bug on perls built without...
2014-07-25 Jarkko HietaniemiMake PERL_GLOBAL_STRUCT_PRIVATE visible in -V.
2014-07-25 Jarkko HietaniemiUnused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.
2014-07-24 Jarkko HietaniemiShare common constants as file statics.
2014-07-24 Jarkko HietaniemiUse UV instead of Size_t.
2014-07-24 Rafael Garcia... Remove flagging OP_READLINE with OPf_SPECIAL
2014-07-23 Jarkko Hietaniemiapidoc fixes, comment tweaks.
2014-07-23 Tony CookVladimir Marek is now a perl author
2014-07-23 Vladimir Marekuse setenv() on Solaris
2014-07-23 Tony Cookbump $XS::APItest::VERSION for the grok_atou() merge
2014-07-23 Tony CookChad Granum is now a perl author
2014-07-23 Chad GranumFix ok() that should be a like()
2014-07-23 Chad GranumDelay loading Test::More
2014-07-23 Craig A. BerryFix legacy VMS feature checking status.
2014-07-23 Jarkko HietaniemiIntroduce maxend for paranoia. Also, comments.
2014-07-23 Jarkko HietaniemiAtol can be strtol in disguise, so grok_atou.
2014-07-23 Jarkko HietaniemiAdd strtoul and strtol to avoidables.
2014-07-23 Jarkko HietaniemiDocument grok_atou as strtoul replacement.
2014-07-23 Jarkko HietaniemiUse grok_atou instead of strtoul (no explicit strtol...
2014-07-23 Jarkko HietaniemiAdvertise grok_atou.
2014-07-23 Jarkko HietaniemiAdd atoi to avoidables.
2014-07-23 Jarkko HietaniemiAdd tests for grok_atou.
next