summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-07-281-8/+5
* 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
* Split Perl_do_openn() into Perl_do_open_raw() and Perl_do_open6().Nicholas Clark2014-03-191-11/+46
* Extract the cleanup code of Perl_do_openn() into S_openn_cleanup().Nicholas Clark2014-03-191-2/+26
* Extract the setup code of Perl_do_openn() into S_openn_setup().Nicholas Clark2014-03-191-19/+35
* In Perl_do_openn(), disambiguate the two separate uses of the variable fd.Nicholas Clark2014-03-191-8/+9
* In Perl_do_openn(), move the variable result into the block that uses it.Nicholas Clark2014-03-191-30/+35
* Perl_do_openn() doesn't need to set num_svs and svp.Nicholas Clark2014-03-191-19/+20
* Perl_do_openn() should call PerlIO_openn() with arg NULL if narg is 0.Nicholas Clark2014-03-191-1/+1
* In Perl_do_openn(), move {in,out}_{raw,crlf} into the !as_raw block.Nicholas Clark2014-03-191-11/+11
* No need for code conditional on S_IFMT being defined, as perl.h has a fallback.Nicholas Clark2014-03-011-4/+0
* [perl #121230] fix kill -SIG on win32David Mitchell2014-02-281-5/+8
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* Consistent spaces after dots in perlintern.podFather Chrysostomos2013-12-291-1/+1
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-7/+0
* doio.c: Stop semop from modifying its argumentFather Chrysostomos2013-12-251-9/+0
* Fixes the case where on 64bit big-endian boxes, calls to semctl(id,semnum,SET...Brian Childs2013-12-091-2/+7
* doio.c: Remove EBCDIC dependencyKarl Williamson2013-12-031-4/+0
* Check unlink on directory for all users, not just root.Craig A. Berry2013-12-021-1/+1
* Make unlink on directory as root set errno.Evan Zacks2013-12-021-1/+5
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-3/+13
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-3/+8
* silence some compiler warningsDavid Mitchell2013-11-131-1/+1
* Removed the ifdefs for INCOMPLETE_TAINTSBrian Fraser2013-09-211-4/+0
* Remove the ifdefs for ULTRIX_STDIO_BOTCHBrian Fraser2013-09-211-8/+0
* [perl #117265] move the "glob failed" warning to the point of failureTony Cook2013-09-091-0/+6
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-12/+18
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-4/+21
* -l $handle warning: globs, iorefs, utf8Father Chrysostomos2013-06-041-3/+18
* Fix -Wformat-security issuesNiko Tyni2013-05-101-2/+2
* silence warnings under NO_TAINT_SUPPORTDavid Mitchell2013-05-091-0/+2
* Restore the warning previously issued by (-l $fh)Ricardo Signes2013-05-081-2/+7
* Add return statements where missing in doio.c IPC functions.Craig A. Berry2013-03-031-0/+3
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-311-1/+1
* doio.c: Use SvREFCNT_dec_NNFather Chrysostomos2012-12-091-1/+1
* Silence some g++ compiler warningsKarl Williamson2012-12-091-1/+1
* Remove "register" declarationsKarl Williamson2012-11-241-6/+6
* Remove the EPOC port.Nicholas Clark2012-11-191-1/+1
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-2/+2
* Remove thread context from Perl_vmssetuserlnm.Craig A. Berry2012-11-031-2/+2
* Omnibus removal of register declarationsKarl Williamson2012-08-181-12/+12
* Magic flags harmonization.Chip Salzenberg2012-07-151-0/+1
* ensure shmread() calls get and set magic onceChip Salzenberg2012-07-101-1/+2
* hold pid in Pid_t, not I32, for kill()Chip Salzenberg2012-07-101-2/+2
* Remove C++isms from doio.cSteve Hay2012-06-261-3/+3
* [perl #112990] Simplify kill implementation and docsDarin McBride2012-06-261-28/+26
* [perl #113798] Don’t hide PATH from perlglobFather Chrysostomos2012-06-231-0/+3
* Make open(... "<&", $fileno) respect magicFather Chrysostomos2012-06-071-1/+4