This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-05-24 Karl Williamsonlocale.c: Make locale collation predictions adaptive
2016-05-24 Karl Williamsonlocale.c: Not so aggressive collation memory use guess
2016-05-24 Karl Williamsonlocale.c: Add some debugging statements
2016-05-24 Karl Williamsonlocale.c: Minor cleanup
2016-05-24 Karl Williamsonlocale.c: Fix some debugging so will output during...
2016-05-24 Karl Williamsonmv function from locale.c to mathoms.c
2016-05-24 Karl WilliamsonDo better locale collation in UTF-8 locales
2016-05-24 Karl Williamsonperllocale: Change headings so two aren't identical
2016-05-24 Karl WilliamsonChange calculation of locale collation coefficients
2016-05-24 Karl Williamsonlocale.c: Change algorithm for strxfrm() trials
2016-05-24 Karl Williamsonlocale.c: Free over-allocated space early
2016-05-24 Karl Williamsonlocale.c: White-space only
2016-05-24 Karl WilliamsonChange mem_collxfrm() algorithm for embedded NULs
2016-05-24 Karl Williamsonlocale.c: Add, move, clarify comments
2016-05-24 Karl WilliamsonKeep track of if collation locale is UTF-8 or not
2016-05-24 Karl Williamsonlocale.c: Don't use special locale collation for C...
2016-05-24 Karl Williamsonperllocale: Document NUL collation handling
2016-05-24 Karl Williamsonlib/locale.t: Don't calculate value unless needed
2016-05-24 Karl Williamsonmathoms.c: Remove obsolete text
2016-05-24 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.18
2016-05-24 Dagfinn Ilmari... Fix class name typo typo in perlootut example
2016-05-23 David Mitchellmathoms.c: consolidate comments
2016-05-23 David Mitchellmathoms.c: add explanation why fns must be kept
2016-05-23 Karl WilliamsonPATCH: [perl #128219] typo in perlrecharclass
2016-05-23 David MitchellCX_POP_SAVEARRAY(): use more distinctive var name
2016-05-22 Sawyer XUpdate release link in epigraph for 5.25.1
2016-05-22 Sawyer XUpdate Module::CoreList for 5.25.2
2016-05-22 Father Chrysostomosperldiag: Rewrite a mangled sentence
2016-05-22 Father ChrysostomosSort perldiag
2016-05-21 Lukas Mairecognize and reject version control conflict markers...
2016-05-21 Father ChrysostomosFix STRESS_REALLOC after 3caf0269d
2016-05-21 Chris 'BinGOs... Update for the version thats on the CPAN
2016-05-21 Father ChrysostomosSimplify parser’s handling of my/local
2016-05-21 Father Chrysostomos[perl #128204] Fix crash with @a &.= etc.
2016-05-21 Father ChrysostomosAnother op description correction: & -> &.
2016-05-21 Father ChrysostomosCorrect ‘bitiwse’ in two op descriptions
2016-05-21 Father Chrysostomos[Merge] &CORE::foo() calls with keys, push, etc.
2016-05-21 Father ChrysostomosUpdate CORE.pod to reflect &CORE::keys() etc.
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with array functions
2016-05-21 Father Chrysostomosperldiag: Document unknown OA_* panic
2016-05-21 Father Chrysostomosf
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2016-05-21 Father ChrysostomosIncrease $Opcode::VERSION to 1.35
2016-05-21 Father ChrysostomosAdd avhvswitch op
2016-05-21 Father Chrysostomosregen/opcodes: Re-order aeach, akeys, and avalues
2016-05-21 Father Chrysostomospp.c: Use PL_op_desc in pp_coreargs
2016-05-21 jdheddenUpgrade to threads 2.09
2016-05-21 jdheddenUpgrade to Thread::Queue 3.11
2016-05-21 James E KeenanIncrement $VERSION to 5.YYYYMMDD for next scheduled...
2016-05-21 Father Chrysostomoscorelist: update for v5.25.2
2016-05-20 Father Chrysostomos[Merge] Lexical subs are no longer experimental
2016-05-20 Father ChrysostomosGive feature.pm the concept of no-op features
2016-05-20 Father ChrysostomosRemove @experimental from regen/feature.pl
2016-05-20 Father ChrysostomosUpdate other docs on lexical sub acceptance
2016-05-20 Father ChrysostomosIncrease $feature::VERSION to 1.44
2016-05-20 Father ChrysostomosUpdate feature.pm docs for lex sub acceptance
2016-05-20 Father ChrysostomosUpdate perldiag for lexsub diag removals
2016-05-20 Father ChrysostomosEnable lex subs everywhere; suppress warning
2016-05-20 Father Chrysostomos[perl #128187] Forbid keys @_ in assigned lv sub
2016-05-20 Father Chrysostomostoke: yylex comments
2016-05-20 Father ChrysostomosCorrect error msg for sub:lvalue{%h{k}} in sassign
2016-05-20 Father Chrysostomos[perl #128187] Forbid sub :lvalue{keys} in aassign
2016-05-20 Sawyer XNote latest stable in INSTALL:
2016-05-20 Sawyer XBump the perl version in various places for 5.25.2
2016-05-20 Sawyer Xnew delta for 5.25.2
2016-05-20 Sawyer Xmark 5.25.1 release as done
2016-05-20 Sawyer XAdd epigraph to list:
2016-05-20 Sawyer X[MERGE] resolve conflicts and merge 5.25.1 release...
2016-05-20 Sawyer Xadd new release to perlhist v5.25.1
2016-05-20 Sawyer Xupdated perldelta
2016-05-20 Sawyer XUpdate Module::CoreList for 5.25.1
2016-05-20 Sawyer Xadd a change to perldelta
2016-05-20 Jarkko HietaniemiImporting not-useful POSIX subs now fails at import...
2016-05-20 Chase WhitenerIndirect object syntax fixed in FileHandle.pm
2016-05-19 Sawyer XCorrect POD for release managers document:
2016-05-19 Sawyer XUpdate and correct release schedule:
2016-05-19 Father Chrysostomos[perl #123367] Test my sub defined in BEGIN{eval}
2016-05-19 Father ChrysostomosAllow require_error.t be run from the top level
2016-05-19 Craig A. BerryNo such thing as MACOSX_DEVELOPMENT_TARGET.
2016-05-19 Father Chrysostomosperldelta for 08f800f85 / #128182
2016-05-19 Father Chrysostomos[perl #128182] Fix crash with require $nonstring
2016-05-19 Father Chrysostomoslexsub.t: Remove some unnecessary evals
2016-05-19 Jarkko HietaniemiAdd POSIX::tmpnam() removal into perldelta
2016-05-18 Father Chrysostomosperldelta update
2016-05-18 Aaron CraneFix POD error
2016-05-18 Aaron CraneAdd perldelta entries for my 5.25.1 changes
2016-05-18 Father Chrysostomos[perl #128171] Fix assert fail with /@0{0*->@*/*0
2016-05-18 Karl Williamsonmathoms.c: Add instructions for moving code here
2016-05-17 Chris 'BinGOs... Add 'corpus' to the heuristic for demo or test modules
2016-05-17 Karen Etheridgeremove internal test modules from Module::CoreList
2016-05-17 Karen Etheridgefix Module::CoreList::is_core bounds checking for speci...
2016-05-17 Father Chrysostomosbisect-runner: Work around ./Configure -S bug
2016-05-17 Father ChrysostomosRevert "bisect-runner: Only run ./Configure -S when...
2016-05-17 Father Chrysostomosbisect-runner: Only run ./Configure -S when needed
2016-05-17 Aaron Cranemake_ext.pl: emit fewer blank lines during build
2016-05-17 Chris 'BinGOs... Update Sys-Syslog to CPAN version 0.34
2016-05-17 Chris 'BinGOs... Update Term-ANSIColor to CPAN version 4.05
2016-05-17 Aaron Craneperlbug: don't run editor when noninteractive
2016-05-17 Father Chrysostomosbisect-runner.pl: Don’t use /a
next