summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* (perl #134291) propagate non-PVs in $@ in bare die()Tony Cook2019-07-221-1/+1
* pp_sys.c: fix the position of HAS_SETNETENT definementAlexandr Savca2019-07-091-1/+1
* pp.c, pp_sys.c: Use DO_UTF8 instead of its expansionKarl Williamson2019-03-191-1/+1
* First "eof" should return trueHauke D2019-01-021-1/+1
* Remove 1 comparison whose result is always the same.James E Keenan2018-11-251-2/+1
* Cast away const from AIX' accessx() path argumentDagfinn Ilmari Mannsåker2018-10-231-2/+2
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-101-66/+14
* pp_warn: use MEXTEND rather than EXTENDDavid Mitchell2018-01-311-1/+1
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-6/+0
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-0/+6
* Reenable numeric first argument of system() on VMS.Craig A. Berry2018-01-011-1/+1
* make PerlIO handle FD_CLOEXECZefram2017-12-221-6/+0
* set FD_CLOEXEC atomically in easy casesZefram2017-12-221-34/+13
* preserve numericness of system() args on Win32Zefram2017-12-221-4/+31
* semicolon-friendly diagnostic controlZefram2017-12-161-8/+8
* perform system() arg processing before forkZefram2017-12-161-6/+10
* make exec keep its argument list more reliablyZefram2017-12-141-2/+0
* handle null op_next in stacked filetestsZefram2017-12-061-1/+1
* revert changes to st_ino signedness handlingZefram2017-12-011-5/+4
* More robust version of 793c2ded.Jarkko Hietaniemi2017-11-291-8/+5
* False false.Jarkko Hietaniemi2017-11-281-1/+1
* STDCHAR * might not be char *.Jarkko Hietaniemi2017-11-281-1/+1
* In some systems st.ino is never negative.Jarkko Hietaniemi2017-11-281-0/+4
* pp_sys.c: Avoid reparsing stringKarl Williamson2017-11-241-2/+6
* correctly error on -k "nonexistent" on WindowsZefram2017-11-171-18/+0
* set $! when statting a closed filehandleZefram2017-11-151-9/+13
* suppress clang warning in inode number handlingZefram2017-11-111-0/+2
* return inode numbers as strings where necessaryZefram2017-11-111-7/+55
* pp_sys.c; Use memchr instead of strchrKarl Williamson2017-11-061-1/+2
* Avoid a segfault when untying an objectNicolas R2017-11-021-1/+1
* (perl #131895) fail stat on names with \0 embeddedTony Cook2017-11-021-6/+23
* pp_sys.c: simplify cpp conditionalsAaron Crane2017-10-211-67/+35
* pp_readline,close,getc: explain NULL stack argDavid Mitchell2017-07-271-0/+4
* make callers of SvTRUE() more efficientDavid Mitchell2017-07-271-1/+1
* use the new PL_sv_zero in obvious placesDavid Mitchell2017-07-271-5/+5
* [perl #131645] Fix assert fail in pp_sselectFather Chrysostomos2017-07-021-6/+15
* recv: reset stack when returning undefDavid Mitchell2017-06-221-2/+2
* pp_leavewrite: extend stack for return valueDavid Mitchell2017-06-221-0/+2
* Disallow opening the same symbol as both a file and directory handleDagfinn Ilmari Mannsåker2017-06-051-5/+3
* Eliminate remaining uses of PL_statbufDagfinn Ilmari Mannsåker2017-06-011-1/+1
* 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