summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update META.* for 5.18.1 (stable) releasev5.18.1Ricardo Signes2013-08-111-1/+1
* patchlevel.h: remove RC3 indicatorRicardo Signes2013-08-111-1/+0
* perlhist: update dates for 5.18.1 in light of RC3Ricardo Signes2013-08-081-1/+2
* update CoreList dates for 5.18.1 in light of RC3Ricardo Signes2013-08-081-1/+1
* update patchlevel.h for v5.18.1-RC3Ricardo Signes2013-08-081-1/+1
* Skip the perldoc test if 'man' is missingNiko Tyni2013-08-081-0/+2
* The language messages variable is called LC_MESSAGESNiko Tyni2013-08-081-1/+1
* perldelta: mention v5.16, not v5.17, as previous versionRicardo Signes2013-08-081-2/+2
* Module::CoreList: update Config found in 5.18.1Ricardo Signes2013-08-071-0/+1
* Add missing versioned Config to Module::CoreListChris 'BinGOs' Williams2013-08-071-0/+7
* add Module::CoreList::Utils delta for 5.18.1Ricardo Signes2013-08-051-0/+7
* update perlhist and patchlevel for v5.18.1-RC2Ricardo Signes2013-08-032-1/+2
* perlhist: add 5.18.1!Ricardo Signes2013-08-031-0/+2
* RT #119125: continue /[#$x]/x not interpolatingDavid Mitchell2013-08-032-3/+33
* perldelta: remove a leftover XXX sectionRicardo Signes2013-08-031-5/+0
* perldelta: fix module updates sectionRicardo Signes2013-08-031-1/+11
* update corelist with v5.18.1 changesRicardo Signes2013-08-034-14/+130
* import updates to Porting/corelist.plRicardo Signes2013-08-031-12/+33
* Revert "update corelist with v5.18.1 changes"Ricardo Signes2013-08-034-185/+25
* Update META.json for RC1Ricardo Signes2013-08-011-1/+1
* bump version to v5.18.1-RC1Ricardo Signes2013-08-011-0/+1
* update corelist with v5.18.1 changesRicardo Signes2013-08-014-25/+185
* import Module-Corelist 2.95 from bleadRicardo Signes2013-08-0111-595/+1717
* version bump, because Digest::SHA changedRicardo Signes2013-08-011-1/+1
* perlhist: import the latest perlhist from bleadRicardo Signes2013-08-011-11/+15
* perldelta: remove sections we will not needRicardo Signes2013-08-011-224/+0
* perldelta: perldelta for /[#]/ and /(?[...])/ changesRicardo Signes2013-08-011-0/+11
* perldelta: hints updates from 4b985f1 and 9de5f95Ricardo Signes2013-08-011-2/+7
* perldelta: Digest::SHA fix in 79fe145Ricardo Signes2013-08-011-1/+1
* perldelta: the easy pre-editing before final checksRicardo Signes2013-08-011-89/+24
* perldelta: add a missing "=" from a Pod directiveRicardo Signes2013-08-011-1/+1
* Don’t leak when compiling /(?[\d\d])/Father Chrysostomos2013-07-312-1/+4
* Free operand when encountering unmatched ')' in (?[])Father Chrysostomos2013-07-312-1/+3
* Stop /(?[\p{...}])/ compilation from leakingFather Chrysostomos2013-07-312-1/+3
* Stop (?[]) operators from leakingFather Chrysostomos2013-07-312-7/+21
* Don’t leak the /(?[])/ parsing stack on errorFather Chrysostomos2013-07-312-3/+3
* Handle /[#]/ and /[(?#]/ with code blocksDavid Mitchell2013-07-312-3/+15
* [perl #118525] make it work on threaded buildsTony Cook2013-07-311-1/+1
* CvGV is no longer a simple struct member accessTony Cook2013-07-293-2/+65
* perldelta: deep recursion warnings (07b2687d2/#118521)Father Chrysostomos2013-07-271-1/+5
* perldelta for bdbfc51a7b (undef constant my sub)Father Chrysostomos2013-07-271-0/+5
* perldelta for #118305/88dbe4aFather Chrysostomos2013-07-271-0/+5
* perldelta for lexsub syntax errors (3a74e0e282c)Father Chrysostomos2013-07-271-0/+5
* perldelta for two lexsub fixesFather Chrysostomos2013-07-271-0/+10
* Stop undef &foo from crashing on lex subsFather Chrysostomos2013-07-272-2/+15
* don't crash on deep recursion warnings in lexical subs (#118521)Lukas Mai2013-07-272-3/+18
* [perl #118305] make dtrace sub-entry probe support lexsubsFather Chrysostomos2013-07-271-2/+6
* Fix crashes after syntax errors in lexical subsFather Chrysostomos2013-07-272-6/+4
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-07-276-24/+34
* Name lexical constantsFather Chrysostomos2013-07-272-2/+9