summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* s/.../$_++/ge assertion failureDavid Mitchell2015-04-221-1/+7
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Change some locale manipulation macros in prep for APIKarl Williamson2015-03-191-1/+2
* smartmatch: handle stack reallocDavid Mitchell2015-03-191-4/+11
* update PL_stack_sp when we exit matcher_matches_sv()Tony Cook2015-03-191-1/+5
* [perl #123836] dump LABEL shouldn't be goto LABELTony Cook2015-02-171-2/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-2/+2
* [perl #123538] always set chophere and itembytes at the same timeTony Cook2015-01-191-0/+1
* Detect infnan range ends.Jarkko Hietaniemi2015-01-121-0/+2
* Separate bad range end detection.Jarkko Hietaniemi2015-01-121-21/+22
* Win32: stat() only after a failed open() on a moduleDaniel Dragan2015-01-121-2/+25
* avoid integer overflow in pp_flop()David Mitchell2014-12-311-1/+3
* [perl #103260] Fix s/// with long stringsFather Chrysostomos2014-12-231-1/+1
* pp_ctl.c: Only do GIMME_V once in pp_callerFather Chrysostomos2014-12-191-3/+3
* Use GIMME_V in preference to GIMMEFather Chrysostomos2014-12-191-5/+5
* [perl #123245] avoid a panic in sv_chop() in formatsTony Cook2014-12-101-2/+2
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-7/+7
* Revert ‘Used pad name lists for pad ids’Father Chrysostomos2014-12-061-1/+1
* make more use of NOT_REACHEDLukas Mai2014-11-291-5/+5
* 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