This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5133delta.pod wrapping and cleanup
[perl5.git] / lib /
2010-07-19 David GoldenBump module version numbers
2010-07-16 Josh ben JoreThe debugger now continues to use RemotePort when it...
2010-07-15 Alexandr CiorniiMake example work with "use strict" by eliminating...
2010-07-15 Josh ben JoreStop using $ENV{LESS} for parameters not intended for...
2010-07-15 Josh ben JoreConfigure has a path to less and perl5db.pl can use it
2010-07-15 Karl WilliamsonPATCH: [perl #76502] Fix UCD.pm doc
2010-07-10 Josh ben JoreDie with $@ instead of empty message
2010-07-10 Josh ben JoreRemove extra/useless $@ check after eval { require...
2010-07-10 Josh ben JorePromote eval( "require ..." ) to eval { require ... }
2010-07-10 Josh ben JorePromote eval { require( ... )} || die to mere require...
2010-07-10 Josh ben JoreRemove indirect object notation from debugger
2010-07-10 Josh ben JoreDocument that @{$main::{'_<'.$filename}} lines are...
2010-07-04 Karl WilliamsonSpeed up viacode
2010-07-04 Karl Williamsoncharnames.t update because of rebase
2010-07-04 Karl WilliamsonAdd vi hint for non-std format of charnames.pm
2010-07-04 Karl WilliamsonMore charnames pod updates
2010-07-04 Karl Williamsoncharnames: check for use bytes in vianame; efficiency
2010-07-04 Karl WilliamsonClean up charnames pod, including new changes
2010-07-04 Karl WilliamsonClean up viacode, accept large aliases
2010-07-04 Karl WilliamsonExtend \N{} enhancements to vianame()
2010-07-04 Karl WilliamsonBump version; some pod cleanup
2010-07-04 Karl Williamsoncharnames: add CORE:: to hex()
2010-07-04 Karl WilliamsonAbandon plans to change viacode's return of unassigned
2010-07-04 Karl WilliamsonAllow defining custom charnames to ordinals
2010-07-04 Karl WilliamsonAdd clarifying comments to charnames.t
2010-07-04 Karl WilliamsonReword feedback request.
2010-07-04 Karl WilliamsonAdd a number of abbrs and variants to \N{}
2010-07-03 David Mitchellavoid multiple FETCH/stringify on filetest ops
2010-07-03 David Mitchellavoid extra FETCHes on overloaded qr stringify
2010-07-03 David Mitchelloverload.t: clarify concat #FETCH expected
2010-07-03 David Mitchellremove double stringify-overload from $ovld .= foo
2010-07-03 David Mitchelleval: handle taint of overloaded/tied arg
2010-07-03 David Mitchellfix tainting and overload
2010-07-03 David Mitchelltaint-enable lib/overload.t
2010-07-03 Steffen MuellerExporter version bump
2010-07-03 Todd RinaldoFix RT #74472 Exporter.pm blocks Signal handling
2010-07-03 Ævar Arnfjörð Bjar... Skip suid File::Copy tests on a nosuid partition
2010-07-01 Nicholas Clarkt/lib/common.pl can use caller to infer the name of...
2010-07-01 Nicholas ClarkConvert subs.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert charnames.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert strict.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert gmtime.t, localtime.t and overloading.t to...
2010-07-01 Nicholas ClarkConvert DirHandle's tests to Test::More.
2010-06-29 Nicholas ClarkSuppress deprecation warnings from test output for...
2010-06-29 Zeframdeprecation warning on deprecated-in-core .pl libs
2010-06-28 Karl WilliamsonAdd cautionary comment to .t
2010-06-28 Karl WilliamsonRemove BUG report from pod that is now fixed
2010-06-28 Karl WilliamsonFix charnames::viacode not accepting U+... param
2010-06-28 Karl WilliamsonUpdate charnames.t to modern style
2010-06-23 Nicholas ClarkRemove MacOS classic support from File::{Copy,DosGlob...
2010-06-23 Nicholas ClarkRemove MacOS classic support from File::Basename.
2010-06-23 Nicholas ClarkRemove MacOS classic support from blib, diagnostics...
2010-06-23 Nicholas ClarkRemove MacOS classic support from the debugger.
2010-06-23 Nicholas ClarkMove parameter validation, and carp/croak generation...
2010-06-23 Nicholas ClarkMove the repeated vec logic into warnings::__chk.
2010-06-23 Nicholas ClarkNo need to return $i from warnings::__chk, as the value...
2010-06-23 Nicholas ClarkMake warnings::__chk default the returned caller's...
2010-06-23 Nicholas ClarkIn vars::import, avoid assigning to $pack, which is...
2010-06-23 Nicholas ClarkMerge the guts of warnings::import and warnings::bits...
2010-06-23 Nicholas Clarkwarnings::import() can exit quickly and efficiently...
2010-06-23 Nicholas ClarkSome tiding of warnings::__chk().
2010-06-21 Matt S Troutversion bump for File::Copy and add change to delta
2010-06-21 Matt S Troutbump versions on VMS::DCLsym, mro, Search::Dist and...
2010-06-17 Nicholas ClarkAvoid creating @EXPORT_FAIL in every package using...
2010-06-15 Karl WilliamsonRemove debugging statement from mktables.
2010-06-08 AbigailResolve issue #74974: document File::Copy::copy(FILE...
2010-06-07 H.Merijn BrandSpell-check fixes in lib
2010-06-07 Karl WilliamsonPATCH: uniprops.t take advantage of EBCDIC test.pl
2010-06-04 David Mitchellfix for RT #8438: $tied->() doesn't call FETCH
2010-05-30 Karl WilliamsonAdd mktables option for development use
2010-05-30 Karl Williamsonmktables -- don't create Names table unless asked
2010-05-30 Karl WilliamsonFix priority of suppressed vs. explicitly output
2010-05-30 Karl WilliamsonRemove obsolete comment
2010-05-30 Karl WilliamsonGenerate simple case folding tables only if asked
2010-05-30 Karl WilliamsonAdd comment about objaddr in mktables
2010-05-30 Karl WilliamsonUse in-line 'no overloading' for speed
2010-05-28 Salvador Ortiz GarciaNaif calls segfault T_PRTOBJ of the stock typemap
2010-05-21 David Mitchellmake overload respect get magic
2010-05-20 Ricardo Signesbump version on modules changed since 5.13.0
2010-05-19 David Goldenbumped File::Find version to 1.16
2010-05-19 Dan DascalescuFixed typo: "effecting data" -> "affecting data".
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
next