aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-09check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics...François-Xavier Coudert1-0/+12
2005-08-06io.h: Change DEFAULT_TEMPDIR to /tmp instead of /var/tmp.Francois-Xavier Coudert1-1/+3
2005-08-06* io/unix.c: Add O_RDWR to open() call.Francois-Xavier Coudert1-1/+1
2005-07-12io/unix.c: Add member special_file to type unix_stream.Thomas Koenig1-4/+8
2005-06-18unix.c (stream_at_bof): Don't assume that all non-mmapped files are non-seeka...Janne Blomqvist1-6/+6
2005-06-16re PR libfortran/16436 (gfortran TL edit descriptor failure - test f77-edit-t...Francois-Xavier Coudert1-11/+7
2005-05-30re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert1-2/+5
2005-05-17configure.ac: Add additional warning flags.Andreas Jaeger1-7/+10
2005-05-12re PR libfortran/21324 (#undef GFC_CLEAR_MEMORY causes testsuite failures)Thomas Koenig1-0/+2
2005-05-11re PR libfortran/19478 (reading back from /dev/null)Bud Davis1-2/+4
2005-05-09re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ...Francois-Xavier Coudert1-6/+9
2005-04-29configure.ac: Check for ftruncate and chsize.Francois-Xavier Coudert1-0/+7
2005-01-22re PR libfortran/19052 (unit 0 not preconnected to standard error)David Edelsohn1-1/+10
2005-01-22re PR libfortran/18982 (open(status="new") does not generate an error if the ...Thomas Koenig1-30/+41
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-0/+9
2004-12-08io.h (open_external): Change prototype.Steve Ellcey1-24/+57
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-31/+5
2004-12-02re PR libfortran/18284 (BACKSPACE broken)Bud Davis1-0/+3
2004-12-02flush.c: New file.Steven G. Kargl1-1/+16
2004-11-28direct_io_2.f90: New test.Bud Davis1-1/+2
2004-10-30config.h.in: Regenerate.Aaron W. LaFramboise1-3/+34
2004-10-30Missing bit of previous patch.Aaron W. LaFramboise1-0/+1
2004-10-07transfer.c (finalize_transfer): Free internal streams.Paul Brook1-0/+1
2004-09-18config.h.in: Regenerate.Aaron W. LaFramboise1-0/+10
2004-08-31re PR libfortran/16805 (Runtime failure using list directed read from string)Paul Brook1-3/+0
2004-08-31transfer.c (read_sf): Rename uinty to readlen.Paul Brook1-1/+1
2004-07-05re PR libfortran/15472 (implicit open for unformatted file causes run-time er...Bud Davis1-17/+36
2004-06-26re PR libfortran/16196 (gfortran fails to create file with OPEN(...,status='R...Bud Davis1-1/+1
2004-05-18re PR libfortran/15235 (libgfortran doesn't build on Solaris 10)Tobias Schlüter1-24/+24
2004-05-16io.h (flush): Add prototype.Janne Blomqvist1-0/+6
2004-05-15re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter1-5/+5
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1432