This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Digest-MD5 to CPAN version 2.40
[perl5.git] / lib /
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
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...
next