This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlunicode: fix for 80 col display
[perl5.git] / lib /
2010-05-03 karl williamson... PATCH: Make perluniprops.pod platform neutral
2010-05-02 Rafael Garcia-SuarezBump version of Carp
2010-05-02 Gene Sullivan[perl #74808] Carp.pm POD error
2010-05-02 Gisle AasMake Term::ReadLine::findConsole fall back to STDIN...
2010-04-27 Zeframdon't use $[ in library code
2010-04-26 Robin BarkerFix h2ph and test
2010-04-26 David Goldenadd tests for version::is_strict() and version::is_lax()
2010-04-26 David Goldenfix version::is_strict/is_lax exporting
2010-04-25 Rafael Garcia-SuarezBump versions of charnames and Unicode::UCD after last...
2010-04-25 Rafael Garcia-SuarezAdapt plan after last patch
2010-04-25 Karl WilliamsonPATCH [perl #72624] charnames::viacode(0) returns undef
2010-04-25 James E Keenan5.12.0 test failures in lib/blib.t and lib/locale.t...
2010-04-15 Niko TyniFix a test failure in perl5db.t when Term::ReadLine...
2010-04-13 Nga Tang Chan[perl #73560] [PATCH] Fix typos in Pod::Functions
2010-04-13 Rafael Garcia-SuarezIgnore Devel/DProf test files in the git repository
2010-04-13 Jesse Vincentfeature.pm now knows about 5.13
2010-04-05 Steffen MuellerRemove perl4-library deprecation warnings
2010-03-28 Craig A. BerrySpaces in filenames require non-default settings on...
2010-03-28 David Mitchellremove tmp debugging from File/Copy.t
2010-03-28 Karl WilliamsonNote a new thing to check for each new release of Perl
2010-03-27 David MitchellRT #73714: Regression in 5.12: File::Copy and initial...
2010-03-14 Jesse Vincentfeature.pm needed to be taught about "use feature ...
2010-03-12 Tom HukinsUse simpler language.
2010-03-11 Nicholas ClarkFix stringification assumption bug in overload.t, revea...
2010-03-02 David Mitchell[perl #73174] swash_init() wasn't saving %^H
2010-02-28 Karl WilliamsonUpdate documentation
2010-02-28 Karl WilliamsonUpdate charnames documentations for \N changes, bugs
2010-02-26 David Mitchellbytes.pm: downgrade DEPRECATED to NOTICE
2010-02-25 Rafael Garcia-SuarezTypo fix
2010-02-24 David Mitchellmore prose fixups to bytes.pm deprecation warning
2010-02-22 David Mitchellfix prose from previous lib/bytes.pm doc update
2010-02-22 David MitchellBetter explain utf8::upgrade/downgrade/encode/decode
2010-02-22 David Mitchelldeprecate bytes.pm
2010-02-22 AbigailBram pointed out the new tests hang if the fix for...
2010-02-21 AbigailMerge branch 'tie-scalar' into blead
2010-02-21 AbigailUpped VERSION
2010-02-21 Nicholas ClarkSince change 9c901649534a1360, vendorlib_stem isn't...
2010-02-20 AbigailDon't recurse forever if both new() and TIESCALAR(...
2010-02-20 AbigailDocument differences between Tie::Scalar and Tie::StdScalar
2010-02-14 Steve HayBump version's $VERSION
2010-02-07 Jesse VincentRemoving invalid port L<> links from Version documentat...
2010-02-06 David Goldenmove version details to version::Internals and other...
2010-02-06 David Goldendocument version::is_strict/is_lax
2010-02-06 John PeacockDocument usage of version regexps
2010-02-06 John PeacockExport and document is_lax and is_strict functions
2010-02-05 Michael G. SchwernDon't try to calculate a time over the conservative...
2010-02-02 Todd RinaldoDiagnostic improvements to better understand why lib...
2010-01-25 Nicholas ClarkChange from a hard coded temporary file name in lib...
2010-01-20 Ricardo Signesbump versions for core libs changed since 5.11.3
2010-01-19 Ricardo Signesregen warnings.pl for new version number
2010-01-19 David Goldennote strict/lax version requirements in documentation
2010-01-17 Karl WilliamsonClean up mktables intro comments; remove trailing white...
2010-01-16 Todd Rinaldo[perl #72098] File::Copy stripping 06000 perms on cp...
2010-01-15 Karl WilliamsonPATCH: [perl #71726] \p{xdigit} should match full-width...
2010-01-15 Karl WilliamsonThis adds a constructor option to not output the commen...
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-12 Ricardo Signestest stash_name in less.pm
2010-01-12 Ricardo Signescatch the one $class instance missed in less.pm
2010-01-12 Rafael Garcia-SuarezMention name of C constant in feature.pm for greppability
2010-01-11 Karl WilliamsonAdd note to .pod for compound form perl extensions
2010-01-11 Rafael Garcia-SuarezBump less' version
2010-01-11 Ricardo Signesallow indirection between less and its hints stash...
2010-01-11 Karl WilliamsonRemove [[:posix:]] references because changes not going...
2010-01-10 Rafael Garcia-SuarezCompletely avoid autovivification of CORE::GLOBAL:...
2010-01-10 Rafael Garcia-SuarezTypo fix : caller:: isn't caller
2010-01-10 Matt S TroutMove prototype parsing related warnings from the 'synta...
2010-01-03 Rafael Garcia-SuarezBump version of UNIVERSAL.pm
2010-01-03 Ricardo Signesdial back warnings on UNIVERSAL->import
2009-12-30 Karl WilliamsonCorrect \p{print} to not match LINE SEPARATOR nor PARAG...
2009-12-29 H.Merijn BrandGuard open.t against Encode not being available
2009-12-28 karl williamsonPATCH: Makefile in lib/unicore shouldn't clean .t file
2009-12-25 Karl WilliamsonUpdate .pods
2009-12-20 Karl WilliamsonUnicode documentation updates
2009-12-20 Jesse VincentBumped File::Find's version since it's changed since...
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-12-16 Jesse VincentUpdate File::Copy tests to skip on OpenBSD, as it mount...
2009-12-15 Rafael Garcia-SuarezDon't make C<use legacy> die on unknown legacy names
2009-12-14 Michael Breenfix bug 67156: overload: nomethod(..., '!') return...
2009-12-14 Gene Sullivan[perl #71204] diagnostics.pm suppresses 'Use of uniniti...
2009-12-12 Rafael Garcia-SuarezDoc nits
2009-12-06 Karl Williamsonqr/\X/ expansion
2009-12-04 Craig A. BerryPort lib/unicore/mktables to VMS.
2009-12-03 Karl WilliamsonUnicode 5.2
2009-12-02 Karl Williamsonwork-around Carp/overloading miniperl problem
2009-11-28 Karl Williamsonmktables performance improvement
2009-11-25 Karl Williamsonwrap uniprops.t; makefile changes for mktables
2009-11-24 Rafael Garcia-SuarezBump version and regenerate warnings.pm
2009-11-24 Rafael Garcia-SuarezRemove generated file pod/perluniprops.pod from the...
2009-11-24 Karl Williamsonmktables not run unless needed
2009-11-23 Karl WilliamsonMake unicode semantics the default
2009-11-22 Rafael Garcia-SuarezAdd also mktables.lst to gitignore, since it's generated
2009-11-22 Rafael Garcia-SuarezSimplify title of perluniprops
2009-11-22 Rafael Garcia-SuarezRemove mktables.lst, since it's generated
2009-11-22 Rafael Garcia-SuarezAdd new generated file lib/unicore/Heavy.pl to gitignore
2009-11-22 Karl Williamsonmktables revamp
2009-11-21 David GoldenUpdate generated Module::Build::ConfigData
2009-11-20 AbigailUpdate count
2009-11-20 AbigailFix bug #68260
2009-11-19 Frank WiegandFix POD: C<...->...> => C<< ...-> ... >>
2009-11-14 Rafael Garcia-SuarezPOD fixes and typos
next