This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add perldiag entries for new version format errors
[perl5.git] / lib /
2010-08-11 Karl Williamsonfeature.pm: Note unicode_strings is not complete
2010-08-02 David CantrellAdd tests for Tie::ExtraHash
2010-07-27 Rafael Garcia-SuarezMerge remote branch 'khwilliamson/ncharnames' into...
2010-07-22 Josh ben JoreUpdate debugger changelog
2010-07-22 Josh ben JoreDebugger prints lines to the remote port when it forks...
2010-07-22 Craig A. BerryLooser filename matching for new Carp.t tests.
2010-07-22 Nicholas ClarkIn Carp, if @DB::args still contains our sentinel,...
2010-07-21 Nicholas ClarkIn Carp, if B is loaded use it to get the name of the...
2010-07-21 Nicholas ClarkDetect incomplete caller overrides in Carp, and avoid...
2010-07-21 Nicholas ClarkIn Carp, minimise the amount of code running in package DB.
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-13 Karl Williamsonmktables: Move some CJK chars out of Name.pl table
2010-07-13 Karl Williamson[perl 71764] Extend charnames to all of Unicode
2010-07-13 Karl Williamsoncharnames.pm: More refactoring for performance
2010-07-13 Karl Williamsoncharnames.pm: refactor so complex re is used once
2010-07-13 Karl Williamsoncharnames.pm: Change variable's name
2010-07-13 Karl Williamsoncharnames.pm: expand tabs
2010-07-13 Karl Williamsonmktables: remove wrong extra blank from output
2010-07-13 Karl WilliamsonYet another comment change
2010-07-13 Karl Williamsoncharnames.t: Test that can have string "0x..."
2010-07-13 Karl Williamsoncharnames: Change so :short syntax can have spaces
2010-07-13 Karl Williamsoncharnames: Fix scoping bugs
2010-07-13 Karl Williamsoncharnames.pm: A couple more comments
2010-07-13 Karl Williamsoncharnames.pm: More comment fixes
2010-07-13 Karl Williamsoncharnames: clean up pod
2010-07-13 Karl Williamsoncharnames.pm: return ord not chr
2010-07-13 Karl Williamsoncharnames.pm clarify comments
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
next