summaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.c
Commit message (Expand)AuthorAgeFilesLines
* 2017-04-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2017-04-111-80/+80
* Update copyright years.jakub2017-01-011-1/+1
* * libgfortran.h: Include <stdlib.h> header.fxcoudert2016-12-211-1/+0
* * intrinsics/abort.c: Remove unused headers.fxcoudert2016-12-211-1/+0
* New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.foreese2016-10-261-1/+88
* PR 67585 Handle EINTRjb2016-10-091-26/+60
* 2016-08-31 Paul Thomas <pault@gcc.gnu.org>pault2016-08-311-1/+1
* Update copyright years.jakub2016-01-041-1/+1
* PR libfortran/67527fxcoudert2015-09-121-1/+7
* libgfortran: Use remove(3) instead of unlink(2) when deleting files.jb2015-09-031-10/+0
* 2015-08-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-08-291-6/+16
* * io/unix.c (min): Remove unused macro.fxcoudert2015-08-291-11/+0
* PR libfortran/66936fxcoudert2015-08-091-0/+6
* PR 66861 Fix null pointer crash on mingw.jb2015-07-141-2/+5
* PR 65200 Handle EPERM in addition to EACCES.jb2015-03-111-2/+2
* Update copyright years.jakub2015-01-051-1/+1
* PR libfortran/62768 Handle filenames with embedded null characters.jb2014-09-161-12/+5
* 2014-06-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2014-06-291-2/+2
* PR 56981 Flush buffer at record boundary if possible.jb2014-06-081-19/+31
* PR 60324 Handle long path names, don't use PATH_MAX.jb2014-05-221-83/+79
* PR 61187 Fix use of uninitialized memory.jb2014-05-161-2/+12
* * configure.ac: Check for presence of fcntl.uweigand2014-03-181-1/+1
* Update copyright years in libgfortran/rsandifo2014-01-021-1/+1
* 2013-12-17 Andreas Tobler <andreast@gcc.gnu.org>andreast2013-12-171-1/+1
* When file status is unknown, don't set O_CREAT when opening read-only.jb2013-11-151-7/+13
* Set close-on-exec flag when opening files.jb2013-11-101-6/+37
* * runtime/environ.c: Include unistd.h.dje2013-05-041-0/+3
* PR 56981 Improve unbuffered performance on special files.jb2013-04-291-7/+32
* Fix regression when writing formatted sequential to a pipe.jb2013-02-211-10/+5
* Update copyright years in libgfortran.rsandifo2013-01-141-3/+1
* 2012-12-21 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2012-12-211-1/+9
* 2012-10-10 Tobias Burnus <burnus@net-b.de>burnus2012-10-101-0/+12
* 2012-09-29 Thomas König <tkoenig@gcc.gnu.org>tkoenig2012-09-291-1/+1
* 2012-06-01 Tobias Burnus <burnus@net-b.de>burnus2012-06-011-8/+12
* 2012-05-31 Tobias Burnus <burnus@net-b.de>burnus2012-05-311-2/+2
* 2012-05-16 Tobias Burnus <burnus@net-b.de>burnus2012-05-161-2/+2
* Fix handling of temporary files.jb2012-05-051-47/+78
* 2012-04-15 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2012-04-151-1/+1
* Combined get_mem and internal_malloc_size.jb2012-03-261-2/+2
* Use calloc instead of malloc and memset.jb2012-03-251-12/+4
* Share vtables instead of replicating them for each unit.jb2012-03-161-36/+51
* PR 51646 Use POSIX mode flags in open() argument.jb2011-12-221-2/+2
* PR 50016 Slow I/O on MingW due to _commitjb2011-11-091-4/+0
* Introduce a size member function to struct stream.jb2011-10-311-15/+24
* Simplify handling of special files.jb2011-10-311-61/+17
* Return error when trying to seek a non-seekable buffered filejb2011-06-111-1/+6
* Figure out whether a file is seekable with lseek()jb2011-06-111-6/+6
* Error printing thread safety, remove GFORTRAN_USE_STDERRjb2011-05-141-55/+0
* Fix path handlingjb2011-04-291-16/+26
* remove useless if-before-free testsmeyering2011-04-201-2/+1