This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: update known issues
[perl5.git] / lib /
2011-02-15 Karl WilliamsonAdd UCD::num() to get safe numeric value of a string
2011-02-15 Karl Williamsonmktables: Default map tables to range size 1.
2011-02-15 Karl Williamsonmktables: Write all enum map tables.
2011-02-13 Michael StevensRemove some whitespace pod warnings in perluniprops.pod
2011-02-13 Father ChrysostomosMake diagnostics.pm understand messages sharing descrip...
2011-02-13 Father ChrysostomosImprove diagnostics.pm’s link rendering.
2011-02-11 David GoldenAdd Version::Requirements as a dual-life module
2011-02-10 Father ChrysostomosRelation between overloading and ties: second try
2011-02-10 Father ChrysostomosRevert "The relation between overloading and ties has...
2011-02-10 Father ChrysostomosThe relation between overloading and ties has been...
2011-02-10 Michael Breenperl #82278: Overload documentation: many changes This...
2011-02-09 Craig A. BerryFix use_ok() in vmsish.t broken by 46d4dcbda33f17cc.
2011-02-08 Nicholas ClarkConvert vmsish.t to Test::More from test.pl
2011-02-08 Nicholas ClarkRemove now-erroneous comment about 'test.pl' from versi...
2011-02-08 Father Chrysostomos[perl #82854] utf8, $SIG{__DIE__}, syntax errors and...
2011-02-06 Karl Williamsonutf8_heavy.pl: Improve debug output
2011-02-04 Nicholas ClarkIn File::Copy, convert two regexps to explicit ranges...
2011-02-02 Karl WilliamsonMove ANYOF folding from regexec to regcomp
2011-02-02 Karl WilliamsonAdd synonym \p{Titlecase}
2011-02-02 Karl Williamsonmktables remove obsolete never-used code
2011-02-02 Karl Williamsonutf8_heavy: Use new mktables caseless feature
2011-02-02 Karl Williamsonmktables: Set caseless equivalent tables
2011-02-02 Karl Williamsonmktables: Add concept of caseless equiv table
2011-02-02 Karl Williamsonmktables: factor out sub that duplicates utf8_heavy
2011-02-01 Michael StevensFix NAME section to be valid.
2011-02-01 Jesse VincentBump Carp.pm version since it now differs from 5.13.9
2011-02-01 Dave RolskyPerltidy Carp.pm and Carp.t
2011-02-01 Dave RolskyMake Carp.pm strict and warnings safe.
2011-02-01 Jesse VincentBump versions of modules changed since the last blead...
2011-01-31 Dave RolskyDon't refer to specific line numbers in test code regex
2011-01-30 Craig A. BerrySkip the right number of tests in DosGlob.t.
2011-01-29 Karl Williamsonmktables: simplify a little code
2011-01-29 Karl Williamsonmktables: Rmv surrogates caution
2011-01-29 Jay HannahPOD typo
2011-01-23 Nicholas ClarkChange close_and_rename() to read_only_bottom_close_and...
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-21 Nicholas ClarkConvert lib/Pod/t/utils.t from Test to Test::More
2011-01-21 Karl Williamsonmktables: Clarify comment
2011-01-20 Jesse VincentVersion bumps for non-dual-life pragmas identified by
2011-01-20 Jesse VincentVersion bump for UNIVERSAL.pm identified by
2011-01-20 Jesse VincentVersion bumps for File:: non-dual-life modules identifi...
2011-01-20 Jesse VincentVersion bumps for DBM::Filter non-dual-life modules...
2011-01-20 Jesse VincentVersion bumps for Benchmark non-dual-life modules ident...
2011-01-19 Michael StevensFix pod warning for empty sections.
2011-01-18 Nicholas ClarkRemove Mac OS classic code from tests in lib.
2011-01-18 Nicholas ClarkConvert DosGlob.t to Test::More.
2011-01-18 Nicholas ClarkRemove Mac OS Classic code from DosGlob.t
2011-01-18 Nicholas ClarkRemove MacOS Classic code from File::Find's tests.
2011-01-18 Nicholas ClarkRemove Mac OS Classic docs from DirHandle and File...
2011-01-17 David GoldenAdd HTTP::Tiny as a dual-life core module
2011-01-16 David Mitchellrestrict \p{IsUserDefined} to In\w+ and In\w+
2011-01-10 Karl Williamsonmktables: Now can test surrogates and nonchars
2011-01-07 Michael Parkerutf8_heavy.pl: Remove unused variable declaration
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in lib/*
2011-01-07 David GoldenAdd Module::Metadata as a dual-life core module
2011-01-07 John PeacockSync with version 0.88 on CPAN
2011-01-06 David GoldenAdd Perl::OSType as a dual-life core module
2011-01-05 Karl Williamsonmktables: Small performance enhancement
2011-01-05 Karl Williamsonmktables: white space-only change
2011-01-05 Karl Williamsonmktables: remove unneeded test
2011-01-05 Karl Williamsonmktables: typos in comments
2011-01-05 Karl Williamsonmktables: improve debug statement
2011-01-05 Karl Williamsonmktables: Add error check
2011-01-03 Jesse VincentActuall excise 'Apollo DomainOS' support. We officially...
2011-01-03 David Mitchellfix a few typos in lib/overload.t
2011-01-03 David GoldenAdd JSON::PP to the Perl core
2011-01-02 David Mitchellmake <expr> always overload if expr is overloaded
2011-01-02 David Mitchelloverloaded <> sometimes left an extra stack arg
2010-12-21 Nicholas ClarkFix IS_UTF8_CHAR() to recognise start bytes 0xF5, 0xF6...
2010-12-21 Nicholas ClarkConvert lib/utf8.t to strict and warnings throughout.
2010-12-20 Karl Williamsonmktables: fix typo in comment
2010-12-19 Zeframbump version of many modules
2010-12-16 Nicholas ClarkVersion bumps for modules changed by a6d37805ca8a9ba8...
2010-12-16 Nicholas ClarkRemove "dead" RCS $Id$ tags from files that we own.
2010-12-16 Karl Williamsonuniprops.pod: restore properties counts
2010-12-15 David Mitchelldon't upgrade overload IV return values to NV
2010-12-15 Florian RagwitzDual-life Dumpvalue
2010-12-11 Karl Williamsonunicode_strings.t: Revise tests for EBCDIC, clarity
2010-12-11 Florian RagwitzDual-life File::CheckTree
2010-12-11 Father ChrysostomosFix some casts in typemap
2010-12-11 gfxFix XS types in typemap in order to deal with reference...
2010-12-10 Florian RagwitzDual-life Env
2010-12-10 Florian RagwitzDual-life I18N::Collate
2010-12-03 Michael Breen[perl #71286] fallback/nomethod failures
2010-12-02 Karl WilliamsonDocument Unicode doc fix
2010-11-28 Rafael Garcia-SuarezRevert "Configure has a path to less and perl5db.pl...
2010-11-28 John PeacockBring core Perl in line with CPAN 0.86 release
2010-11-27 Father ChrysostomosIncrease overload.pm’s version
2010-11-27 Michael Fig[perl #79680] overload 1.10 sprintf fails taint checking
2010-11-22 Karl Williamsonutf8_heavy: Guard against infinite recursion
2010-11-21 Karl Williamsonmktables: Clean up warning msg
2010-11-21 Karl Williamsonmktables: comment typo and expand other comments
2010-11-21 Karl Williamsonmktables: Smaller tables if not -DDEBUGGING
2010-11-21 Father ChrysostomosCorrect test count in UCD.t
2010-11-21 Father ChrysostomosIncrease Unicode'UCD::s version
2010-11-21 Karl WilliamsonUCD.pm: Add info about named sequence alternatives
2010-11-21 Karl WilliamsonUCD.pm: Don't use CompositionExclusions.txt
2010-11-21 Karl WilliamsonUCD.pm: Don't use NamedSequences.txt, saves disk
2010-11-19 Karl WilliamsonAdd Unicode's minor 6.0 correction
2010-11-19 Karl Williamsonmktables: Leave Unicode1 BELL name alone
next