summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pp.c:pp_substr: Redundant PUTBACK/SPAGAINFather Chrysostomos2014-12-281-3/+0
* pp.c:pp_oct: Less stack fiddlingFather Chrysostomos2014-12-281-4/+4
* pp.c:pp_abs: No need for PUTBACKFather Chrysostomos2014-12-281-1/+1
* pp.c:pp_negate: No PUTBACK necessaryFather Chrysostomos2014-12-281-6/+6
* pp.c:pp_int: No need for PUTBACKFather Chrysostomos2014-12-281-1/+1
* pp.c:pp_sin: Less stack fiddlingFather Chrysostomos2014-12-281-3/+3
* pp.c:pp_i_negate: No PUTBACK necessaryFather Chrysostomos2014-12-281-1/+1
* pp.c:pp_complement: No PUTBACK necessaryFather Chrysostomos2014-12-281-2/+2
* pp.c:pp_undef: Less stack fiddlingFather Chrysostomos2014-12-281-3/+7
* pp.c: pp_schop does not need PUTBACKFather Chrysostomos2014-12-281-1/+1
* pp.c:pp_trans: Remove targ variableFather Chrysostomos2014-12-281-4/+3
* Fix bad write in pp_transFather Chrysostomos2014-12-282-3/+9
* pp.c:pp_study: Less stack fiddlingFather Chrysostomos2014-12-281-3/+5
* pp.c:pp_gelem: Less stack fiddlingFather Chrysostomos2014-12-281-2/+2
* Remove ‘require Config’ from ref.tFather Chrysostomos2014-12-281-2/+0
* perlfunc: prototype implies $_Father Chrysostomos2014-12-281-1/+4
* [perl #123514] Make prototype() imply $_Father Chrysostomos2014-12-287-5/+29
* Don’t write beyond the stack with scalar \()Father Chrysostomos2014-12-282-0/+7
* pp.c:pp_srefgen: Remove PUTBACKFather Chrysostomos2014-12-281-1/+1
* pp.c:pp_rv2cv: Remove PUTBACKFather Chrysostomos2014-12-281-1/+1
* pp.c:pp_pos: Less stack fiddlingFather Chrysostomos2014-12-281-6/+6
* pp.c:pp_rv2sv: Use >= instead of switchFather Chrysostomos2014-12-281-8/+1
* pp.c:pp_rand: Only EXTEND when not poppingFather Chrysostomos2014-12-281-1/+3
* Remove inactive CUSTOMIZED entry.James E Keenan2014-12-281-2/+0
* Add tests for stringification of regexps containing /nMatthew Horsfall2014-12-281-1/+13
* Bump re.pm version for changesMatthew Horsfall2014-12-281-1/+1
* Support for nocapture regexp flag /nMatthew Horsfall (alh)2014-12-286-8/+65
* Fixes to make test pass for regexp nocapture bit addition.Matthew Horsfall (alh)2014-12-282-3/+3
* Create bit for /n.Karl Williamson2014-12-284-19/+22
* Fix various "CPAN only" warnings for cpan/ modules in Porting/Maintainers.plSteve Hay2014-12-281-9/+10
* Note that threads is currently customized in bleadSteve Hay2014-12-282-0/+6
* pp_hot.c:pp_concat: Remove SvGETMAGICFather Chrysostomos2014-12-271-3/+0
* pp_hot.c:pp_concat: Remove PUTBACK/SPAGAINFather Chrysostomos2014-12-271-3/+0
* Use gmtime’s targetFather Chrysostomos2014-12-271-2/+4
* pp_sys.c:pp_gmtime: Remove redundant EXTEND_MORTALFather Chrysostomos2014-12-271-1/+0
* op.c: Remove assert exception for OP_REPEATFather Chrysostomos2014-12-271-7/+0
* op.h: Parenthesize macro args for cUNOPx etc.Father Chrysostomos2014-12-271-12/+12
* perlop: Mention ~ among ops that vary by typeFather Chrysostomos2014-12-271-1/+1
* const the PerlIO vtablesDaniel Dragan2014-12-272-7/+5
* Update autodie to CPAN version 2.26Chris 'BinGOs' Williams2014-12-2735-96/+238
* Update ExtUtils-Command to CPAN version 1.19Chris 'BinGOs' Williams2014-12-272-13/+20
* perlfunc: another alternative for enabling the "state" featureSlaven Rezic2014-12-261-1/+2
* optimize CLEAR_ERRSVDaniel Dragan2014-12-261-7/+10
* win32/win32.c Perl_croak->croak_xs_usageDaniel Dragan2014-12-261-1/+1
* const the core magic vtablesDaniel Dragan2014-12-261-8/+1
* document Perl_sv_getbackrefs() in perldeltaYves Orton2014-12-261-0/+8
* [perl #123502] isnan identifier can't be used as a varDaniel Dragan2014-12-261-3/+3
* perl5220delta: B::Generate is fixedFather Chrysostomos2014-12-261-4/+0
* [perl #123495] Stop gmtime(nan) from crashingFather Chrysostomos2014-12-253-2/+32
* automatically sort the MANIFEST if necessaryYves Orton2014-12-252-1/+12