summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-27/+23
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-23/+27
* make PerlIO handle FD_CLOEXECZefram2017-12-221-27/+23
* Perl_my_mkstemp_cloexec() functionZefram2017-12-221-2/+15
* factor out remaining fcntl F_SETFD callsZefram2017-12-221-5/+3
* set FD_CLOEXEC atomically in easy casesZefram2017-12-221-18/+39
* *_cloexec() I/O functionsZefram2017-12-221-0/+214
* semicolon-friendly diagnostic controlZefram2017-12-161-6/+6
* make exec keep its argument list more reliablyZefram2017-12-141-40/+37
* (perl #132506) finish the correction to dir_unchanged()Tony Cook2017-12-011-3/+4
* Fix Windows build following commit 184f90dc41Steve Hay2017-11-301-1/+1
* (perl #132506) remove an unneeded argumentTony Cook2017-11-301-8/+8
* (perl #132506) deal with un-/partly implemented *at() functionsTony Cook2017-11-301-55/+100
* Initialize variables.Jarkko Hietaniemi2017-11-291-0/+2
* Set safer umask for mkstemp().Jarkko Hietaniemi2017-11-291-1/+5
* set $! when statting a closed filehandleZefram2017-11-151-1/+9
* doio.c: Change strchr to memchrKarl Williamson2017-11-061-2/+2
* Rename strEQs to strBEGINs; remove strNEsKarl Williamson2017-11-061-2/+2
* (perl #131895) fail stat on names with \0 embeddedTony Cook2017-11-021-5/+16
* Revert "vms/vmsish.h: move a function declaration from doio.c"Craig A. Berry2017-10-251-0/+5
* doio.c: simplify cpp conditionalsAaron Crane2017-10-211-21/+13
* vms/vmsish.h: move a function declaration from doio.cAaron Crane2017-10-211-5/+0
* [perl #131730] Fix exec PROGRAM LIST with empty LISTDagfinn Ilmari Mannsåker2017-10-181-5/+8
* Make use of *at functions dependent upon HAS_LINKAT.James E Keenan2017-09-181-1/+2
* (perl #127663) work around what appears to be a freebsd bugTony Cook2017-09-181-2/+26
* (perl #127663) fallback to looking for work file if st_ino unusableTony Cook2017-09-111-10/+32
* (perl #127663) reject a changed directory for relative in-place filenamesTony Cook2017-09-111-0/+36
* (perl #127663) test we fail if the work file can't be renamedTony Cook2017-09-111-0/+6
* (perl #127663) test we fail if the backup rename failsTony Cook2017-09-111-0/+5
* (perl #127663) don't do inplace renaming etc in child processesTony Cook2017-09-111-17/+40
* (perl #127663) don't do inplace renaming etc in child threadsTony Cook2017-09-111-5/+20
* (perl #127663) use *at() functions to handle perl code that chdirsTony Cook2017-09-111-2/+60
* (perl #127663) discard any output if not closed properlyTony Cook2017-09-111-5/+14
* (perl #127663) safer in-place editingTony Cook2017-09-111-83/+225
* Eliminate remaining uses of PL_statbufDagfinn Ilmari Mannsåker2017-06-011-23/+28
* Coverity #28930: unchecked return valueJarkko Hietaniemi2017-02-101-1/+5
* Use cBOOL() instead of ? TRUE : FALSEDagfinn Ilmari Mannsåker2017-01-251-1/+1
* Remove obsolete (PL_)statcache mentions in commentsDagfinn Ilmari Mannsåker2017-01-181-1/+1
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-17/+22
* doio.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-6/+6
* Revert "Check against negative uid/gid for fchown()."Jarkko Hietaniemi2016-08-161-11/+1
* [perl #126041] Only clear LS_COLORS for globFather Chrysostomos2016-08-041-8/+5
* croak on failure to close an in-place edit output fileTony Cook2016-03-171-1/+22
* Check against negative uid/gid for fchown().Jarkko Hietaniemi2016-02-071-1/+11
* Ascertain that the fd for fcntl is not negativeJarkko Hietaniemi2015-10-231-1/+1
* partial PL_statbuf removalDaniel Dragan2015-10-081-7/+9
* perlapi: Note another exception to given ruleKarl Williamson2015-10-061-1/+2
* Remove VMS-specific bits of OP_KILL.Craig A. Berry2015-09-191-38/+1
* amigaos4: move the amigaos exec code under amigaos4Andy Broad2015-09-161-36/+15
* amigaos4: unlink of open/locked files will failAndy Broad2015-09-051-1/+29