summaryrefslogtreecommitdiffstats
path: root/libgfortran/io/unix.c
Commit message (Expand)AuthorAgeFilesLines
* 2014-07-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2014-07-071-2/+2
* PR 61187 Fix use of uninitialized data.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
* Replace sprintf with snprintfjb2011-04-161-2/+4
* 2011-04-04 Tobias Burnus <burnus@net-b.de>burnus2011-04-031-13/+14
* PR libfortran/47439fxcoudert2011-03-191-5/+33
* PR libfortran/45165fxcoudert2011-02-261-2/+6
* PR 47432 Use ttyname_r() if availablejb2011-01-271-10/+21
* PR 46267 strerror thread safetyjb2011-01-211-10/+0
* PR47296 Segfault when running out of file descriptorsjb2011-01-171-8/+4
* 2011-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2011-01-151-0/+2
* Cache stat values, reduce syscallsjb2010-11-091-18/+35
* PR 44931 Move struct unix_stream to unix.cjb2010-11-041-3/+28
* Remove prot from unix_streamjb2010-11-031-33/+6
* Remove unused empty_internal_buffer functionjb2010-11-031-9/+0
* Use access(2) instead of stat(2) to test file existence.jb2010-08-011-35/+41
* 2010-07-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2010-07-291-22/+0
* 2010-07-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2010-07-191-3/+4
* 2010-07-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2010-07-131-6/+111
* 2010-07-11 Kai Tietz <kai.tietz@onevision.com>jvdelisle2010-07-111-0/+4
* Remove free_memjb2010-05-071-7/+7
* 2010-04-30 Kai Tietz <kai.tietz@onevision.com>ktietz2010-04-301-4/+28
OpenPOWER on IntegriCloud