summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lexsub.t: To-do tests for citing lex subs after errorsFather Chrysostomos2013-07-271-1/+19
* Fix missing single quote in a sed in hints/aix.shPeter Martini2013-07-271-1/+1
* [perl #118649] maint-5.18: Digest-SHA crash fix in 5.85Chris 'BinGOs' Williams2013-07-232-1/+4
* Fix regex seqfault 5.18 regressionKarl Williamson2013-07-142-10/+8
* Fix MidnightBSD hints file for 0.4-RELEASEChris 'BinGOs' Williams2013-07-071-6/+6
* Update the GSMATCH handling in vms/gen_shrfls.pl.Craig A. Berry2013-07-061-10/+10
* Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.Nicholas Clark2013-06-241-1/+1
* update perldelta with recent cherry-picksDavid Mitchell2013-06-151-0/+26
* Ensure that the IV in struct pmop (for ithreads) is aligned properly.Nicholas Clark2013-06-152-1/+18
* [perl #118159] Make PVs take precedence in SvTRUEFather Chrysostomos2013-06-152-4/+19
* Fix regmatch pointer 32-bit wraparound regressionTony Cook2013-06-152-5/+20
* perldelta for debugger @_ fixRicardo Signes2013-06-101-0/+5
* Fix the mutability of @_ in perl -d.Shlomi Fish2013-06-102-10/+41