summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Report inaccesible file on failed requirePetr Písař2014-11-211-1/+2
* Make encoding pragma lexical in scopeKarl Williamson2014-11-201-8/+0
* Don’t check OPpTARGET_MY on match ops at run timeFather Chrysostomos2014-11-091-1/+1
* fuse returning branches in pp_gotoDaniel Dragan2014-11-041-7/+10
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-1/+1
* foreach \$varFather Chrysostomos2014-10-111-1/+11
* [perl #122445] use magic on $DB::single etc to avoid overload issuesTony Cook2014-10-091-1/+1
* Make list assignment respect foreach aliasingFather Chrysostomos2014-10-021-0/+1
* Add flags to cv_name; allow unqualified retvalFather Chrysostomos2014-09-241-1/+1
* Fix read-only flag checks in lvalue sub exitFather Chrysostomos2014-09-201-9/+4
* comment pp_foo aliases in pp*.cDavid Mitchell2014-09-191-1/+7
* quadmath NV formatted I/O.Jarkko Hietaniemi2014-09-191-1/+15
* remove duplicate SvNV calls in pp_enteriterDaniel Dragan2014-09-181-12/+13
* Rename S_adjust_stack_on_leaveFather Chrysostomos2014-09-181-9/+15
* factor out TAINT_NOT into S_adjust_stack_on_leaveDaniel Dragan2014-09-181-6/+1
* Remove !IS_PADGV assertionsFather Chrysostomos2014-09-171-2/+0
* Exclude lex sub package name from (caller $n)[3]Father Chrysostomos2014-09-151-5/+2
* pp_ctl.c: Remove junk from #endifFather Chrysostomos2014-09-121-2/+2
* pp_ctl.c: Remove PL_curcop assignmentFather Chrysostomos2014-09-121-6/+5
* If USE_LONG_DOUBLE, NVff is PERL_PRIldbl.Jarkko Hietaniemi2014-09-091-14/+2
* Make ‘require $tied_undef’ behave consistentlyFather Chrysostomos2014-08-091-1/+2
* make "require" handle no argument more gracefully, and add testsYves Orton2014-07-301-1/+4
* add op_lastsib and -DPERL_OP_PARENTDavid Mitchell2014-07-081-4/+7
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-9/+9
* s///e on tainted utf8 strings got pos() messed upDavid Mitchell2014-07-021-2/+2
* Follow-up to 51f14a05: not ignoring my_snprintf return values.Jarkko Hietaniemi2014-06-251-1/+4
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-62/+22
* Unused snprintf results noticed by clang in Linux.Jarkko Hietaniemi2014-06-251-2/+2
* Silence -Wunused-parameter my_perl under threads.Jarkko Hietaniemi2014-06-191-0/+3
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-14/+7
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-7/+14
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-4/+3
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-3/+4
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-4/+3
* Remove MAD.Jarkko Hietaniemi2014-06-131-12/+1
* Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")Dagfinn Ilmari Mannsåker2014-06-121-2/+2
* SvREFCNT_dec_NN in pp_requireDaniel Dragan2014-06-121-2/+2
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-0/+3
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-3/+3
* Strengthen the ix zero min-clamping to panic.Jarkko Hietaniemi2014-05-291-1/+1
* Max size of the flop operator range.Jarkko Hietaniemi2014-05-291-11/+19
* Annotate intentional case fallthrough, or add breaks.Jarkko Hietaniemi2014-05-281-0/+2
* [perl #120998] avoid caller() crashing on eval '' stack framesTony Cook2014-04-141-3/+10
* RT-121512 - Allow -I/dir/ with trailing slash to find .pmc files.Matthew Horsfall (alh)2014-04-071-0/+3
* remove a redundant SvTIED_mg from S_do_smartmatchDaniel Dragan2014-03-101-15/+15
* don't set SvPADTMP() on PADGV'sDavid Mitchell2014-02-271-2/+6
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-10/+10
* Avoid compiler warnings by consistently using #ifdef instead of plain #ifBrian Fraser2014-02-051-1/+1
* [perl #119949] Stop undef *_, goto &sub from crashingFather Chrysostomos2014-01-181-2/+4
* pp_ctl.c:pp_require: Remove redundant VMS null checksFather Chrysostomos2014-01-121-6/+6