This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2015-03-17 Karl Williamsondist/PathTools/Cwd.xs: rename variable
2015-03-17 Karl Williamsondist/PathTools/Cwd.xs: White-space/comment only
2015-03-17 Karl WilliamsonBump version of dist/PathTools to 3.55
2015-03-17 James E Keenanperldelta entry for ce3778a3796be3e4604ed9b3671ea624c5a...
2015-03-17 David GoldenDocument FATAL warnings as discouraged.
2015-03-16 Reini Urbanfix t/op/utf8cache.t with -DDEBUG_LEAKING_SCALARS
2015-03-16 Karl Williamsonperlunicode: Nit, for EBCDIC
2015-03-16 Karl Williamsonperlpodspec: Generalize for EBCDIC
2015-03-16 Matthew Horsfall... [perl #124048] Sort and compare version numbers numeric...
2015-03-15 Steffen Muellerpp_helem: Remove branch seemingly untaken (v2)
2015-03-15 Karl WilliamsonCommits from no working 'encoding' in EBCDIC
2015-03-15 Karl Williamsonlib/open.t: Skip a test on EBCDIC because of encoding
2015-03-15 Karl Williamsonext/PerlIO-encoding/t/encoding.t: Skip on EBCDIC
2015-03-15 Karl Williamsont/uni/chomp.t: Better explain why skipped on EBCDIC
2015-03-15 Karl WilliamsonPerlIO-encoding/t/nolooping.t: Skip on EBCDIC platform
2015-03-15 Karl Williamsont/op/concat2.t: Skip 'use encoding' test in EBCDIC
2015-03-15 Karl Williamsonlib/DBM_Filter/t/encode.t: Generalize for non-ASCII...
2015-03-15 Karl WilliamsonSkip testing all of /cpan on EBCDIC platforms for 5.22
2015-03-15 Ricardo SignesCarp: skip some tests of "$qr" on older perls
2015-03-15 Ricardo SignesCarp: correct precedence of ord and == in tests
2015-03-14 Steve HayBegin updating perldelta for 5.21.10
2015-03-14 Steve HayUpgrade Encode from version 2.70 to 2.72
2015-03-13 Karl Williamsondist/Data-Dumper/t/quotekeys.t: Generalize for EBCDIC
2015-03-13 Karl WilliamsonData::Dumper/t/dumper.t: Add test
2015-03-13 Karl Williamsondist/Data-Dumper/t/dumper.t: Generalize for EBCDIC...
2015-03-13 Karl WilliamsonData::Dumper: Generalize for EBCDIC platforms
2015-03-13 Karl Williamsondist/Data-Dumper/t/dumper.t: Add test names
2015-03-13 Karl WilliamsonData::Dumper/t/dumper.t: only specify number of tests...
2015-03-13 Karl WilliamsonData::Dumper/t/dumper.t: Remove test numbers from comments
2015-03-13 Karl Williamsondist/Storable/t/utf8.t: Fix to work on early Perls
2015-03-13 Karl Williamsondist/Safe/t/safeutf8.t: Fix to work on early Perls
2015-03-13 Karl Williamsont/TEST: Avoid SIGPIPEs on os390
2015-03-13 Karl WilliamsonPOSIX/t/sigaction.t: Skip failing EBCDIC test
2015-03-13 Karl Williamsont/lib/open.t: Generalize for EBCDIC platforms
2015-03-13 Karl Williamsondist/IO/t/io_utf8argv.t: Generalize for non-ASCII platf...
2015-03-13 David Mitchellmake perl -Dt display padnames with sort blocks
2015-03-13 David MitchellPerl_multideref_stringify: don't SEGV on null cv
2015-03-13 Steve HayUpgrade CPAN from 2.09-TRIAL to 2.10.
2015-03-13 Karl WilliamsonOptimize out unicode_to_native(), native_to_unicode()
2015-03-13 Karl WilliamsonFix t/loc_tools.pl
2015-03-13 Karl Williamsonperl.h: Only #define item once
2015-03-12 Jarkko HietaniemiPOSIX: emulation for logb()
2015-03-12 Jarkko Hietaniemiquadmath: llrintq and llroundq do exist
2015-03-12 Steve HayRemove another stray Test::Simple file that is listed...
2015-03-12 Father Chrysostomos[perl #123847] crash with *foo::=*bar::=*with_hash
2015-03-12 Steve Hayperldelta for afad11a2ce
2015-03-12 Steve HayStraighten Porting/Maintainers.pl out following Test...
2015-03-11 David Mitchelladd "what it does" comment to utils/enc2xs.PL
2015-03-11 David MitchellImprove comments at head of pp_signature()
next