summaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.c
AgeCommit message (Expand)Author
2018-01-03PR libgfortran/83649 Chunk large reads and writesjb
2017-12-162017-12-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2017-04-112017-04-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2017-01-01 Update copyright years.jakub
2016-12-21 * libgfortran.h: Include <stdlib.h> header.fxcoudert
2016-12-21 * intrinsics/abort.c: Remove unused headers.fxcoudert
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.foreese
2016-10-09PR 67585 Handle EINTRjb
2016-08-312016-08-31 Paul Thomas <pault@gcc.gnu.org>pault
2016-01-04 Update copyright years.jakub
2015-09-12 PR libfortran/67527fxcoudert
2015-09-03libgfortran: Use remove(3) instead of unlink(2) when deleting files.jb
2015-08-292015-08-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2015-08-29 * io/unix.c (min): Remove unused macro.fxcoudert
2015-08-09 PR libfortran/66936fxcoudert
2015-07-14PR 66861 Fix null pointer crash on mingw.jb
2015-03-11PR 65200 Handle EPERM in addition to EACCES.jb
2015-01-05 Update copyright years.jakub
2014-09-16PR libfortran/62768 Handle filenames with embedded null characters.jb
2014-06-292014-06-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle
2014-06-08PR 56981 Flush buffer at record boundary if possible.jb
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.jb
2014-05-16PR 61187 Fix use of uninitialized memory.jb
2014-03-18 * configure.ac: Check for presence of fcntl.uweigand
2014-01-02Update copyright years in libgfortran/rsandifo
2013-12-172013-12-17 Andreas Tobler <andreast@gcc.gnu.org>andreast
2013-11-15When file status is unknown, don't set O_CREAT when opening read-only.jb
2013-11-10Set close-on-exec flag when opening files.jb
2013-05-04 * runtime/environ.c: Include unistd.h.dje
2013-04-29PR 56981 Improve unbuffered performance on special files.jb
2013-02-21Fix regression when writing formatted sequential to a pipe.jb
2013-01-14Update copyright years in libgfortran.rsandifo
2012-12-212012-12-21 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig
2012-10-102012-10-10 Tobias Burnus <burnus@net-b.de>burnus
2012-09-292012-09-29 Thomas König <tkoenig@gcc.gnu.org>tkoenig
2012-06-012012-06-01 Tobias Burnus <burnus@net-b.de>burnus
2012-05-312012-05-31 Tobias Burnus <burnus@net-b.de>burnus
2012-05-162012-05-16 Tobias Burnus <burnus@net-b.de>burnus
2012-05-05Fix handling of temporary files.jb
2012-04-152012-04-15 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig
2012-03-26Combined get_mem and internal_malloc_size.jb
2012-03-25Use calloc instead of malloc and memset.jb
2012-03-16Share vtables instead of replicating them for each unit.jb
2011-12-22PR 51646 Use POSIX mode flags in open() argument.jb
2011-11-09PR 50016 Slow I/O on MingW due to _commitjb
2011-10-31Introduce a size member function to struct stream.jb
2011-10-31Simplify handling of special files.jb
2011-06-11Return error when trying to seek a non-seekable buffered filejb
2011-06-11Figure out whether a file is seekable with lseek()jb
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRjb