This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Memory-management macros evaluate their arguments multiple times
[perl5.git] / lib /
2010-10-22 Father ChrysostomosBump charnames’ version
2010-10-21 Karl Williamsoncharnames::viacode returning less correct name
2010-10-21 Karl Williamsonmktables: Complement variable meaning for clarity
2010-10-17 Craig A. BerryParentheses in compiler flags are legal on VMS.
2010-10-15 Karl WilliamsonSubject: [perl #58182] partial: Add uni \s,\w matching
2010-10-15 Karl WilliamsonSubject: unicode_strings.t: Imprv test output
2010-10-15 Karl WilliamsonSubject: unicode_strings.t: rmv trail blanks
2010-10-14 Florian RagwitzUpdate .gitignore for the Tie::Hash::NamedCapture move
2010-10-14 Nicholas ClarkConvert lib/Tie/Hash/NamedCapture.pm to an XS module...
2010-10-14 Father Chrysostomoswarnings.pl -> regen/warnings.pl
2010-10-14 Father Chrysostomosoverload.pl -> regen/overload.pl
2010-10-13 Karl WilliamsonFix typos in comments
2010-10-13 Karl Williamsoncharnames.t: Make sure code point aliasess are right
2010-10-13 Karl Williamsoncharnames.t: Extract common code to subroutine
2010-10-12 Karl Williamsonmktables: Change name of option to -annotate
2010-10-12 Karl Williamsonmktables: Change variable name
2010-10-12 Karl Williamsonmktables: Extend -output_names option
2010-10-12 Karl Williamsonmktables: Add arg to write() to say if in utf8
2010-10-12 Karl Williamsonmktables: Move method to different class
2010-10-12 Karl Williamsonmktables: Remove extraneous error message
2010-10-12 Karl Williamsonmktables: Change method name for clarity
2010-10-12 Karl Williamsonmktables: Finish the refactoring out of a pass.
2010-10-12 Karl Williamsonmktables: Remove unshift onto large array
2010-10-12 Karl Williamsonmktables: Rmv obsolete field
2010-10-12 Karl Williamsonmktables: refactor to eliminate a pass over tables
2010-10-12 Karl Williamsonmktables: Add # XXX so can find experimental code
2010-10-12 Karl Williamsonmktables: Move 'format' to base class
2010-10-12 Karl Williamsonmktables: Change format name for Decomposition.pl
2010-10-12 Karl Williamsonmktables: change variable name for clarity
2010-10-12 Karl Williamsonmktables: if modify during run, regen tables
2010-10-12 Karl Williamsonmktables: rewrite 'if' statement for clarity
2010-10-12 Karl Williamsonmktables: complement variable name for rebuilding
2010-10-12 Karl Williamsonmktables: Add type_of() method to get range's type
2010-10-12 Karl Williamsonmktables: Convert value_of() to use containing_range()
2010-10-12 Karl Williamsonmktables: Remove extraneous debug statement
2010-10-12 Karl Williamsonmktables: Add containing_range method
2010-10-12 Karl Williamsonmktables: Clarify comment in generated tables
2010-10-12 Karl Williamsonmktables: Clarify comment in generated tables
2010-10-12 Karl Williamsonmktables: Save reference to two commonly used tables
2010-10-12 Karl Williamsonmktables: Improve message
2010-10-12 Karl Williamsonmktables: Remove commented out obsolete code
2010-10-12 Karl Williamsonmktables: Can't generate simple casing tables
2010-10-12 Karl Williamsonmktables: Use more descriptive property names
2010-10-12 Karl Williamsonmktables: Make generated files use hex code points
2010-10-12 Karl Williamsonmktables: fix typos in comments
2010-10-10 Craig A. BerryDon't assume filenames can contain parentheses
2010-10-10 Florian RagwitzPod/Html.pm is now in ext/Pod-Html
2010-10-09 Craig A. BerryMake the new perl5db.t taint test work on VMS.
2010-10-08 Craig A. BerryExtUtils::XSSymSet can now let the compiler shorten...
2010-10-08 David GoldenChange vverify() to return HV or NULL (RT#78286)
2010-10-05 Nicholas ClarkMove Pod::Html from lib/ to ext/
2010-09-28 Father Chrysostomos[perl #71998] overload::Method can die with blessed...
2010-09-27 Father ChrysostomosVersion bump and perldelta for Carp
2010-09-27 Aaron Crane[perl #78082] Carp.pm: Avoid autovivification of CORE...
2010-09-25 Father ChrysostomosTry once more to fix sigtrap.t
2010-09-25 Karl Williamsoncharnames.pm: reformat comments
2010-09-25 Karl Williamsoncharnames.pm: indent less to fit in 80 columns
2010-09-25 Karl WilliamsonTeach Perl about Unicode named character sequences
2010-09-25 Karl Williamsoncharnames.pm: Nits in pod
2010-09-25 Karl Williamsoncharnames.pm: Clarify comments
2010-09-25 Karl Williamsoncharnames.t: Add output message
2010-09-25 Karl Williamsoncharnames.t: Clarify message
2010-09-25 Karl Williamsoncharnames.t: Clarify value is hex
2010-09-25 Karl Williamsoncharnames.t: Add tests for NameAliases
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
next