summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-26/+0
* Silence -Wunused-parameter my_perl under threads.Jarkko Hietaniemi2014-06-191-0/+6
* Adding missing HEKfARG() invocationsBrian Fraser2014-06-131-2/+2
* 375ed12a broke Config::IniFilesJarkko Hietaniemi2014-06-031-2/+5
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-06-021-8/+5
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-2/+2
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-291-35/+71
* Hide the VMS error identifier SS$_NOPRIV, as customary.Jarkko Hietaniemi2014-05-281-1/+1
* [perl #121112] only warn if newline is the last non-NUL characterTony Cook2014-05-281-3/+3
* In Perl_nextargv(), move variable declarations into the blocks that use them.Nicholas Clark2014-03-191-8/+8
* Simplify the code in Perl_nextargv().Nicholas Clark2014-03-191-21/+26
* Change core uses of Perl_do_openn() to Perl_do_open6() or Perl_do_open_raw().Nicholas Clark2014-03-191-9/+12