This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
charnames.pm: Change variable name
[perl5.git] / lib /
2010-09-25 Karl Williamsoncharnames.pm: Change variable name
2010-09-25 Karl Williamsoncharnames.t: Add code so can test 100% of names
2010-09-25 Karl Williamsoncharnames.t: clarify comments
2010-09-25 Karl Williamsoncharnames.t: Don't call srand(undef)
2010-09-25 Karl Williamsoncharnames: Remove unnecessary \t in Name.pl
2010-09-25 Karl Williamsoncharnames.pm: Small performance enhancements
2010-09-25 Karl Williamsonmktables: Remove stubbed out code
2010-09-25 Father ChrysostomosMake the new sigtrap.t test more tolerant of OS differences
2010-09-24 Father ChrysostomosModify a utf8.t test in anticipation of a fix for ...
2010-09-24 Father Chrysostomossigtrap version bump + perldelta
2010-09-24 Father ChrysostomosAdd tests for [perl #72340] sigtrap attempts to modify...
2010-09-24 Joshua N Pritikin[perl #72340] sigtrap attempts to modify read-only...
2010-09-24 Alex DaviesThe rest of [perl #71710] fixes for File::Find
2010-09-24 Father ChrysostomosOops. I broke sigtrap.t’s test output
2010-09-24 Father ChrysostomosConvert sigtrap.t to test.pl
2010-09-24 Alex Davies[perl #71712] fixes for File::DosGlob
2010-09-24 Alex Davies[perl #71710] fixes for File::Find
2010-09-22 Tony Cookmake sure perl doesn't touch stat.t between stats
2010-09-21 Michael G SchwernTest localization of English.pm’s $LIST_SEPARATOR ...
2010-09-21 Tony Cookcompare stat results on a file that isn't touched elsewhere
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-16 Florian RagwitzBack out the mauve module and related changes
2010-09-15 Florian RagwitzBump $open::VERSION
2010-09-13 Aristotle Pagaltzisimprove open.pm layer class error message
2010-09-13 Father ChrysostomosTest %main::OVERLOAD, which was almost broken by a...
2010-09-12 Ricardo Signesrename &warnings::register to avoid ambiguity
2010-09-11 Florian RagwitzUpgrade EUMM from version 6.57_01 to 6.57_05
2010-09-10 Florian RagwitzBump $warnings{,::register}::VERSION
2010-09-10 Florian RagwitzUpdate warnings.pl with the ::register changes
2010-09-10 Ricardo Signesimprove registration of warning categories
2010-09-10 Paul JohnsonRemove qw(...) as parentheses deprecated warnings
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-01 Nicholas ClarkTests using t/lib/common.pl need to run in separate...
2010-09-01 Florian RagwitzAdd test for deprecation warnings from h2ph
2010-09-01 Nicholas ClarkStop Tie::Hash->TIEHASH() looping forever.
2010-09-01 Florian RagwitzBump blib::VERSION after 3f9bb6b
2010-08-30 Eric BrineAvoid needless use of UTF8=1 format [RT#56336]
2010-08-30 Eric BrineTODO tests for avoid needless use of UTF8=1 format...
2010-08-30 Zsbán Ambrusadd more tests to lib/mauve.t so it tests also that...
2010-08-30 Tony Cookmauve.t needs access to %Config, make sure it's available
2010-08-29 Yves Ortoncreate the "mauve" temporary namespace for things like...
2010-08-28 Karl Williamsonmktables: Silence common build warning
2010-08-26 Nicholas ClarkIn mktables, disable string overloading when de-duping...
2010-08-26 Nicholas ClarkConvert mktables to assign lexicals via do { no overloa...
2010-08-26 Nicholas ClarkChange mktables to use pack 'J', $addr; to key its...
2010-08-26 Nicholas ClarkIn lib/unicore/mktables tweaks to tidy the file writing...
2010-08-26 Nicholas ClarkIn lib/unicore/mktables minor tidying of the numifciati...
2010-08-25 Karl Williamsonmktables: Clarify comment output in files
2010-08-25 David Mitchelldon't taint $DB::sub
2010-08-24 David Mitchelldetaint paths added by blib.pm
2010-08-16 Florian RagwitzBump $feature::VERSION
2010-08-15 Chris 'BinGOs' Wil... Fix the overload tests marked as TODO in 22afb09b13a6dc...
2010-08-14 Chris 'BinGOs' Wil... Made a number of tests TODO in lib/overload.t due to...
2010-08-13 Karl Williamsonuse charnames (); fails
2010-08-13 Karl Williamsoncharnames.t: tweak amount of testing of CJK chars
2010-08-13 Karl Williamsoncharnames.t: Change message to fit in 80 columns
2010-08-13 Karl Williamsoncharnames.t: Guard agains empty lines in __DATA__
2010-08-13 Karl Williamsoncharnames.t: use srand's seed
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
next