This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-03-23 Dagfinn Ilmari... Replace common Emacs file-local variables with dir...
2015-03-20 Steve HayPrepare Module::CoreList for 5.21.11 (if that happens)
2015-03-20 Steve HayModule-CoreList version 5.20150320 is now on CPAN
2015-03-20 Steve HayBump version for 5.21.11 (if that happens)
2015-03-20 Steve HayCreate new perldelta for 5.21.11 (if that happens)
2015-03-20 Steve HayTick off the 5.21.10 release
2015-03-20 Steve HayAdd 5.21.10 epigraph
2015-03-20 Steve HayAdd 5.21.10 to perlhist v5.21.10
2015-03-20 Steve HayFinalize perldelta
2015-03-20 Steve HayUpdate Module-CoreList for 5.21.10
2015-03-20 Steve HayDevel::PPPort has been upgraded from version 3.28 to...
2015-03-20 Steve Hayperldelta - Copy-editing, and wrap lines to 79 columns
2015-03-20 Steve Hayperldelta - Remove boilerplate sections
2015-03-20 Karl Williamsonperldelta: Fix typo
2015-03-20 Steve Hayperldelta - Document remaining changes/module upgrades...
2015-03-20 Steve HayUnicode::Collate has been upgraded from version 1.11...
2015-03-20 Jarkko Hietaniemi Update Unicode-Collate to CPAN version 1.12
2015-03-20 Karl Williamsonperldelta for EBCDIC now working
2015-03-20 Karl Williamsonunicore/README.perl:perl with older Unicode versions
2015-03-20 Karl WilliamsonUpdate information about using older Unicode
2015-03-20 Karl Williamsonregcomp.c: Fix so works on Unicode 5.2
2015-03-20 Karl Williamsonregen/mk_invlists.pl: Handle earlier Unicode versions
2015-03-20 Karl Williamsonmktables: Better work with earlier Unicodes
2015-03-20 Karl WilliamsonChange /(?[...]) to have normal operator precedence
2015-03-20 Father Chrysostomosperldelta for #123995 / b24768f02
2015-03-20 Father Chrysostomosperldelta for #124004 / c5f78d08da
2015-03-20 Father Chrysostomosperldelta for #123847 / 3d50185de
2015-03-20 Father Chrysostomosperldelta for #123963 / 9d58dbc453
2015-03-20 Father Chrysostomosperldelta for #123955 / ce7c414ee7
2015-03-20 Father Chrysostomosperldelta for #123817 / 6b2b48acae
2015-03-20 Father Chrysostomosperldelta for #123763 / 26f4cc19a
2015-03-20 Father Chrysostomosperldelta for #123802 / 479ae48e22f11
2015-03-20 Father Chrysostomosperldelta for #123801 / f4460c6f7a0
2015-03-20 Steve Hayperldelta module updates
2015-03-20 Steve HayCarp::Heavy is no longer customized
2015-03-19 Ricardo SignesCarp::Heavy is no longer customized
2015-03-19 Ricardo SignesCarp: remove unneeded VERSION eval, bump version
2015-03-19 Ricardo SignesCarp: avoid hardcoded lines and filenames in test
2015-03-19 Matthew Horsfall... Bump Devel::PPPort version to 3.31
2015-03-19 Karl Williamsonperl.h: Fix nit in comment
2015-03-19 Karl WilliamsonDocument API for XS LC_NUMERIC locale manipulation
2015-03-19 Karl Williamsonperllocale: Correctly document behavior
2015-03-19 Karl Williamsonperl.h: White-space only
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-19 Karl Williamsonregen/regcharclass.pl: Need to rebuild when source...
2015-03-19 Karl Williamsonregen/mk_invlists.pl depends on mktables
2015-03-19 Karl Williamsonregen/mk_invlists.pl: Don't quit so easily
2015-03-19 Karl Williamsonregen/regen_lib.pl: Don't die on missing digest
2015-03-19 Steve HayUpgrade parent from version 0.228 to 0.232
2015-03-19 Karl Williamsonlib/perl5db.pl: Fix pod typo
2015-03-19 Karl Williamsonlib/perl5db.pl: Generalize for EBCDIC
2015-03-19 Karl WilliamsonCreate single fcn for dup'd /lib code
2015-03-19 Karl WilliamsonChange name of mro.c
2015-03-19 Nicholas Clarkdbmopen() with a third argument of undef can create...
2015-03-19 Karen EtheridgeFix rendering of this code snippet in 'perldoc -f chomp'
2015-03-19 Karl Williamsont/re/pat_re_eval.t: Skip encoding tests on EBCDIC
2015-03-19 Karl Williamsont/op/pack.t: Generalize for EBCDIC
2015-03-19 David Mitchellsmartmatch: handle stack realloc
2015-03-19 Tony Cookupdate PL_stack_sp when we exit matcher_matches_sv()
2015-03-19 Tony CookTODO test for smartmatch stack issue
2015-03-19 David Mitchellrepeat op: avoid integer overflows
2015-03-19 David Mitchellop.c: rename CHANGE_TYPE() to OpTYPE_set()
2015-03-19 David Mitchelluniversal.c: remove all trace of op_sibling
2015-03-19 David Mitchellperlguts: clarify op_sibling usage
2015-03-19 Father Chrysostomosuniversal.c: PERL_OP_PARENT support
2015-03-19 Father Chrysostomos[perl #123995] Assert fail with s;@{<<;
2015-03-18 Karl Williamsonregcomp.c: White-space only
2015-03-18 Karl WilliamsonFix qr'\N{U+41}' on EBCDIC platforms
2015-03-18 Hugo van der... doc typo
2015-03-18 Karl Williamsonperlrebackslash: Clarify that \b{} rules are volatile
2015-03-18 Karl Williamsondist/Data-Dumper/t/dumper.t: White space only
2015-03-18 Karl Williamsondist/Data-Dumper/t/dumper.t: Simplify EBCDIC
2015-03-18 Karl WilliamsonTerm::Complete: Generalize for EBCDIC
2015-03-18 Karl Williamsonlib/open.t: TODO an EBCDIC test until Encode fixed
2015-03-18 Karl WilliamsonDBM_Filter/t/encode.t: temporarily skip until Encode...
2015-03-18 Karl Williamsonporting/readme.t: TODO failing EBCDIC test
2015-03-18 Karl Williamsonext/SDBM_File/sdbm/dbu.c Generalize for EBCDIC platforms
2015-03-18 Karl Williamsonregexec.c: Fix improper warning.
2015-03-18 Karl Williamsonre/pat_advanced.t: Tighten test
2015-03-18 Karl Williamsonregcomp.sym: Update \b descriptions
2015-03-18 Karl WilliamsonPATCH: [perl #124091] PP Data::Dumper fails on \n isolate
2015-03-18 David Mitchellt/op/dump.t: silence 'Aborted' messages on stderr
2015-03-18 David MitchellCwd.xs: silence recent compiler warning
2015-03-18 David MitchellS_grok_bslash_[ox]: assert char fits
2015-03-18 Father Chrysostomosloopctl.c: Correct bug num
2015-03-18 Father Chrysostomos[perl #124004] Fix stack bug with foreach(@empty)
2015-03-18 Karl WilliamsonRemove PL_ prefix for recently added non-globals
2015-03-17 Vincent PitPreserve OPTIMIZE in hints
2015-03-17 Steve Hayperldelta for previous commit
2015-03-17 Jerry D. HeddenUpgrade to threads 2.01
2015-03-17 Steve HayUpgrade CPAN::Meta from version 2.143240 to 2.150001
2015-03-17 Steve HayBlead is (almost!) using Carp-1.35
2015-03-17 Steve HayPorting/core-cpan-diff: Don't ignore EOLs or whitespace
2015-03-17 Ricardo SignesRevert discouragement of fatal warnings
2015-03-17 Nicholas ClarkPL_custom_op{s,_names,_descs} should be set to NULL...
2015-03-17 David Mitchellavoid infinite loop in re_intuit_start()
2015-03-17 David Mitchellre_intuit_start(): improve debugging output
2015-03-17 Karl Williamsondist/ExtUtils-CBuilder/t/04-base.t: os390 fix
2015-03-17 Steve HayUpgrade Text::ParseWords from version 3.29 to 3.30
2015-03-17 Karl WilliamsonExtend Cwd to work on z/OS sysplexed systems
next