This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #132761) croak_xs_usage() shouldn't accept a THX arguement
[perl5.git] / doio.c
2018-01-18 ZeframRevert "Revert "make PerlIO handle FD_CLOEXEC""
2018-01-18 AbigailRevert "make PerlIO handle FD_CLOEXEC"
2017-12-22 Zeframmake PerlIO handle FD_CLOEXEC
2017-12-22 ZeframPerl_my_mkstemp_cloexec() function
2017-12-22 Zeframfactor out remaining fcntl F_SETFD calls
2017-12-22 Zeframset FD_CLOEXEC atomically in easy cases
2017-12-22 Zefram*_cloexec() I/O functions
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-14 Zeframmake exec keep its argument list more reliably
2017-12-01 Tony Cook(perl #132506) finish the correction to dir_unchanged()
2017-11-30 Steve HayFix Windows build following commit 184f90dc41
2017-11-30 Tony Cook(perl #132506) remove an unneeded argument
2017-11-30 Tony Cook(perl #132506) deal with un-/partly implemented *at...
2017-11-29 Jarkko HietaniemiInitialize variables.
2017-11-29 Jarkko HietaniemiSet safer umask for mkstemp().
2017-11-15 Zeframset $! when statting a closed filehandle
2017-11-06 Karl Williamsondoio.c: Change strchr to memchr
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-11-02 Tony Cook(perl #131895) fail stat on names with \0 embedded
2017-10-25 Craig A. BerryRevert "vms/vmsish.h: move a function declaration from...
2017-10-21 Aaron Cranedoio.c: simplify cpp conditionals
2017-10-21 Aaron Cranevms/vmsish.h: move a function declaration from doio.c
2017-10-18 Dagfinn Ilmari Man... [perl #131730] Fix exec PROGRAM LIST with empty LIST
2017-09-18 James E KeenanMake use of *at functions dependent upon HAS_LINKAT.
2017-09-18 Tony Cook(perl #127663) work around what appears to be a freebsd bug
2017-09-11 Tony Cook(perl #127663) fallback to looking for work file if...
2017-09-11 Tony Cook(perl #127663) reject a changed directory for relative...
2017-09-11 Tony Cook(perl #127663) test we fail if the work file can't...
2017-09-11 Tony Cook(perl #127663) test we fail if the backup rename fails
2017-09-11 Tony Cook(perl #127663) don't do inplace renaming etc in child...
2017-09-11 Tony Cook(perl #127663) don't do inplace renaming etc in child...
2017-09-11 Tony Cook(perl #127663) use *at() functions to handle perl code...
2017-09-11 Tony Cook(perl #127663) discard any output if not closed properly
2017-09-11 Tony Cook(perl #127663) safer in-place editing
2017-06-01 Dagfinn Ilmari Man... Eliminate remaining uses of PL_statbuf
2017-02-11 Jarkko HietaniemiCoverity #28930: unchecked return value
2017-01-25 Dagfinn Ilmari Man... Use cBOOL() instead of ? TRUE : FALSE
2017-01-18 Dagfinn Ilmari Man... Remove obsolete (PL_)statcache mentions in comments
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-10-19 Yves Ortondoio.c: use new SvPVCLEAR and constant string friendly...
2016-08-17 Jarkko HietaniemiRevert "Check against negative uid/gid for fchown()."
2016-08-04 Father Chrysostomos[perl #126041] Only clear LS_COLORS for glob
2016-03-17 Tony Cookcroak on failure to close an in-place edit output file
2016-02-07 Jarkko HietaniemiCheck against negative uid/gid for fchown().
2015-10-24 Jarkko HietaniemiAscertain that the fd for fcntl is not negative
2015-10-08 Daniel Draganpartial PL_statbuf removal
2015-10-06 Karl Williamsonperlapi: Note another exception to given rule
2015-09-20 Craig A. BerryRemove VMS-specific bits of OP_KILL.
2015-09-16 Andy Broadamigaos4: move the amigaos exec code under amigaos4
2015-09-05 Andy Broadamigaos4: unlink of open/locked files will fail
2015-09-05 Andy Broadamigaos4: needs inplace edit backup file
2015-09-05 Andy Broadamigaos4: special post-exec trick needed
2015-09-05 Andy Broadamigaos4: exec returns I32
2015-09-05 Andy Broadamigaos4: check that the errno indicates an error
2015-08-26 Jarkko HietaniemiOne more FD_CLOEXEC case, missed in 131d45a9.
2015-08-26 Jarkko HietaniemiNote that the all the fd flags are saved/restored.
2015-08-01 Karl Williamsonperlapi: Use F<> around file names
2015-06-27 Jarkko Hietaniemilseek() SEEK_SET pos may not be negative
2015-06-27 Jarkko Hietaniemishmat id can be invalid.
2015-06-27 Jarkko Hietaniemimsgrcv id can be invalid.
2015-06-27 Jarkko Hietaniemimsgsnd id can be invalid.
2015-06-19 David Mitchellsilence some gcc -pendantic warnings
2015-06-03 Tony Cook[perl #125115] don't create file GLOB(...) when dupping...
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-01-21 David Mitchellavoid C labels in column 0
2014-11-08 Daniel Draganoptimize Perl_boot_core_UNIVERSAL and Perl_nextargv
2014-11-03 Father Chrysostomos[perl #57512] Warnings for implicitly closed handles
2014-11-03 Father ChrysostomosHave close() set $! and $^E
2014-10-25 Daniel Dragancleanup perlio.c and doio.c
2014-10-22 Tony Cook[perl #122703] ensure $! is set when chmod() and utime...
2014-09-30 Rafael Garcia-SuarezIntroduce the double-diamond operator <<>>
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-19 Jarkko HietaniemiSilence -Wunused-parameter my_perl under threads.
2014-06-12 Brian FraserAdding missing HEKfARG() invocations
2014-06-03 Jarkko Hietaniemi375ed12a broke Config::IniFiles
2014-06-02 Jarkko HietaniemiUse PERL_UNUSED_RESULT.
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-28 Jarkko HietaniemiHide the VMS error identifier SS$_NOPRIV, as customary.
2014-05-28 Tony Cook[perl #121112] only warn if newline is the last non...
2014-03-19 Nicholas ClarkIn Perl_nextargv(), move variable declarations into...
2014-03-19 Nicholas ClarkSimplify the code in Perl_nextargv().
2014-03-19 Nicholas ClarkChange core uses of Perl_do_openn() to Perl_do_open6...
2014-03-19 Nicholas ClarkSplit Perl_do_openn() into Perl_do_open_raw() and Perl_...
2014-03-19 Nicholas ClarkExtract the cleanup code of Perl_do_openn() into S_open...
2014-03-19 Nicholas ClarkExtract the setup code of Perl_do_openn() into S_openn_...
2014-03-19 Nicholas ClarkIn Perl_do_openn(), disambiguate the two separate uses...
2014-03-19 Nicholas ClarkIn Perl_do_openn(), move the variable result into the...
2014-03-19 Nicholas ClarkPerl_do_openn() doesn't need to set num_svs and svp.
2014-03-19 Nicholas ClarkPerl_do_openn() should call PerlIO_openn() with arg...
2014-03-19 Nicholas ClarkIn Perl_do_openn(), move {in,out}_{raw,crlf} into the...
2014-03-01 Nicholas ClarkNo need for code conditional on S_IFMT being defined...
2014-02-28 David Mitchell[perl #121230] fix kill -SIG on win32
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2013-12-29 Father ChrysostomosConsistent spaces after dots in perlintern.pod
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-25 Father Chrysostomosdoio.c: Stop semop from modifying its argument
2013-12-09 Brian ChildsFixes the case where on 64bit big-endian boxes, calls...
next