summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #131645] Fix assert fail in pp_sselectFather Chrysostomos2017-08-291-6/+15
* Moving variables to their innermost scope.Andy Lester2017-02-181-6/+3
* Fix memory leak in generating an exception messageAaron Crane2017-02-041-1/+1
* RT#130623: assertions when tying into non-packagesAaron Crane2017-01-241-6/+19
* Reading/writing bytes from :utf8 handles will be fatal in 5.30Abigail2017-01-161-2/+4
* Opening a file and dir using the same symbol will be fatal in 5.28.Abigail2017-01-161-2/+2
* pp_sys.c: White space onlyKarl Williamson2017-01-131-5/+5
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-27/+27
* Improve error for missing tie() pacakge/methodDagfinn Ilmari Mannsåker2016-11-141-4/+17
* make the sysread()/syswrite/() etc :utf8 handle warnings defaultTony Cook2016-11-141-6/+6
* (perl #129130) make chdir allocate the stack it needsTony Cook2016-10-241-0/+1
* pp_sys.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-4/+4
* Add is_utf8_fixed_width_buf_flags() and use itKarl Williamson2016-09-251-6/+2
* Use new is_utf8_valid_partial_char()Karl Williamson2016-08-311-4/+4
* Use new name 'is_utf8_invariant_string' in coreKarl Williamson2016-08-311-1/+1
* [perl #128740] Check for null in pp_ghostent et al.Father Chrysostomos2016-08-011-3/+1
* (perl #128316) preserve errno from failed system callsTony Cook2016-06-161-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