summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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