This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-10-14 Steve Hayperldelta - Fix typo
2013-10-14 Steve Hayperldelta - Wrap lines to 79 characters
2013-10-14 Steve Hayperldelta - Fill in diagnostics section
2013-10-14 Steve Hayperldelta - Fill in documentation section
2013-10-14 Steve Hayperldelta - Fill in testing section
2013-10-14 Steve Hayperldelta - Fill in updated modules section
2013-10-13 Steve HayFix autouse test, failing since commit 52102bb4f9
2013-10-13 Steve HayUpgrade Scalar-List-Utils from version 1.32 to 1.33
2013-10-12 Karl Williamsonpodcheck.t: Make blead pass again
2013-10-11 James E KeenanRun cd t;./perl -I../lib porting/podcheck.t --regen
2013-10-11 Dagfinn Ilmari... Remove non-existent English variable names from perlvar
2013-10-11 Steve HayAdd to known_pod_issues.dat following Test-Harness...
2013-10-11 Steve HayUpgrade Test::Harness from version 3.28 to 3.29
2013-10-11 Steve HaySort MANIFEST
2013-10-11 Steve HayUpgrade CPAN::Meta from 2.132661 to 2.132830
2013-10-11 Steve HayUpgrade File::Temp from version 0.2303 to 0.2304
2013-10-11 Karl Williamsonperlebcdic: Make some examples simpler; wrap to 79...
2013-10-11 Craig A. BerryUpdate to ExtUtils::MakeMaker 6.79_01.
2013-10-10 Steve HayUpgrade File::Temp from version 0.2302 to 0.2303
2013-10-09 Ricardo Signesperlexperiment: link to postderef ticket
2013-10-09 Ricardo Signesperldelta: fix minor errors in description of postderef
2013-10-07 Steve HayUpgrade podlators from 2.5.2 to 2.5.3.
2013-10-07 Steve HayUpgrade Module-Metadata from version 1.000018 to 1...
2013-10-07 Nicholas ClarkPurge remaining references to PerlIO_sprintf and PerlIO...
2013-10-07 Karl WilliamsonRemove PerlIO_sprintf() and PerlIO_vsprintf()
2013-10-06 James E KeenanEliminate trailing whitespace in pod command.
2013-10-06 Dominic Hargreavesfix POD errors reported by newer pod2man
2013-10-06 Max MaischeinEliminate reliance on some external tools for 'Porting...
2013-10-06 Max MaischeinElide use of `grep`
2013-10-06 Max MaischeinRun correct make
2013-10-06 Max MaischeinElide use of `chmod`
2013-10-06 Max MaischeinElide use of `ls`, `find` and `touch`
2013-10-06 Max MaischeinElide use of `rm`
2013-10-06 Max MaischeinFirst try with HTTP::Tiny, fallback on `wget`
2013-10-05 Ricardo Signescorrect documentation of postfix glob deref
2013-10-05 Ricardo Signesperldelta: experimental postfix dereference syntax
2013-10-05 Ricardo SignesMerge branch 'postderef' into blead
2013-10-05 Ricardo Signestweak postfix deref docs, update for glob deref
2013-10-05 Ricardo Signesnew warnings category, so bump warnings.pm
2013-10-05 Ricardo Signespreliminary postfix dereference docs
2013-10-05 Father ChrysostomosFix a bug with ->@ inside "@{...}"
2013-10-05 Father ChrysostomosMake postderef experimental
2013-10-05 Father ChrysostomosAllow ->@ ->$ interpolation under postderef_qq feature
2013-10-05 Father ChrysostomosAdd postderef_qq feature feature
2013-10-05 Father ChrysostomosHide postderef behind the feature feature
2013-10-05 Father Chrysostomostoke.c:postderef: rmv obsolete comment
2013-10-05 Father ChrysostomosIncrease $feature::VERSION to 1.34
2013-10-05 Father ChrysostomosAdd postderef feature feature
2013-10-05 Father Chrysostomos->%{ ->%[
2013-10-05 Father ChrysostomosFix up postfixderef.t
2013-10-05 Father ChrysostomosAdd postfixderef.t to MANIFEST
2013-10-05 David NicolTests for postfix dereference
2013-10-05 Father ChrysostomosPostfix dereference syntax
2013-10-05 James E KeenanRemove pod/perlembed.pod in wake of RT #120093 corrections.
2013-10-05 Chris 'BinGOs... Update Unicode-Normalize to CPAN version 1.17
2013-10-05 Karl Williamsonmktables: Verify input files' version
2013-10-05 Karl WilliamsonBump Unicode version
2013-10-05 Gideon Israel... Fixed 27 issues in perlembed.pod reported by podcheck
2013-10-04 Ricardo Signesperlfunc: replace splice example with simpler one
2013-10-04 Nicholas ClarkRemove unused variable 'mark' from pp_last.
2013-10-04 Karl WilliamsonUpgrade to Unicode 6.3
2013-10-04 Karl Williamsonmktables: Fix logic with binary vs enum properties
2013-10-04 Karl Williamsonmktables: Do some table-driven code generation
2013-10-04 Karl Williamsonperluniprops: Add correct ignored files docs
2013-10-04 Karl Williamsonlib/unicore/README.perl: Update
2013-10-03 Steve HayPorting/corelist.pl - Fix breakage since commit c676c8385f
2013-10-03 Steve HayPorting/Maintainers.pl - No need to list IGNORABLES...
2013-10-03 Steve HayPorting/Maintainers.pl - Consistent quotes
2013-10-03 Steve HayPorting/Maintainers.pl - Use PAUSE user IDs
2013-10-03 Steve HayPorting/Maintainers.pl - Remove most MAINTAINER fields
2013-10-03 Ricardo Signesperlexperiment: add rt.perl.org link for lexsubs
2013-10-02 David Goldenperlfunc.pod: clarify return value of -X [perl #120077]
2013-10-02 Craig A. BerryFix ext/File-Glob/t/threads.t filenames for VMS.
2013-10-01 Chris 'BinGOs... Regen META files for CPAN::Meta update
2013-10-01 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.132661
2013-10-01 Chris 'BinGOs... Update CPAN-Meta-Requirements to CPAN version 2.125
2013-10-01 Chris 'BinGOs... Update Parse-CPAN-Meta to CPAN version 1.4409
2013-10-01 Chris 'BinGOs... Update CPAN-Meta-YAML to CPAN version 0.010
2013-10-01 Chris 'BinGOs... Update Getopt-Long to CPAN version 2.42
2013-09-30 Karl Williamsonregcomp.c: Fix up confusing comment
2013-09-30 Karl WilliamsonPATCH: [perl #120041] regcomp.c missing parens and...
2013-09-30 Karl WilliamsonRevert "Optimise if/unless wrt OP_AND/OP_OR/OP_DOR...
2013-09-30 Karl Williamsonutf8.c: Silence Win32 compiler warnings
2013-09-30 Karl Williamsonutf8.h: White-space only
2013-09-30 Ricardo Signesstandardize perlre cross-refs to operator-based flags
2013-09-30 Ricardo Signesreword the description of what the /m flag does
2013-09-30 Ricardo Signesslightly clarify the meaning of $ in regex
2013-09-29 Chris 'BinGOs... Update Perl-OSType to CPAN version 1.006
2013-09-29 Chris 'BinGOs... Update File-Temp to CPAN version 0.2302
2013-09-29 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.036
2013-09-29 Chris 'BinGOs... Update File-Fetch to CPAN version 0.44
2013-09-27 James E KeenanIncrement version number for threads.
2013-09-27 Jerry D. HeddenUpgrade to threads 1.88
2013-09-27 Daniel Draganbetter pod for threads::_handle
2013-09-27 Brian FraserFile::Glob::VERSION++
2013-09-27 Brian FraserFile::Glob: Dup glob state in CLONE()
2013-09-25 Andy DoughertyUse a more reliable check for BSDish systems.
2013-09-24 Karl Williamsonregcomp.c: Improve -Dr output
2013-09-24 Karl Williamsonregcomp.c: Don't exceed array bounds
2013-09-24 Karl Williamsonperldelta for regex optimizer handling above-Latin1
next