summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* amigaos4: needs inplace edit backup fileAndy Broad2015-09-051-1/+1
* amigaos4: special post-exec trick neededAndy Broad2015-09-051-10/+1
* amigaos4: exec returns I32Andy Broad2015-09-051-13/+40
* amigaos4: check that the errno indicates an errorAndy Broad2015-09-051-3/+8
* One more FD_CLOEXEC case, missed in 131d45a9.Jarkko Hietaniemi2015-08-261-6/+4
* Note that the all the fd flags are saved/restored.Jarkko Hietaniemi2015-08-261-5/+7
* perlapi: Use F<> around file namesKarl Williamson2015-08-011-1/+1
* lseek() SEEK_SET pos may not be negativeJarkko Hietaniemi2015-06-261-1/+4
* shmat id can be invalid.Jarkko Hietaniemi2015-06-261-1/+6
* msgrcv id can be invalid.Jarkko Hietaniemi2015-06-261-1/+6
* msgsnd id can be invalid.Jarkko Hietaniemi2015-06-261-1/+6
* silence some gcc -pendantic warningsDavid Mitchell2015-06-191-2/+3
* [perl #125115] don't create file GLOB(...) when dupping a closed handleTony Cook2015-06-031-2/+5
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-2/+6
* avoid C labels in column 0David Mitchell2015-01-211-2/+2
* optimize Perl_boot_core_UNIVERSAL and Perl_nextargvDaniel Dragan2014-11-071-1/+1
* [perl #57512] Warnings for implicitly closed handlesFather Chrysostomos2014-11-021-2/+15
* Have close() set $! and $^EFather Chrysostomos2014-11-021-0/+8
* cleanup perlio.c and doio.cDaniel Dragan2014-10-241-1/+0
* [perl #122703] ensure $! is set when chmod() and utime() failTony Cook2014-10-221-0/+2
* Introduce the double-diamond operator <<>>Rafael Garcia-Suarez2014-09-301-3/+6
* Use grok_atou instead of atoi.Jarkko Hietaniemi2014-07-221-1/+1