This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
universal.c:croak_xs_usage: Don’t fetch context twice
[perl5.git] / lib /
2014-09-15 Father ChrysostomosTeach Deparse about coderefs in stashes
2014-09-13 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.28
2014-09-13 Father ChrysostomosDeparse.pm:pp_list: Don’t call $lop->name repeatedly
2014-09-13 Father ChrysostomosDeparse typed vars
2014-09-13 Father ChrysostomosDeparse our(LIST) correctly
2014-09-11 Father ChrysostomosWrap long pod lines in B::Op_private for real
2014-09-10 Father ChrysostomosNote where B::Op_private’s pod is to be edited
2014-09-10 Father ChrysostomosWrap long lines in B::Op_private pod
2014-09-10 David Mitchelladd missing op_private labels to Concise etc
2014-09-10 David MitchellAutomate processing of op_private flags
2014-09-10 Father ChrysostomosIncrease $overload::VERSION to 1.23
2014-09-10 Father ChrysostomosRemove redundant check from overload.pm
2014-09-07 James E KeenanCorrect typo reported by Hauke D. (RT #41359)
2014-09-07 Karl WilliamsonAllow \N{named seq} in qr/[...]/
2014-09-03 Chris 'BinGOs' Wil... Update Scalar-List-Utils to CPAN version 1.40
2014-09-01 Karl Williamsonlib/utf8_heavy.pl: Don't return empty under miniperl
2014-08-25 Father ChrysostomosRemove compile-time checking of rv2?v with const kid
2014-08-24 Father ChrysostomosIncrease $_charnames::VERSION to 1.42
2014-08-24 Father ChrysostomosPartial minitest fix-up
2014-08-20 Peter MartiniRevert Test::Builder changes in prep for 5.21.3
2014-08-16 Chad GranumUpdate to include latest Test::Builder alpha
2014-08-15 Tony Cookfix debugger y command scope level
2014-07-21 Karl Williamsonutf8_heavy.pl: Fix nit in comment
2014-07-21 Dagfinn Ilmari Man... Disallow importing functions from UNIVERSAL
2014-07-14 Alexandr CiorniiFile::Copy does not overwrite read-only files
2014-07-09 Karl Williamsonlib/locale.t: Fix debug statement
2014-07-03 Tony Cook[perl #3330] warn on increment of an non number/non...
2014-06-28 Craig A. BerryFix like/is problem in perl5db.t.
2014-06-21 Karl Williamsonlib/locale.t: Improve debug info
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-06-21 Ævar Arnfjörð Bjar... Add a new warning about redundant printf arguments
2014-06-21 Ævar Arnfjörð Bjar... Split up the fake "missing" warning category into an...
2014-06-18 Karl Williamsonlib/locale.t: White space only
2014-06-18 Karl Williamsonlib/locale.t: Skip testing $! unless LC_MESSAGES exists
2014-06-18 Karl WilliamsonPATCH:[perl #12202] locale fails on OS X
2014-06-18 Karl Williamsonlib/locale.t: Don't test strftime without LC_TIME
2014-06-18 Karl Williamsonlib/locale.t: Add %p to strftime test
2014-06-18 Karl Williamsonlib/locale.t: Add debugging statement
2014-06-18 Karl Williamsonlib/locale.t: Add debugging subroutine
2014-06-18 Karl Williamsonlib/locale.t: Modify debug statements
2014-06-18 Karl Williamsonlib/locale.t: Don't test locales without LC_NUMERIC
2014-06-18 Karl Williamsonlib/locale.t: Refactor some tests common to 2 branches
2014-06-18 Karl Williamsonlib/locale.t: Add debugging statement
2014-06-17 Matthew Horsfall... Bump B::Deparse version
2014-06-17 Dagfinn Ilmari Man... Preserve explicit 'm' when deparsing m?PATTERN?
2014-06-17 Karl WilliamsonUse Unicode 7.0
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-11 Jarkko HietaniemiLocale tests assumed POSIX, not true in minitest.
2014-06-10 Tony Cookadd a warning for using the :win32 PerlIO layer
2014-06-09 David Mitchellbump Benchmark version
2014-06-09 David MitchellBenchmark.pm: avoid long walltime on calibration
2014-06-07 Karl Williamsonlocale.c: Fix uncomplemented 'if' test
2014-06-07 Karl Williamsonstrftime: Set UTF-8 flag appropriately on return
2014-06-07 Karl WilliamsonPATCH: [perl #119425] strftime with %p
2014-06-07 Karl Williamsonlib/locale.t: Change acceptable fail % for Win32
2014-06-05 Karl WilliamsonRevert "PATCH: [perl #119499] "$!" with UTF-8 flag"
2014-06-05 Karl WilliamsonUse C locale for "$!" ouside 'use locale' scope
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-01 Karl Williamsonlib/utf8.pm: Document unicode_to_native() and inverse
2014-06-01 Karl Williamsonlib/utf8.pm: wrap code examples in pod with C<>
2014-06-01 Karl Williamsonlib/locale.t: Add tests, fix test names
2014-06-01 Karl Williamsonlib/locale.t: Add some tests
2014-06-01 Karl Williamsonlib/locale.t: Improve test names; add some names
2014-05-31 Karl WilliamsonCreate new testing helper file
2014-05-31 Karl WilliamsonUse already existing functions in some .t files
2014-05-31 Karl Williamsonlib/utf8_heavy.pl: Stack '?' and ':' ternaries
2014-05-30 Karl Williamsonregcomp.c: Move code into a function
2014-05-30 Karl WilliamsonDeprecate NBSP in \N{...} names
2014-05-30 Karl WilliamsonFatalize deprecated \N{} definitions
2014-05-30 Karl Williamsoncharnames: Eliminate need to sync code in two places
2014-05-30 Karl WilliamsonUnicode::UCD.pm: Pod clarifications and nits
2014-05-30 Karl Williamsonmktables: Add comment
2014-05-30 Karl WilliamsonRevert "mktables: Remove obsolete sort constraint"
2014-05-30 Karl Williamsonmktables: Add regenerated header to file
2014-05-28 Shlomi FishFix RT #121509 : perl -d handling chdir().
2014-05-28 Tony Cookbump perl5db.pl $VERSION to 1.45
2014-05-28 Rob HoelzImplement get_fork_TTY for tmux
2014-05-27 Ricardo Signesremove Package-Constants from core perl distribution
2014-05-27 Ricardo Signesremove Module-Build from core perl distribution
2014-05-27 Ricardo Signesremove CGI.pm from core perl distribution
2014-05-27 Ricardo Signesadd a 5.21 feature bundle
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2014-04-24 David Mitchellmy_plvarsp nulling and PERL_GLOBAL_STRUCT_PRIVATE
2014-04-15 Ricardo Signesimport experimental.pm
2014-04-13 Karl WilliamsonPerlIO.pm: Make pod :utf8 caution more prominent
2014-04-07 Ricardo Signesbump version on debugger
2014-04-07 Hiroo Hayashiproperly reset ReadLine's knowledge of handles after...
2014-04-02 Ævar Arnfjörð Bjar... utf8: add tests for behavior change in v5.15.6-407...
2014-04-01 Karl WilliamsonPATCH: [perl #119499] "$!" with UTF-8 flag
2014-03-18 Karl Williamsonmktables: In-line defns for tables up to 3 ranges
2014-03-18 Karl Williamsonmktables: Remove obsolete sort constraint
2014-03-18 Karl Williamsonmktables: Add comments, reorder a gen'd file
2014-03-18 Karl Williamsonmktables: White-space only
2014-03-18 Karl Williamsonutf8_heavy.pl: Change data structure for in-lined defin...
2014-03-18 Karl Williamsonmktables: Fix overlooked in-line table defns code
2014-03-18 Ricardo Signesregenerate warnings.pm
2014-03-18 Ricardo Signesreplace links to perllexwarn with links to warnings
2014-03-14 Karl WilliamsonWhite-space only; properly indent newly formed blocks
2014-03-14 Karl Williamsonmktables: Inline short tables
2014-03-13 Karl Williamsonlib/locale.t: Update $variable name
next