summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #128740] Check for null in pp_ghostent et al.Father Chrysostomos2017-07-281-3/+1
* (perl #128316) preserve errno from failed system callsTony Cook2017-07-281-2/+2
* make gimme consistently U8David Mitchell2016-02-031-5/+5
* convert CX_PUSHFORMAT/POPFORMAT to inline fnsDavid Mitchell2016-02-031-2/+2
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-2/+2
* rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etcDavid Mitchell2016-02-031-2/+2
* PUSHFORMAT: don't use implicit argsDavid Mitchell2016-02-031-1/+1
* PUSHBLOCK: don't use implicit argsDavid Mitchell2016-02-031-1/+1
* move PL_savestack_ix saving into PUSHBLOCKDavid Mitchell2016-02-031-1/+1
* eliminate PERL_STACK_OVERFLOW_CHECKDavid Mitchell2016-02-031-3/+1
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-2/+2
* add CX_CUR() macroDavid Mitchell2016-02-031-2/+2
* make POPSUB and POPFORMAT re-entrant safeDavid Mitchell2016-02-031-1/+4
* add CX_POP(cx) macro: glorified cxstack_ix--David Mitchell2016-02-031-1/+1
* move CX_LEAVE_SCOPE outside the POPFOO'sDavid Mitchell2016-02-031-0/+1
* remove newpm param from POPBLOCK() macro.David Mitchell2016-02-031-1/+1
* reverse the order of POPBLOCK; POPFOODavid Mitchell2016-02-031-2/+5
* POPBLOCK: don't set newsp and gimmeDavid Mitchell2016-02-031-4/+1
* CXt_FORMAT: save ss_ix and tmps_floor in CX structDavid Mitchell2016-02-031-4/+0
* save old PL_comppad in CXt_SUB/FORMAT blockDavid Mitchell2016-02-031-1/+0
* [perl #126480] pipe() doesn't need the assertionsTony Cook2015-11-241-2/+0
* pp_sys.c: silence g++ compiler warningDavid Mitchell2015-10-281-2/+10
* partial PL_statbuf removalDaniel Dragan2015-10-081-3/+7
* fix up EXTEND() callersDavid Mitchell2015-10-021-1/+7
* amigaos4: use #ifdef/ifndef __amigaos4__ when feasibleAndy Broad2015-09-161-3/+3
* amigaos4: move the amigaos exec code under amigaos4Andy Broad2015-09-161-16/+1
* amigaos4: fork child handlingAndy Broad2015-09-051-1/+1
* amigaos4: use amigaos glue for exec(), system(), waitpid()Andy Broad2015-09-051-4/+52
* amigaos4: save and restore stdio handles around execAndy Broad2015-09-051-0/+15
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-3/+3
* Explicitly use and check for FD_CLOEXEC.Jarkko Hietaniemi2015-08-261-11/+13
* [perl #125760] deprecate sys(read|write)(), send(), recv() on :utf8Tony Cook2015-08-171-0/+8
* Convert pp_sys to use the time64 public interface.Jarkko Hietaniemi2015-07-221-3/+2
* [perl #125373] set $! in chdir() if env not set, clarify docsTony Cook2015-07-071-0/+1
* [perl #125305] handle chdir to closed handle correctlyTony Cook2015-06-291-0/+10
* Cannot truncate to negative size.Jarkko Hietaniemi2015-06-261-4/+9
* mkdir() mode is unsigned.Jarkko Hietaniemi2015-06-261-1/+1
* gid_t signedness.Jarkko Hietaniemi2015-06-261-0/+6
* sleep() with negative argument makes no sense.Jarkko Hietaniemi2015-06-261-1/+10
* alarm() with negative argument makes no sense.Jarkko Hietaniemi2015-06-261-7/+24
* pp_return(): tail call pp_leavewrite()David Mitchell2015-06-191-2/+9
* [perl #125305] chdir("") no longer behaves like chdir()Tony Cook2015-06-171-4/+1
* clean up sv_isobject usageDaniel Dragan2015-06-111-2/+4
* [perl #125347] allow truncate to work on large files on Win32Tony Cook2015-06-101-2/+14
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* don't test non-null argsDavid Mitchell2015-03-111-1/+1
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-2/+3
* avoid C labels in column 0David Mitchell2015-01-211-16/+16
* Remove sources of "unreferenced label" warning on Win32Steve Hay2014-12-311-0/+2
* Use gmtime’s targetFather Chrysostomos2014-12-271-2/+4