This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-06-19 David Mitchelladd PERLSI_MULTICALL
2015-06-19 David MitchellS_return_lvalues(): merge two similar blocks
2015-06-19 David MitchellS_return_lvalues(): consistent cxstack_ix--
2015-06-19 David Mitchellpp_return: re-indent after last commit
2015-06-19 David Mitchellhandle most of lvalue return in single place
2015-06-19 David Mitchellpp_return: tail call pp_leavesub
2015-06-19 David Mitchellpp_last: only handle loop context types
2015-06-19 Karl Williamsonmktables: Fix logic error
2015-06-18 David Mitchellautodie/t/mkdir.t: escape build dir path
2015-06-18 Ricardo SignesPorting/release_schedule.pod: add july 2015 volunteer
2015-06-18 Tony Cookensure chdir('') sets $! to ENOENT on non-IMP_SYS Win32...
2015-06-18 Ricardo Signesstart fleshing out the 5.23 release schedule
2015-06-17 The Unicode... Switch to Unicode Version 8
2015-06-17 Karl WilliamsonAdd unicode.org to the AUTHOR file
2015-06-17 Karl Williamsonregexec.c: Change \b{sb} rule in prep for Unicode 8.0
2015-06-17 Karl WilliamsonPorting/release_schedule.pod: Fix wrong year in dates
2015-06-17 Rafael Garcia... Microoptimize some matches in utf8_heavy.pl
2015-06-17 Tony Cook[perl #125305] chdir("") no longer behaves like chdir()
2015-06-17 Tony Cook[perl #123264] explicitly document the return value...
2015-06-16 Rafael Garcia... Perl example style nit in docs for sort()
2015-06-16 Tony Cookadd Martijn Lievaart as a perl author
2015-06-15 Martijn LievaartAvoid gcc warning "‘start’ may be used uninitialized...
2015-06-15 Tony Cookperldelta for 1b3ab82cb4bc
2015-06-15 Tony Cookbump $UNIVERSAL::VERSION
2015-06-15 Karen EtheridgeUNIVERSAL no longer exports anything
2015-06-15 Dagfinn Ilmari... Add empty expresion to cpan/.dir-locals.el
2015-06-13 Chris 'BinGOs... Update for Pod-Simple customisations
2015-06-13 Chris 'BinGOs... Update Pod-Simple to CPAN version 3.30
2015-06-13 Jarkko HietaniemiFix @INC so that "make test" in ext/POSIX passes.
2015-06-13 Jarkko HietaniemiTest these functions in more than one spot.
2015-06-13 Jarkko HietaniemiApparently ldblsize=10 is a real thing.
2015-06-12 Chris 'BinGOs... Update autodie to CPAN version 2.27
2015-06-12 Jerry D. HeddenUpgrade to threads::shared 1.48
2015-06-12 Jerry D. HeddenUpgrade to threads 2.02
2015-06-12 Jarkko Hietaniemiinfnan: Implement NaN payload APIs.
2015-06-12 Jarkko Hietaniemiinfnan: Notes on the nan payload.
2015-06-12 Jarkko Hietaniemiinfnan: define NV_NAN_PAYLOAD_MASK and NV_NAN_PAYLOAD_PERM
2015-06-12 Jarkko Hietaniemiinfnan: move the mantbits definitions from perl.h to...
2015-06-12 Jarkko Hietaniemiinfnan: macros for testing and setting nan quiet/signaling
2015-06-12 Jarkko Hietaniemiinfnan: introduce NV_NAN_PAYLOAD_BITS
2015-06-12 Jarkko Hietaniemiinfnan: introduce NV_MANT_BITS
2015-06-12 Jarkko Hietaniemiinfnan: new logic for NV_INF and NV_NAN
2015-06-12 Jarkko Hietaniemiinfnan: Configure scan for fp mantissa bytes
2015-06-12 Jarkko Hietaniemiinfnan: Configure scan for infnan bytes
2015-06-12 David Mitchellsv.h: document additional use of SVp_SCREAM flag
2015-06-12 Chris 'BinGOs... Update Pod-Usage to CPAN version 1.67
2015-06-12 Chris 'BinGOs... Exporter-5.72 is now on the CPAN
2015-06-11 Chris 'BinGOs... Update Parse-CPAN-Meta to CPAN release 1.4417
2015-06-11 Chris 'BinGOs... Regen META files after CPAN-Meta update
2015-06-11 Chris 'BinGOs... Update CPAN-Meta to CPAN release 2.150005
2015-06-11 Hugo van der... [perl #125381] fix -Cnn parsing
2015-06-11 Daniel Draganclean up sv_isobject usage
2015-06-10 Steve HayUpdate release schedule
2015-06-10 Tony Cookperldelta for d484df69ed26
2015-06-09 Tony Cook[perl #125347] allow truncate to work on large files...
2015-06-09 Reini Urbanadd warnings 7fatal testcase for #123398
2015-06-09 Matthew Horsfall[perl #125369] - Set correct flags for smartmatch in...
2015-06-09 Jan DuboisGCC doesn't understand the -subsystem:console option
2015-06-09 Thomas SibleyPorting/checkAUTHORS.pl: Sort author names using Unicod...
2015-06-09 Tony Cookperldelta for 46b27d2f2c37
2015-06-09 Lukas Maidon't fatalize warnings during unwinding (#123398)
2015-06-09 Jarkko HietaniemiDetect broken AIX fmodl.
2015-06-08 Jan Duboissunmath.h is only used for builds using long doubles
2015-06-08 Matthew Horsfallbisect-runner.pl: Fix pod.t failures
2015-06-08 Matthew Horsfallbisect.pl: More doc/comment fixups
2015-06-08 Matthew Horsfallbisect.pl: Slight pod fix to CPAN::MyConfig mentions
2015-06-08 Matthew Horsfallbisect.pl: Allow custom CPAN::MyConfig when using ...
2015-06-08 Matthew Horsfallbisect.pl: CPAN already writes out CPAN::MyConfig,...
2015-06-08 Matthew Horsfall... When bisecting with modules, actually use a fresh build...
2015-06-08 Matthew Horsfall... Don't let PERL_MM_OPT/PERL_MB_OPT interfere with bisecting.
2015-06-08 Matthew Horsfall... Add notes about bisecting modules that need displays.
2015-06-08 Matthew Horsfall... For bisecting, create a CPAN::MyConfig under --module...
2015-06-08 Matthew Horsfall... When bisecting with --module=, don't stop to ask user...
2015-06-08 Matthew Horsfall... Allow installing modules from CPAN to be used inside...
2015-06-08 Matthew Horsfall... Adapt Andreas' cpan bisector tool for perl core.
2015-06-08 David Mitchellmake PadlistNAMES() lvalue again.
2015-06-08 Tony Cookperldelta for 342634f3c8ce, 16d5aac12f61
2015-06-08 Jarkko Hietaniemithe #define FOO /* BAR */ doesn't expand into /* BAR */
2015-06-08 Tony CookAdd win32/GNUmakefile to build with GNU Make on Win32
2015-06-08 Tony Cookupdate to 5.23.0 and update with changes from the other...
2015-06-08 kmxkmx's original GNUmakefile
2015-06-07 Jarkko HietaniemiLink typo in last minute tweak.
2015-06-07 Jarkko HietaniemiForgot to adjust this: quadmath is not long doubles.
2015-06-06 Jarkko Hietaniemiquadmath: long long versus round/trunc
2015-06-05 Karl Williamsonregen/mk_invlists.pl: Add dependency
2015-06-05 Karl Williamsonregen/regcharclass.pl: Add dependencies
2015-06-05 Karl Williamsonmktables: Reduce input fractions to lowest terms
2015-06-05 Steve HayFix Scalar-List-Utils build on Windows; patch sent...
2015-06-05 Steve HayCONTRIBUTING.mkdn is IGNORABLE, so no need to list...
2015-06-05 Steve HayFix up the HTTP::Tiny upgrade
2015-06-05 Steve HayLICENCE (e.g. in libnet) is IGNORABLE too
2015-06-05 Steve HayUpgrade Scalar-List-Utils from version 1.41 to 1.42
2015-06-05 Steve HayUpgrade parent from version 0.232 to 0.234
2015-06-05 Steve HayUpgrade Module-Metadata from version 1.000026 to 1...
2015-06-05 Steve HayUpgrade libnet from version 3.05 to 3.06
2015-06-05 Steve HayUpgrade HTTP-Tiny from version 0.054 to 0.056
2015-06-05 Steve HayUpgrade Getopt-Long from version 2.45 to 2.46
2015-06-05 Steve HayUpgrade CPAN-Meta-YAML from version 0.014 to 0.016
2015-06-05 Steve HayUpgrade CPAN-Meta-Requirements from version 2.132 to...
2015-06-05 Craig A. BerryHandle variant build product extensions in configure...
next