summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* locale.c: Change algorithm for strxfrm() trialsKarl Williamson2016-05-243-3/+28
* locale.c: Free over-allocated space earlyKarl Williamson2016-05-241-0/+2
* locale.c: White-space onlyKarl Williamson2016-05-241-20/+19
* Change mem_collxfrm() algorithm for embedded NULsKarl Williamson2016-05-249-24/+180
* locale.c: Add, move, clarify commentsKarl Williamson2016-05-241-29/+44
* Keep track of if collation locale is UTF-8 or notKarl Williamson2016-05-244-0/+6
* locale.c: Don't use special locale collation for C localeKarl Williamson2016-05-241-0/+4
* perllocale: Document NUL collation handlingKarl Williamson2016-05-242-0/+24
* lib/locale.t: Don't calculate value unless neededKarl Williamson2016-05-241-2/+2
* mathoms.c: Remove obsolete textKarl Williamson2016-05-241-3/+0
* Update ExtUtils-MakeMaker to CPAN version 7.18Chris 'BinGOs' Williams2016-05-2486-2895/+3391
* Fix class name typo typo in perlootut exampleDagfinn Ilmari Mannsåker2016-05-241-1/+1
* mathoms.c: consolidate commentsDavid Mitchell2016-05-231-18/+17
* mathoms.c: add explanation why fns must be keptDavid Mitchell2016-05-231-2/+10
* PATCH: [perl #128219] typo in perlrecharclassKarl Williamson2016-05-231-1/+1
* CX_POP_SAVEARRAY(): use more distinctive var nameDavid Mitchell2016-05-231-2/+2
* Update release link in epigraph for 5.25.1Sawyer X2016-05-221-1/+1
* Update Module::CoreList for 5.25.2Sawyer X2016-05-222-0/+6
* perldiag: Rewrite a mangled sentenceFather Chrysostomos2016-05-211-3/+3
* Sort perldiagFather Chrysostomos2016-05-211-16/+15
* recognize and reject version control conflict markers (RT #127993)Lukas Mai2016-05-224-2/+40
* Fix STRESS_REALLOC after 3caf0269dFather Chrysostomos2016-05-211-0/+4
* Update for the version thats on the CPANChris 'BinGOs' Williams2016-05-211-1/+1
* Simplify parser’s handling of my/localFather Chrysostomos2016-05-215-9/+7
* [perl #128204] Fix crash with @a &.= etc.Father Chrysostomos2016-05-202-0/+54
* Another op description correction: & -> &.Father Chrysostomos2016-05-202-6/+6
* Correct ‘bitiwse’ in two op descriptionsFather Chrysostomos2016-05-202-4/+4
* [Merge] &CORE::foo() calls with keys, push, etc.Father Chrysostomos2016-05-2014-182/+422
|\
| * Update CORE.pod to reflect &CORE::keys() etc.Father Chrysostomos2016-05-201-4/+2
| * Allow assignment to &CORE::keys()Father Chrysostomos2016-05-208-31/+45
| * Allow &CORE::foo() with array functionsFather Chrysostomos2016-05-203-12/+136
| * perldiag: Document unknown OA_* panicFather Chrysostomos2016-05-201-0/+6
| * fFather Chrysostomos2016-05-201-1/+1
| * Allow &CORE::foo() with hash functionsFather Chrysostomos2016-05-207-121/+202
| * Increase $Opcode::VERSION to 1.35Father Chrysostomos2016-05-201-1/+1
| * Add avhvswitch opFather Chrysostomos2016-05-207-14/+31
| * regen/opcodes: Re-order aeach, akeys, and avaluesFather Chrysostomos2016-05-203-10/+10
| * pp.c: Use PL_op_desc in pp_coreargsFather Chrysostomos2016-05-201-1/+1
|/
* Upgrade to threads 2.09jdhedden2016-05-204-9/+21
* Upgrade to Thread::Queue 3.11jdhedden2016-05-203-8/+12
* Increment $VERSION to 5.YYYYMMDD for next scheduled monthly release date.James E Keenan2016-05-202-2/+2
* corelist: update for v5.25.2Father Chrysostomos2016-05-202-0/+22
* [Merge] Lexical subs are no longer experimentalFather Chrysostomos2016-05-2012-134/+60
|\
| * Give feature.pm the concept of no-op featuresFather Chrysostomos2016-05-204-24/+20
| * Remove @experimental from regen/feature.plFather Chrysostomos2016-05-201-7/+0
| * Update other docs on lexical sub acceptanceFather Chrysostomos2016-05-202-28/+13
| * Increase $feature::VERSION to 1.44Father Chrysostomos2016-05-202-2/+2
| * Update feature.pm docs for lex sub acceptanceFather Chrysostomos2016-05-202-16/+24
| * Update perldiag for lexsub diag removalsFather Chrysostomos2016-05-201-20/+0
| * Enable lex subs everywhere; suppress warningFather Chrysostomos2016-05-205-39/+3
|/