This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Output fixed problems as passing to-do tests
[perl5.git] / lib /
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
2013-02-26 Chris 'BinGOs' Wil... Remove /Net from lib/.gitignore
2013-02-26 Ricardo SignesRevert "Lookup overloaded assignment operators when...
2013-02-25 Karl WilliamsonAdd, fix comments
2013-02-25 Karl WilliamsonUnicode/UCD.pm: Fix undef bug
2013-02-24 Karl WilliamsonDocument \s change for VT, commit 075b9d7d9a6d4473b240a...
2013-02-20 Ricardo Signesput an experimental warning on lexical topic
2013-02-17 Karl Williamsonutf8_heavy.pl: Add 'use re "/aa"'
2013-02-17 Nicholas ClarkIn warnings.pm, delete a hash slice, instead of using...
2013-02-16 Karl Williamsoncharnames.pm: Nit in pod
2013-02-16 Karl WilliamsonUnicode::UCD: Add examples to pod
2013-02-15 Karl Williamsonlib/Unicode/UCD.pm: Clarify pod
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2013-02-06 David GoldenBenchmark iteration warnings should warn, not print
2013-01-26 Chris 'BinGOs' Wil... Update lib/.gitignore to include Config-Perl-V generate...
2013-01-26 Ricardo Signesprevent failures deep in value dumping from aborting
2013-01-25 Tony Cookrelease the global struct *after* we've finished using it
2013-01-25 Karl WilliamsonFix various minor pod issues
2013-01-12 Karl WilliamsonAllow slop on a few locale tests
2013-01-11 Karl WilliamsonCreate new warnings category experimental::regex_sets
2013-01-04 Karl Williamsoncharnames: Deprecate character names with spacing issues
2013-01-04 Karl Williamsoncharnames: :alias alone implies :full
2013-01-04 Karl Williamsoncharnames: Enforce better file name rules
2013-01-04 Karl Williamsoncharnames: comment, error message clarifications
2013-01-04 Karl Williamsoncharnames pod: Typo, clarification
2013-01-02 Tony Cookbump $VERSION for lib/perl5db.pl
2013-01-02 Shlomi FishMissing test count.
2013-01-02 Shlomi FishFix perl -d's 'w $my_lexical_variable'.
2013-01-02 Shlomi FishStart refactoring "sub restart".
2013-01-02 Shlomi FishExtract _dump_trace_calc_saved_single_arg.
2013-01-02 Shlomi FishExtract _dump_trace_calc_save_args.
2013-01-02 Shlomi FishAvoid pre-declarations.
2013-01-02 Shlomi FishFixed the test - it passes now.
2013-01-02 Shlomi FishAdd a testcase for the bug.
2013-01-02 Shlomi FishExtract _cmd_L_handle_postponed_breakpoints.
2013-01-02 Shlomi FishAdd empty lines and an explicit return.
2013-01-02 Shlomi FishRemove a no-longer needed comment.
2013-01-02 Shlomi FishExtract a subroutine.
next