index
:
ampere-computing/gcc-experimental.git
common/ipa-str-reorg
common/ipa-str-reorg-v2
common/ipa-str-reorg-v3
common/ipa-str-reorg-v4
erick/ipa-str-reorg
erick/type-escape-analysis-merge
erick/type-playground
gcc_master_new7
gcc_master_new8
master
gcc-experimental
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgfortran
/
io
/
unix.c
Age
Commit message (
Expand
)
Author
2020-01-01
Update copyright years.
Jakub Jelinek
2019-07-21
re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)
Thomas Koenig
2019-01-01
Update copyright years.
Jakub Jelinek
2018-10-06
Use gfc_charlen_type instead of int for string lenghts
Janne Blomqvist
2018-09-14
[libgfortran] Fix uninitialized variable use in fallback_access
Kyrylo Tkachov
2018-08-21
re PR fortran/25829 ([F03] Asynchronous IO support)
Nicolas Koenig
2018-07-31
Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.
Andre Vieira
2018-07-25
re PR fortran/25829 ([F03] Asynchronous IO support)
Nicolas Koenig
2018-01-07
PR 78534, 83704 Handle large formatted I/O
Janne Blomqvist
2018-01-03
Update copyright years.
Jakub Jelinek
2018-01-02
PR libgfortran/83649 Chunk large reads and writes
Janne Blomqvist
2017-12-14
re PR libfortran/78549 (Very slow formatted internal file output)
Jerry DeLisle
2017-07-24
unix.c (buf_write): Return early if there is nothing to write.
Thomas Koenig
2017-04-11
close.c: Fix white space in pointer declarations and comment formats where ap...
Jerry DeLisle
2017-01-01
Update copyright years.
Jakub Jelinek
2016-12-21
libgfortran.h: Include <stdlib.h> header.
Francois-Xavier Coudert
2016-12-21
abort.c: Remove unused headers.
Francois-Xavier Coudert
2016-10-26
New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.
Fritz Reese
2016-10-09
PR 67585 Handle EINTR
Janne Blomqvist
2016-08-31
[multiple changes]
Paul Thomas
2016-01-04
Update copyright years.
Jakub Jelinek
2015-09-12
re PR libfortran/67527 (io.h sanitizer complains on 1 << 31)
Francois-Xavier Coudert
2015-09-04
libgfortran: Use remove(3) instead of unlink(2) when deleting files.
Janne Blomqvist
2015-08-29
re PR fortran/67367 (Program crashes on READ(IOSTAT=IOS, ...) on directory OP...
Jerry DeLisle
2015-08-29
* io/unix.c (min): Remove unused macro.
Francois-Xavier Coudert
2015-08-09
re PR libfortran/66936 (io/unix.c gratuitously uses S_IRWXG and S_IRWXO on th...
Francois-Xavier Coudert
2015-07-14
PR 66861 Fix null pointer crash on mingw.
Janne Blomqvist
2015-03-11
PR 65200 Handle EPERM in addition to EACCES.
Janne Blomqvist
2015-01-05
Update copyright years.
Jakub Jelinek
2014-09-17
PR libfortran/62768 Handle filenames with embedded null characters.
Janne Blomqvist
2014-06-29
re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail)
Jerry DeLisle
2014-06-08
PR 56981 Flush buffer at record boundary if possible.
Janne Blomqvist
2014-05-22
PR 60324 Handle long path names, don't use PATH_MAX.
Janne Blomqvist
2014-05-16
PR 61187 Fix use of uninitialized memory.
Janne Blomqvist
2014-03-18
configure.ac: Check for presence of fcntl.
Ulrich Weigand
2014-01-02
Update copyright years in libgfortran/
Richard Sandiford
2013-12-17
unix.c (tempfile_open): Only use the needed flag O_CLOEXEC.
Andreas Tobler
2013-11-16
When file status is unknown, don't set O_CREAT when opening read-only.
Janne Blomqvist
2013-11-10
Set close-on-exec flag when opening files.
Janne Blomqvist
2013-05-04
environ.c: Include unistd.h.
David Edelsohn
2013-04-29
PR 56981 Improve unbuffered performance on special files.
Janne Blomqvist
2013-02-21
Fix regression when writing formatted sequential to a pipe.
Janne Blomqvist
2013-01-14
Update copyright years in libgfortran.
Richard Sandiford
2012-12-21
re PR libfortran/30162 (Document when sequential I/O with named pipes works)
Thomas Koenig
2012-10-10
re PR fortran/54878 (libgfortran issues found by the Coverity scanner)
Tobias Burnus
2012-09-29
re PR fortran/52724 (Internal read with character(kind=4) data)
Thomas Koenig
2012-06-01
chmod.c (chmod_func): On MinGW, don't set is_dir
Tobias Burnus
2012-05-31
revert: unix.c (tempfile_open): Pass mode to "open" for O_CREAT.
Tobias Burnus
2012-05-16
unix.c (tempfile_open): Pass mode to "open" for O_CREAT.
Tobias Burnus
2012-05-05
Fix handling of temporary files.
Janne Blomqvist
[next]