This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix "...without parentheses is ambuguous" warning for UTF-8 function names
[perl5.git] / lib /
2015-03-26 Father Chrysostomos[perl #123790] Disable targlex for some ops
2015-03-25 Father ChrysostomosDeparse.t: test <<>>
2015-03-24 Nicholas ClarkBump Deparse's $VERSION following commit 65ef2c3e7d945498.
2015-03-24 Rafael Garcia-SuarezCorrectly deparse <<>>
2015-03-23 David Goldendiscourage use warnings FATAL => 'all'
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-20 Steve HayBump version for 5.21.11 (if that happens)
2015-03-20 Karl Williamsonunicore/README.perl:perl with older Unicode versions
2015-03-20 Karl WilliamsonUpdate information about using older Unicode
2015-03-20 Karl Williamsonmktables: Better work with earlier Unicodes
2015-03-19 Karl Williamsonlib/perl5db.pl: Fix pod typo
2015-03-19 Karl Williamsonlib/perl5db.pl: Generalize for EBCDIC
2015-03-19 Karl WilliamsonCreate single fcn for dup'd /lib code
2015-03-18 Karl Williamsonlib/open.t: TODO an EBCDIC test until Encode fixed
2015-03-18 Karl WilliamsonDBM_Filter/t/encode.t: temporarily skip until Encode...
2015-03-17 Ricardo SignesRevert discouragement of fatal warnings
2015-03-17 James E Keenanperldelta entry for ce3778a3796be3e4604ed9b3671ea624c5a...
2015-03-17 David GoldenDocument FATAL warnings as discouraged.
2015-03-15 Karl Williamsonlib/open.t: Skip a test on EBCDIC because of encoding
2015-03-15 Karl Williamsonlib/DBM_Filter/t/encode.t: Generalize for non-ASCII...
2015-03-13 Karl Williamsont/lib/open.t: Generalize for EBCDIC platforms
2015-03-13 Karl WilliamsonOptimize out unicode_to_native(), native_to_unicode()
2015-03-09 Karl WilliamsonDBM_Filter/t/utf8.t: Generalize for other EBCDIC code...
2015-03-09 Karl Williamsonperluniprops: Add text about using with older Unicode...
2015-03-09 Karl Williamsonlib/locale.t: White-space only
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-06 Karl Williamsonlib/overload.t: Generalize for EBCDIC
2015-03-06 Karl Williamsonlib/utf8.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsonfeature/unicode_strings.t: Generalize to work on non...
2015-03-06 Karl Williamsonlib/dumpvar.pl: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsonlib/Unicode/UCD.t: White-space only
2015-03-05 Karl Williamsonlib/Config.t: Skip tests that are invalid on os390
2015-03-05 Karl Williamsonlib/Unicode/UCD.t: Fixes to work on EBCDIC
2015-03-05 Karl Williamsonlib/open.t: Fix skip count
2015-03-02 Tony Cook[perl #123947] deparse $#_ as $#_ not as $#{_}
2015-03-01 Father Chrysostomos[perl #123848] Allow OPpTARGET_MY on qr
2015-03-01 Hugo van der Sanden[perl #123763] pushre needs to permit OPpTARGET_MY
2015-02-24 Petr Písařlib/h2ph.t to test generated t/_h2ph_pre.ph instead...
2015-02-21 Sawyer Xadded link to announcement
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonRemove obsolete macros/tables for \X
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-20 Karl Williamsonmktables: Refactor \X test so can be used for others
2015-02-18 Karl Williamsonlib/B/Deparse.t: Suppress unescaped qr/{/ message
2015-02-18 Karl WilliamsonUnicode::UCD: Add charprops_all() public function
2015-02-18 Karl WilliamsonUnicode::UCD: Add charprop public function
2015-02-18 Karl Williamsonlib/Unicode/UCD.t: White-space only
2015-02-18 Karl Williamsonlib/Unicode/UCD.t: Convert some single quotes to double
2015-02-18 Karl WilliamsonUnicode::UCD::prop_value_aliases() Don't return invalid...
2015-02-18 Karl WilliamsonUnicode::UCD: Pod corrections, clarifications
2015-02-16 Father ChrysostomosDeparse state sub defined in inner subs
2015-02-14 Karl WilliamsonUnicode::UCD: Generalize for EBCDIC platforms
2015-02-14 Karl WilliamsonUnicode::UCD::prop_aliases(): return correct long and...
2015-02-14 Karl Williamsonmktables: Rip out redundant tables
2015-02-14 Karl Williamsonmktables: Fix looping recursive detection
2015-02-14 Karl Williamsonmktables: Remove unused variable
2015-02-14 Karl Williamsonmktables: Fix typo in comment
2015-02-11 Karl WilliamsonUnicode::UCD: Fix synopsis
2015-02-10 Karl WilliamsonUnicode::UCD: Add prop_values() function
2015-02-08 James E KeenanCorrect grammatical error in Benchmark POD.
2015-02-06 Father ChrysostomosDeparse: Don’t choke on SPECIAL constants
2015-02-06 Father Chrysostomos[perl #123753] Fix assertion failure with map+map
2015-02-01 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.33
2015-02-01 Father Chrysostomosoverload.pm: Document fifth arg for &|^~
2015-02-01 Father Chrysostomos5th arg to indicate numeric bitwise overloading
2015-02-01 Father Chrysostomosoverload.pm: Typo
2015-02-01 Father Chrysostomosfeature.pm: Document the bitwise feature
2015-02-01 Father Chrysostomosoverload.t: Test experimental bitops
2015-02-01 Father Chrysostomosoverload.pm: Document &. etc.
2015-02-01 Father ChrysostomosIncrease $overload::VERSION to 1.25
2015-02-01 Father Chrysostomosoverload.pm: Add string-specific bitops
2015-02-01 Father ChrysostomosDeparse new bitops
2015-02-01 Father ChrysostomosDeparse.t: Account for new warnings category
2015-02-01 Father ChrysostomosAdd experimental::bitwise warnings category
2015-02-01 Father ChrysostomosIncrease $feature::VERSION to 1.40
2015-02-01 Father ChrysostomosAdd bitwise feature feature
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
2015-02-01 Father ChrysostomosAdd overload types for string-specifc bitops
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2015-01-22 Karl Williamsonmktables: White-space only
2015-01-22 Karl Williamsonmktables: Verify Unihan files versions
2015-01-22 Karl Williamsonmktables: Note that a property is deprecated by Unicode
2015-01-22 Karl WilliamsonUnicode::UCD: Allow internal properties in invmap()
2015-01-22 Karl WilliamsonUnicode::UCD: pod nits
2015-01-21 Matthew HorsfallMore bumpbing of version number to 5.21.9. Missed this...
2015-01-20 Father ChrysostomosMake :const experimental
2015-01-20 Father ChrysostomosAdd experimental::const_attr warning category
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-19 Karl Williamsonlib/locale.t: Suppress some warnings
2015-01-19 Karl Williamsonlib/locale.t: Generalize to work on non-ASCII
2015-01-14 Karl Williamsont/charset_tools.pl: Improve function names
2015-01-14 Karl WilliamsonUse more universal function in tests where makes sense
2015-01-13 Karl WilliamsonAdd new warnings category for "use re 'strict'"
2015-01-06 Father ChrysostomosIncrease perl5db.pl’s $VERSION to 1.47
2015-01-06 E. Chorobaperl5db.pl: Undefined subroutine &DB::db_warn
2015-01-05 Father Chrysostomoscomplement can have OPpTARGET_MY
2014-12-31 Karl Williamsonwarnings.pm: Fix too long verbatim lines
2014-12-31 Karl Williamsonlib/B/Deparse.pm: refactor a hash slightly
next