This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-04-20 Steve Hayperldelta - Wrap to 79 columns and other minor copy...
2015-04-20 Steve Hayperldelta - Remove boilerplate sections except for...
2015-04-20 Steve Hayperldelta - Fill in rt.perl.org links
2015-04-20 Steve Hayperldelta - One more module update
2015-04-20 Andreas KoenigCPAN.pm: Fix "Redundant argument in sprintf"
2015-04-20 Steve Hayperldelta - Update with remaining changes
2015-04-20 Max MaischeinSkip testing for PL_warn_locale
2015-04-20 Steve Hayperldelta - Begin updating with bug fixes etc
2015-04-20 Steve Hayperldelta - Document new test script
2015-04-20 Steve Hayperldelta - Documentation updates
2015-04-20 Steve Hayperldelta - Update modules
2015-04-19 SHIRAKATA Kentaroperldiag: escape all "<--HERE"
2015-04-19 David Mitchell[MERGE] update PERL_OP_PARENT implementation
2015-04-19 David Mitchellperldelta for PERL_OP_PARENT changes
2015-04-19 David Mitchelladd Op(MORE|LAST|MAYBE)SIB_set; rm OpSIBLING_set
2015-04-19 David Mitchellop_parent(): only exist under -DPERL_OP_PARENT
2015-04-19 David Mitchellrpeep(): use op_sibling_splice()
2015-04-19 David Mitchellop_sibling_splice(): allow NULL parent arg
2015-04-19 David Mitchellrename op_lastsib to op_moresib, and invert logic
2015-04-19 David Mitchellop_sibling => op_sibparent under PERL_OP_PARENT
2015-04-19 David Mitchellskip some asserts on non-PERL_OP_PARENT builds
2015-04-19 Karl Williamsonperlop: Nits and update for v5.22
2015-04-19 Karl Williamsonperlhack: Nits and update for v5.22
2015-04-19 Karl Williamsont/loc_tools.pl: Comments only
2015-04-18 David Mitchellfix some minor compiler warnings
2015-04-18 SHIRAKATA KentaroSmall typographical corrections to documentation.
2015-04-18 Ricardo Signesdo not index the modules under lib/perl5db
2015-04-17 Herbert Breunungupdates to perlbook.pod
2015-04-17 James E KeenanGrammatical correction in inline comment.
2015-04-17 David Mitchellfix t/uni/parser.t test
2015-04-16 Ricardo Signescorelist: use || not // to run on older perls
2015-04-16 H.Merijn BrandUpdate Config::Perl::V to version 0.24
2015-04-16 Tony Cookperldelta for 41ef2c66e0da, 902d16915db2
2015-04-15 Tony Cookbump perl5db.pl's $VERSION
2015-04-15 Tony CookJames McCoy is now a perl AUTHOR
2015-04-15 James McCoylib/perl5db.pl: Restore noop lock prototype
2015-04-15 Tony Cook[perl #124127] fix cloning arrays with unused elements
2015-04-15 Ricardo Signescorelist: bump test count
2015-04-15 Ricardo Signescope with versions that do not match x.yyyzzz in corelist
2015-04-15 Ricardo Signesfix fencepost error in Module::CoreList is_core
2015-04-15 David Mitchellassertion failure on interpolated parse err
2015-04-10 Karl Williamsonperlport: Various nits
2015-04-10 Tony Cookperldelta for 070e2677bff6
2015-04-09 Tony Cook[perl #123971] fix long double pack padding on newer GCC
2015-04-09 Karl WilliamsonRegen podcheck db
2015-04-09 Karl WilliamsonFix regression in 5.21: /[A-Z]/ai
2015-04-09 Craig A. BerryFix/simplify VMS-specific info in perlport.
2015-04-09 David Mitchellskip t/op/dump.t under Address Sanitizer
2015-04-09 David Mitchellkeep FOO read-only in 'FOO'->f()
2015-04-08 Steffen MuellerRevert "pp_helem: Remove branch seemingly untaken ...
2015-04-07 Karl WilliamsonFix SET_NUMERIC_STANDARD, _UNDERLYING spelling
2015-04-07 Tony Cookperldelta for c0388966161b, bd8b97a1c641
2015-04-06 Tony Cookfix dmake test for gcc
2015-04-06 Karl Williamsonutfebcdic.h: Remove comments
2015-04-06 Daniel Draganfix #123976 Win32 GCC miniperl needs -fno-strict-aliasing
2015-04-05 Karl WilliamsonRegen podcheck db
2015-04-05 Karl Williamsonperlpodspec: Nit
2015-04-04 Craig A. BerrySome updates for perlvms.pod.
2015-04-04 Karl Williamsonperlpodspec: Finish EBCDIC updates
2015-04-04 Karl Williamsonperlpodspec: Nits
2015-04-03 Karl Williamsonperlebcdic: Clarifications, update
2015-04-03 Karl Williamsonperllocale: Update for EBCDIC
2015-04-03 Karl Williamsonperllocale: Nit
2015-03-31 Alex Vandivertoke.c: UTF-8 aware warning cleanups
2015-03-31 Karl Williamsonpod/perluniintro: Update for EBCDIC and newer Unicode...
2015-03-31 Karl Williamsonpod/perluniintro: Nits
2015-03-30 David Mitchellop.c: avoid direct op_sibling access
2015-03-30 David MitchellPerl_save_re_context(): re-indent after last commit
2015-03-30 David Mitchellsave_re_context(): do "local $n" with no PL_curpm
2015-03-30 David MitchellRevert "Gut Perl_save_re_context"
2015-03-30 David MitchellRevert "Don’t call save_re_context"
2015-03-30 David MitchellRevert "Mathomise save_re_context"
2015-03-30 James E KeenanRemove 'use lib' left over from refactoring -- five...
2015-03-30 Steve HayNo need to list FindExt in perldelta - it isn't an...
2015-03-30 Steve HaySort list of upgraded modules in perldelta
2015-03-30 Steve Hayperldelta for previous commit
2015-03-30 Steve HayUpgrade IO-Socket-IP from version 0.36 to 0.37
2015-03-30 Karl Williamsonperlrecharclass: Fix typo
2015-03-30 Karl Williamsonperlrebackslash: Nit
2015-03-29 Randy StaunerReword reference to $ENV{PERL_UNICODE} in utf8
2015-03-29 Karl Williamsonperlhacktips: Add caution about clib ptr returns to...
2015-03-28 Karl WilliamsonDon't raise Wide char warning in UTF-8 locale
2015-03-27 Father Chrysostomos[perl #124153] Fix require(v5.6)
2015-03-27 Alex VandiverFix "...without parentheses is ambuguous" warning for...
2015-03-27 Alex VandiverAllow unquoted UTF-8 HERE-document terminators
2015-03-27 Alex Vandiver[perl #124113] Make check for multi-dimensional arrays...
2015-03-27 Father Chrysostomos[perl #124099] Wrong CvOUTSIDE in find_lexical_cv
2015-03-27 Father ChrysostomosStop $^H |= 0x1c020000 from enabling all features
2015-03-27 Karl Williamsonif.pm: Note that works with 'no' besides 'use' if-0.0604
2015-03-26 Father Chrysostomos[perl #123790] Disable targlex for some ops
2015-03-26 Father Chrysostomosconcat2.t: Mention where concat.t is
2015-03-26 Matthew Horsfall... Update supported versions in perlpolicy.pod
2015-03-26 Father Chrysostomos[perl #124160] Disable targlex for state var init
2015-03-25 Father Chrysostomos[perl #123790] Assert fail with *x=<y>
2015-03-25 Father ChrysostomosAdd B::Generate to perl5220delta
2015-03-25 David Mitchellperlfunc: mention that study() is currently a noop
2015-03-25 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.72
2015-03-25 Tony Cookgv_const_sv() handle subrefs directly in the stash
2015-03-25 Father Chrysostomosregen pod issues
2015-03-25 Father Chrysostomos[perl #122322] Update OOK example in perlguts
next