summaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig2019-07-211-12/+35
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Use gfc_charlen_type instead of int for string lenghtsJanne Blomqvist2018-10-061-9/+9
* [libgfortran] Fix uninitialized variable use in fallback_accessKyrylo Tkachov2018-09-141-6/+14
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-08-211-14/+15
* Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira2018-07-311-15/+14
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-07-251-14/+15
* PR 78534, 83704 Handle large formatted I/OJanne Blomqvist2018-01-071-12/+12
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist2018-01-021-8/+42
* re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle2017-12-141-2/+2
* unix.c (buf_write): Return early if there is nothing to write.Thomas Koenig2017-07-241-0/+3
* close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle2017-04-111-80/+80
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-211-1/+0
* abort.c: Remove unused headers.Francois-Xavier Coudert2016-12-211-1/+0
* New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese2016-10-261-1/+88
* PR 67585 Handle EINTRJanne Blomqvist2016-10-091-26/+60
* [multiple changes]Paul Thomas2016-08-311-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR libfortran/67527 (io.h sanitizer complains on 1 << 31)Francois-Xavier Coudert2015-09-121-1/+7
* libgfortran: Use remove(3) instead of unlink(2) when deleting files.Janne Blomqvist2015-09-041-10/+0
* re PR fortran/67367 (Program crashes on READ(IOSTAT=IOS, ...) on directory OP...Jerry DeLisle2015-08-291-6/+16
* * io/unix.c (min): Remove unused macro.Francois-Xavier Coudert2015-08-291-11/+0
* re PR libfortran/66936 (io/unix.c gratuitously uses S_IRWXG and S_IRWXO on th...Francois-Xavier Coudert2015-08-091-0/+6
* PR 66861 Fix null pointer crash on mingw.Janne Blomqvist2015-07-141-2/+5
* PR 65200 Handle EPERM in addition to EACCES.Janne Blomqvist2015-03-111-2/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist2014-09-171-12/+5
* re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail)Jerry DeLisle2014-06-291-2/+2
* PR 56981 Flush buffer at record boundary if possible.Janne Blomqvist2014-06-081-19/+31
* PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist2014-05-221-83/+79
* PR 61187 Fix use of uninitialized memory.Janne Blomqvist2014-05-161-2/+12
* configure.ac: Check for presence of fcntl.Ulrich Weigand2014-03-181-1/+1
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* unix.c (tempfile_open): Only use the needed flag O_CLOEXEC.Andreas Tobler2013-12-171-1/+1
* When file status is unknown, don't set O_CREAT when opening read-only.Janne Blomqvist2013-11-161-7/+13
* Set close-on-exec flag when opening files.Janne Blomqvist2013-11-101-6/+37
* environ.c: Include unistd.h.David Edelsohn2013-05-041-0/+3
* PR 56981 Improve unbuffered performance on special files.Janne Blomqvist2013-04-291-7/+32
* Fix regression when writing formatted sequential to a pipe.Janne Blomqvist2013-02-211-10/+5
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-3/+1
* re PR libfortran/30162 (Document when sequential I/O with named pipes works)Thomas Koenig2012-12-211-1/+9
* re PR fortran/54878 (libgfortran issues found by the Coverity scanner)Tobias Burnus2012-10-101-0/+12
* re PR fortran/52724 (Internal read with character(kind=4) data)Thomas Koenig2012-09-291-1/+1
* chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus2012-06-011-8/+12
* revert: unix.c (tempfile_open): Pass mode to "open" for O_CREAT.Tobias Burnus2012-05-311-2/+2