summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix require’s get-magic handling for @INC elementsFather Chrysostomos2014-01-101-4/+9
* Use new macros to make sure LC_NUMERIC is correctly setKarl Williamson2014-01-041-2/+2
* [perl #120657] Fix require PADTMP when @INC=(sub{},sub{})Father Chrysostomos2014-01-041-2/+3
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-6/+6
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-1/+1
* Revert "[perl #119801] Stop @DB::dbline modifications from crashing"Father Chrysostomos2013-12-251-3/+1
* [perl #119801] Stop @DB::dbline modifications from crashingFather Chrysostomos2013-12-211-1/+3
* Allow PADTMPs’ strings to be swipedFather Chrysostomos2013-11-301-1/+6
* silence -Wformat-nonliteral in pp_formlineDavid Mitchell2013-11-301-0/+3
* revert pp_formline -Wformat-nonliteral fixDavid Mitchell2013-11-301-29/+22
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-22/+29
* fix chop formats with non PV varsDavid Mitchell2013-11-111-131/+82
* pp_formline(): document switch casesDavid Mitchell2013-11-111-18/+21
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-1/+2
* Fix &CORE::exit/die under vmsish "hushed"Father Chrysostomos2013-11-081-1/+2
* '$! = EACCESS; require ...' could failDavid Mitchell2013-10-291-0/+5
* Fix bare blocks in lvalue subsFather Chrysostomos2013-10-241-1/+2
* [perl #119797] Fix if/else in lvalue subFather Chrysostomos2013-10-231-9/+23
* Remove unused variable 'mark' from pp_last.Nicholas Clark2013-10-041-1/+0
* Removed the ifdefs for INCOMPLETE_TAINTSBrian Fraser2013-09-211-2/+0
* [perl #3112] Stop last from returning valuesFather Chrysostomos2013-09-201-3/+1
* Don’t free initial src from @INC sub too earlyFather Chrysostomos2013-09-191-0/+6
* Earlier safety check for @INC entry in pp_require.Craig A. Berry2013-09-161-0/+2
* pp_ctl.c:pp_goto: Cast a boolean properlyFather Chrysostomos2013-09-101-1/+1
* Make &xsub and goto &xsub work with tied @_Father Chrysostomos2013-09-091-9/+15
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-4/+5
* Allow 64-bit array and stack offsets in entersub & gotoFather Chrysostomos2013-09-061-1/+1
* Stop &xsub and goto &xsub from crashing on undef *_Father Chrysostomos2013-09-061-4/+6