This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Removed the changes to Term::ReadLine from the bug fixes section.
[perl5.git] / lib /
2012-03-20 Karl Williamsoncharnames: Clarify viacode pod
2012-03-20 Karl Williamsoncharnames pod: slight rewording
2012-03-20 Karl Williamsoncharnames: re-order pod sections
2012-03-19 Karl Williamsonmktables: white-space only
2012-03-19 Karl Williamsonmktables: Backport name_alias changes to earlier Unicod...
2012-03-19 Karl Williamsonmktables: Don't duplicate entries
2012-03-19 Karl Williamsonmktables: A leading zero is different than an only 0
2012-03-19 Karl WilliamsonUnicode::UCD::prop_invmap: Fix returned format
2012-03-19 Karl WilliamsonUnicode::UCD: typos in error messages
2012-03-19 Karl Williamsonmktables: Add required parens and reword warning msg
2012-03-19 Nicholas ClarkIn feature.pm, inline current_bundle() into __common...
2012-03-19 Nicholas ClarkIn feature.pm, inline normalise_hints() into __common...
2012-03-19 Nicholas ClarkMerge the code common to feature::import and feature...
2012-03-19 Nicholas ClarkIn feature.pm, use a consistent code style in import...
2012-03-17 Tony Cookignore new build result from splitting docs for Module...
2012-03-16 Karl WilliamsonUnicode::UCD: pod clarifications, corrections
2012-02-25 Father ChrysostomosDon’t ‘normalise’ hints for bare ‘no feature’
2012-02-24 Karl Williamsonmktables: Correct Unicode 6.1 omission
2012-02-22 Ricardo Signes"no feature" now means reset to default
2012-02-18 Nicholas ClarkMove Pod::Functions from lib/ to ext/
2012-02-18 Nicholas ClarkBring the joy of strict and warnings to Functions.t
2012-02-18 Nicholas ClarkTerser code in Pod::Functions to generate $Type_Descrip...
2012-02-18 Nicholas ClarkTeach Pod::Functions that each, keys and values also...
2012-02-18 Nicholas ClarkAdd all missing functions to Pod::Functions.
2012-02-18 Nicholas ClarkTeach Pod::Functions about 'Keywords related to the...
2012-02-18 Nicholas ClarkUpdate Pod::Functions with changes from perlfunc.pod
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-16 Karl Williamsonmktables: Generate a table for quotemeta
2012-02-13 Karl Williamsoncharnames.t: viacode doesn't return Unicode_1 name...
2012-02-13 Karl Williamsonmktables: viacode() return unparenthesized names for...
2012-02-13 Karl Williamsonmktables: Don't add exact duplicate to tables
2012-02-12 Todd Rinaldounset PERLDB_OPTS environment variable or rt-61222...
2012-02-11 Karl Williamsonmktables: Update comments, variable names
2012-02-10 Karl WilliamsonUCD.t: white-space only
2012-02-10 Karl Williamsonmktables: Fix up some comments in the generated files
2012-02-10 Karl WilliamsonUnicode::UCD::prop_invmap: Store Nv property as adjuste...
2012-02-10 Karl WilliamsonUnicode::UCD::prop_invmap(): New improved API
2012-02-10 Karl WilliamsonUnicode::UCD: move common directory to subroutine
2012-02-10 Karl WilliamsonUnicode::UCD: pod and comment nits
2012-02-09 Karl WilliamsonAdd regen/mk_invlists.pl, charclass_invlists.h
2012-02-08 Nicholas ClarkMove lib/Pod/t/eol.t to ext/Pod-Html, as it's testing...
2012-02-08 Nicholas ClarkConvert triplicated code in lib/Pod/t/eol.t to a loop.
2012-02-08 Nicholas ClarkRefactor lib/Pod/t/eol.t
2012-02-08 Nicholas ClarkThe cleanup code in lib/Pod/t/eol.t needs updating...
2012-02-06 David Goldensync version.pm code with CPAN
2012-02-05 David Goldenwarnings.pm docs: clarify categories are in perllexwarn
2012-02-04 Karl WilliamsonUnicode::UCD move =item in pod
2012-02-04 Karl WilliamsonUnicode::UCD::prop_invmap() compress digit results
2012-02-04 Karl WilliamsonUCD.t: White space only
2012-02-04 Karl WilliamsonUnicode::UCD::prop_invmap(): Make the NFKCCF property...
2012-02-04 Karl WilliamsonUnicode::UCD::prop_invmap(): Return deltas for the...
2012-02-04 Karl Williamsonmktables: Generate some delta tables
2012-02-04 Karl Williamsonmktables: Change generated file comment
2012-02-04 Karl Williamsonmktables: Preserve old format in some tables
2012-02-04 Karl WilliamsonUnicode::UCD: pod and comment nits
2012-02-04 Karl Williamsonmktables: Allow generation of delta tables
2012-02-04 Karl Williamsonmktables: White-space, comments only
2012-02-04 Karl Williamsonmktables: Refactor if-else series
2012-02-04 Karl WilliamsonUnicode::UCD::prop_invmap(): Use regex to get trie
2012-02-04 Karl Williamsonmktables: Don't generate no-longer used tables
2012-02-04 Karl WilliamsonUnicode::UCD: Rmv uses of no-longer needed tables
2012-02-04 Karl WilliamsonUCD.t: white space only
2012-02-04 Karl Williamsonmktables: Include simple mappings in full tables
2012-02-04 Karl Williamsonmktables: Add duplicate tables
2012-02-04 Karl Williamsonmktables: avoid some extra work
2012-02-04 Karl Williamsonmktables: Allow non-standard initializations of properties
2012-02-04 Karl Williamsonmktables: Comments, white-space and typo in message...
2012-02-04 Karl Williamsonmktables: Refactor populating simple case folding tables
2012-02-04 Karl Williamsonmktables: Assume a leading zero means hex format
2012-02-04 Karl Williamsonmktables: Don't populate the _stc table
2012-02-04 Karl WilliamsonUnicode::UCD: Don't read _stc table
2012-02-04 Karl Williamsonmktables: Subroutine call needs to be fully qualified
2012-02-04 Karl WilliamsonUnicode 6.1
2012-02-04 Karl Williamsoncharnames: pod nits
2012-02-04 Karl Williamsonmktables: Cope with 6.1 Name_Alias changes
2012-02-04 Karl WilliamsonUnicode::UCD: Cope with 6.1 Name_Alias changes
2012-02-02 Steffen MuellerRemove dead and obscure typemap entries
2012-02-01 Steffen MuellerMove typemap documentation to its own file
2012-01-31 Father ChrysostomosIncrease $File::Copy::VERSION to 2.23
2012-01-31 Father Chrysostomos[perl #109104] File::Copy: Turn off ‘newline’ warnings
2012-01-31 Father ChrysostomosRemove use of study from splain
2012-01-31 Nicholas Clarkdiagnostics doesn't need to search for perldelta.pod...
2012-01-31 Karl Williamsonlocale.t: Add tests for fc()
2012-01-31 Karl Williamsonlocale.t: process in sorted order
2012-01-31 Karl Williamsonlocale.t: White space only
2012-01-31 Karl Williamsonlocale.t: Add tests for IN_UNI_8_BIT
2012-01-31 Karl Williamsonlocale.t: white space only
2012-01-30 Leon TimmermansMoving :mmap out of core binary into a module
2012-01-30 Father Chrysostomos[perl #108780] Make /foo$qr/ work under ‘no overloading’
2012-01-29 Brian FraserAdd the fc keyword in regen/feature.pl
2012-01-28 Father ChrysostomosIncrease $subs::VERSION to 1.01
2012-01-28 Juerd Waalboer[perl #21396] documentation error in subs.pm
2012-01-27 Father ChrysostomosIncrease $warnings::VERSION to 1.13
2012-01-27 Father ChrysostomosAllow ${^WARNING_BITS} to turn off lexical warnings
2012-01-25 Nicholas ClarkBump $Unicode::UCD::VERSION after commit c3e5bc54acca7110.
2012-01-25 Chris 'BinGOs' Wil... Fix pod error in Unicode::UCD
2012-01-24 Father ChrysostomosIncrease $overload::VERSION to 1.18
2012-01-24 Father ChrysostomosIn overload::AddrRef, use ‘no overloading’
2012-01-24 Father Chrysostomos[perl #108780] Make ‘no overloading’ work with qr//
2012-01-23 Father ChrysostomosEnglish.pm: Remove fallacious comment
next