summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* perlapi: Document do_closeKarl Williamson2022-06-011-1/+17
* doio.c: Rename formal parameters for clarityKarl Williamson2022-05-271-15/+15
* doio.c: Properly indent some nested #if linesKarl Williamson2022-05-181-4/+4
* perlapi: Document my_chsizeKarl Williamson2022-05-111-0/+8
* Revert "Mark internal and document do_close"Karl Williamson2022-05-071-9/+1
* Mark internal and document do_closeKarl Williamson2022-05-071-1/+9
* Revert "Fix GH Issue #19472: read warnings from open($fh,">",\(my $x))"Yves Orton2022-03-141-10/+0
* Fix GH Issue #19472: read warnings from open($fh,">",\(my $x))Yves Orton2022-03-071-0/+10
* doio.c: White-space, comment onlyKarl Williamson2022-01-011-9/+9
* Add missing fcn return declarationKarl Williamson2022-01-011-0/+1
* Provide asciiopen and asciiopen3 for z/OS ASCII I/OMike Fulton2022-01-011-1/+79
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-6/+0
* fix utime() to set $!/errno when called on a closed handleTony Cook2021-05-241-0/+1
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-1203/+1203
* shmwrite: treat the string as bytesTony Cook2020-11-241-1/+1
* msgrcv: properly downgrade the receive bufferTony Cook2020-11-241-0/+1
* msgsnd: handle an upgraded MSG parameter correctlyTony Cook2020-11-241-1/+1
* fix UTF-8 handling for semop()Tony Cook2020-11-241-1/+1
* io/sem.t: eliminate warningsTony Cook2020-11-241-4/+18
* *ctl: test we handle the buffer as bytesTony Cook2020-11-241-2/+2
* *ctl: ensure the ARG parameter's UTF-8 flag is resetTony Cook2020-11-241-0/+1
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-2/+0
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* doio.c: Convert to use av_count()Karl Williamson2020-08-191-1/+1
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-12/+0
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-1/+1
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* Remove spurious double spaces before open braces in core C codeDagfinn Ilmari Mannsåker2020-04-131-1/+1
* doio.c: Use inRANGE macroKarl Williamson2019-12-261-1/+1
* Add memCHRs() macro and use itKarl Williamson2019-12-181-1/+1
* (perl #134221) support append mode for open .. undefTony Cook2019-07-161-0/+15
* (perl #122112) a simpler fix for pclose() aborted by a signalTony Cook2019-05-301-1/+11
* foo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-02-191-10/+29
* (perl #133659) make an in-place edit successful if the exit status is zeroTony Cook2018-11-261-20/+25
* (perl #133659) move argvout cleanup to a new functionTony Cook2018-11-261-24/+38
* Also work around renameat() kernel bug on GNU/kFreeBSDJames Clarke2018-11-201-2/+2
* Use sv_catpvs where appropriate vs sv_catpvKarl Williamson2018-08-061-5/+5
* (perl #133314) always close the directory handle on clean upTony Cook2018-08-011-25/+31
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-27/+23
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-23/+27
* make PerlIO handle FD_CLOEXECZefram2017-12-221-27/+23
* Perl_my_mkstemp_cloexec() functionZefram2017-12-221-2/+15
* factor out remaining fcntl F_SETFD callsZefram2017-12-221-5/+3
* set FD_CLOEXEC atomically in easy casesZefram2017-12-221-18/+39
* *_cloexec() I/O functionsZefram2017-12-221-0/+214
* semicolon-friendly diagnostic controlZefram2017-12-161-6/+6
* make exec keep its argument list more reliablyZefram2017-12-141-40/+37
* (perl #132506) finish the correction to dir_unchanged()Tony Cook2017-12-011-3/+4
* Fix Windows build following commit 184f90dc41Steve Hay2017-11-301-1/+1