This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: Consistent spaces after dots
[perl5.git] / lib /
2013-06-28 Neil Bowers7b2d3c0 Added description of the Benchmark object to doc
2013-06-28 Ricardo Signesperlexperiment: mark :pop layer as accepted
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::utf8::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease perl5db.pl’s $VERSION to 1.41
2013-06-23 Father ChrysostomosIncrease $integer::VERSION to 1.01
2013-06-23 Father ChrysostomosIncrease $deprecate::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease $Tie::Scalar::VERSION to 1.03
2013-06-23 Father ChrysostomosIncrease $Tie::Hash::VERSION to 1.05
2013-06-23 Father ChrysostomosIncrease $Tie::Array::VERSION to 1.06
2013-06-23 Father ChrysostomosIncrease $Getopt::Std::VERSION to 1.09
2013-06-23 Father ChrysostomosIncrease $File::Basename::VERSION to 2.85
2013-06-23 Father ChrysostomosIncrease $ExtUtils::XSSymSet::VERSION to 1.3
2013-06-23 Father ChrysostomosIncrease $English::VERSION to 1.07
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::null::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::int32::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::encode::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::compress::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::VERSION to 0.06
2013-06-23 Father ChrysostomosIncrease $DB::VERSION to 1.07
2013-06-23 Father ChrysostomosIncrease $Class::Struct::VERSION to 0.65
2013-06-23 Father ChrysostomosIncrease $Benchmark::VERSION to 1.17
2013-06-23 Father ChrysostomosIncrease $strict::VERSION to 1.08
2013-06-23 Father ChrysostomosIncrease $vmsish::VERSION to 1.04
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2013-06-21 Brian GottreuBenchmark.t: fix skip() argument order
2013-06-18 Karl Williamsonlib/locale.t: Remove workaround for now fixed #108378
2013-06-18 Karl WilliamsonDon't use locale definitions unless within scope
2013-06-18 Karl WilliamsonPATCH: [perl #108378] [perl #115800]
2013-06-13 David MitchellBenchmark.t: fix skip() call
2013-06-13 David MitchellBenchmark.t: make calibration a test
2013-06-12 David MitchellBenchmark.t: consistent delta comparing
2013-06-12 David MitchellBenchmark.t: disdplay calibration diag output
2013-06-11 Tony Cookprevent lib/File/stat.t from aborting at END on cygwin
2013-06-10 Shlomi FishFix the mutability of @_ in perl -d.
2013-06-10 Shlomi FishFix for RT #118169
2013-06-10 David MitchellBenchmark.t: test for inconsistent clock
2013-06-09 Zsbán Ambrususe more descriptive examples in File::Copy
2013-06-07 Ricardo Signesversion bumps and perldelta for debugger depth
2013-06-07 Mark Jason Dominusadjust $DB::deep from 100 to 1000
2013-06-04 Paul Greenremove an obsolete special case for VOS handling of...
2013-06-03 Eric BrineFix internal inconsistencies in style in utf8.pm docs
2013-06-03 Eric BrineFAIL_OK looks too much like a constant [RT##118279]
2013-05-28 Ricardo Signesremove the expectation of a "P" command
2013-05-27 Nicholas ClarkOn Linux LC_ALL overrides LC_MESSAGES, so tweak perl5db...
2013-05-27 Tony Cookman perlrules doesn't always output "No manual entry...
2013-05-26 David Steinbrunnertypo fixes for Unicode UCD
2013-05-25 James E KeenanCorrection recommended by Brad Gilbert++.
2013-05-25 Nicholas ClarkIn the debugger use local $ENV{MANPATH}, instead of...
2013-05-25 Nicholas ClarkRemove the hard-coded list of "perl" manpages from...
2013-05-25 Nicholas ClarkIn the debugger's doc command, use man[13]direxp instea...
2013-05-25 Nicholas ClarkFix the man/perldoc/doc command in the debugger.
2013-05-25 Tony Cooklib/perldoc.pod is no longer generated, stop ignoring it
2013-05-25 David Steinbrunnertypo fix for perl5db
2013-05-25 David Steinbrunnertypo fix for Thread
2013-05-25 David Steinbrunnertypo fix for DB
2013-05-25 David Steinbrunnertypo fix for _charnames
2013-05-25 James E KeenanAdd lib/Pod/perldoc.pod to lib/.gitignore.
2013-05-25 David Steinbrunnertypo fixes for Benchmark
2013-05-25 David Steinbrunnertypo fix for File::Find
2013-05-24 David Steinbrunnertypo fixes for version pod
2013-05-24 David Goldenfix various podcheck nits
2013-05-22 Karl WilliamsonMake Unicode::UCD::search_invlist() available
2013-05-22 Karl WilliamsonUnicode::UCD Clarifications in pod
2013-05-22 Karl WilliamsonUnicode::UCD: Move function in file.
2013-05-22 Karl WilliamsonUnicode::UCD: Correct wrong pod info
2013-05-20 Karl WilliamsonFix multi-char fold edge case
2013-05-20 Karl Williamsonlib/charnames.t: Fix wrongly complemented test
2013-05-20 Karl Williamsonmktables: Fix typos in comments
2013-05-20 Karl Williamsoncharnames: fix nit in comment
2013-05-20 Brian FraserRemove double space between words in pod
2013-05-20 Karl Williamsonlib/utf8.pm: Fix pod verbatim line wraps
2013-05-20 Karl Williamsonlib/utf8.pm: Pod clarification and nit
2013-05-20 Nicholas ClarkBump $Getopt::Std::VERSION following commit 0c0a84c65e5...
2013-05-20 Reuben ThomasDocument getopts before getopt, and de-recommend getopt.
2013-05-19 Brian Fraserutf8: Remove unused variable (%utf8::enc).
2013-05-18 Chris 'BinGOs' Wil... Removed cpan/Log-Message
2013-05-18 Chris 'BinGOs' Wil... Removed cpan/Log-Message-Simple
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/Object-Accessor
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/Module-Pluggable
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/Pod-LaTeX and pod2latex utility
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/Archive-Extract
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/CPANPLUS and associated utilities
2013-05-18 Chris 'BinGOs' Wil... Remove cpan/CPANPLUS-Dist-Build
2013-05-18 Ricardo Signesregen feature.pm
2013-05-02 Karl Williamsonlib/utf8_heavy.pl: Fix separated '(?' token
2013-04-14 Moritz LenzDocument that range operator '..' can not be overloaded.
2013-03-27 Chris 'BinGOs' Wil... Exporter on CPAN is 5.68 make blead reflect this
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-19 Ricardo Signesbump version on perl5db.pl
2013-03-19 Kent Fredriclib/perl5db.pl: Workaround rt#116771 by putting DB...
2013-03-19 Kent Fredriclib/perl5db.t: Add test for bug #116771, autotrace...
2013-03-19 Kent Fredriclib/perl5db.t: Add test for bug #116769, Frame=2 crashe...
2013-03-19 Kent Fredriclib/perl5db.pl: refactor all calls to IO::Handle via...
2013-03-13 Daniel Draganrestore building perl5**.dll and perl.exe on WinCE
2013-03-07 John PeacockBring core up to version-0.9902
2013-03-05 Chris 'BinGOs' Wil... Bump File::Copy version as the contents have changed
2013-03-04 reneebfix pod: add missing 'C' of inline code tags
2013-03-01 David Mitchellrevert: Benchmark iteration warnings should warn
2013-03-01 Chris 'BinGOs' Wil... Skip chflags tests in filetests.t on dragonflybsd
2013-03-01 Chris 'BinGOs' Wil... Skip tests in File::Copy tests on DragonflyBSD too
next