summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* pp_sys.c:pp_gmtime: Remove redundant EXTEND_MORTALFather Chrysostomos2014-12-271-1/+0
* [perl #123502] isnan identifier can't be used as a varDaniel Dragan2014-12-261-3/+3
* [perl #123495] Stop gmtime(nan) from crashingFather Chrysostomos2014-12-251-1/+7
* pp_sys.c:pp_readdir: Call GIMME_V just onceFather Chrysostomos2014-12-191-1/+1
* Use GIMME_V in preference to GIMMEFather Chrysostomos2014-12-191-12/+12
* Make fileno() builtin work on directory handlesAaron Crane2014-12-071-0/+16
* pp_eof: a new SV can't have setmagicDaniel Dragan2014-12-031-4/+8
* define and use STATIC_ASSERT_STMT for compile-time invariantsLukas Mai2014-11-291-3/+3
* Change core to use is_invariant_string()Karl Williamson2014-11-261-4/+4
* Make testing for PL_encoding into a macroKarl Williamson2014-11-201-1/+1
* Don’t call STORE twice on setpgrp targetFather Chrysostomos2014-11-101-1/+2
* Don’t treat setpgrp($nonzero) as setpgrp(1)Father Chrysostomos2014-11-101-1/+1
* Fix stack-management bug when semctl encounters errorsAaron Crane2014-10-201-1/+1
* Introduce the double-diamond operator <<>>Rafael Garcia-Suarez2014-09-301-1/+1
* AIX doesn't set the length in getsockopt.Jarkko Hietaniemi2014-09-231-0/+5
* comment pp_foo aliases in pp*.cDavid Mitchell2014-09-191-0/+80
* No need to print an int as a %0.fJarkko Hietaniemi2014-09-101-4/+2
* Automate processing of op_private flagsDavid Mitchell2014-09-101-1/+1
* pp_sys.c: Generalize -B, -T for EBCDIC, clean upKarl Williamson2014-08-211-30/+39
* readlink() result buffer is not zero-terminated.Jarkko Hietaniemi2014-07-271-1/+5