aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-06re PR libfortran/30162 (Document when sequential I/O with named pipes works)Jerry DeLisle1-11/+28
2006-09-23re PR libfortran/27964 (Wrong line ends on windows (XP))Danny Smith1-0/+6
2006-05-29re PR libfortran/27757 (Problems with direct access io)Jerry DeLisle1-0/+1
2006-04-23re PR libfortran/20257 (Fortran runtime error: End of record occurs when writ...Jerry DeLisle1-1/+2
2006-03-10re PR libfortran/26499 (gfortran - End of File incorrectly positioned after b...Jerry DeLisle1-2/+2
2006-02-24re PR libfortran/26423 (Error on binary I/O for large array)Jerry DeLisle1-6/+10
2006-02-12re PR libfortran/25949 (Unbounded I/O buffer memory usage for formatted IO)Janne Blomqvist1-10/+55
2005-12-28re PR libfortran/25139 ("Invalid argument" error on I/O)Jerry DeLisle1-1/+1
2005-11-27re PR libfortran/24919 ([4.0] CRLF support in libgfortran)Francois-Xavier Coudert1-3/+3
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek1-71/+144
2005-11-13fget.c: New file.Francois-Xavier Coudert1-0/+6
2005-10-30re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert1-0/+17
2005-10-23re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert1-4/+19
2005-10-21re PR libfortran/24383 (mingw doesn't have SSIZE_MAX)Francois-Xavier Coudert1-0/+4
2005-10-13unix.c (fd_alloc_r_at): Use read() instead of do_read() only in case of speci...Thomas Koenig1-6/+24
2005-10-12unix.c: Remove parts of patch of 2005/10/07 that cause input from the termina...Janne Blomqvist1-3/+3
2005-10-07re PR libfortran/16339 (Unformatted i/o on large arrays inefficient)Janne Blomqvist1-54/+262
2005-10-07transfer.c (write_block): Add test for end-of-file condition, removed from me...Jerry DeLisle1-4/+1
2005-09-29string.c (find_option): Change 3rd argument to const st_option *.Jakub Jelinek1-1/+1
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle1-1/+10
2005-09-11re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert1-0/+11
2005-09-10unix.c: Remove mmap code.Janne Blomqvist1-209/+6
2005-09-07re PR libfortran/23262 ([mingw32] rewind truncates file)Francois-Xavier Coudert1-0/+9
2005-09-02unix.c (stream_ttyname): Protect use of ttyname by HAVE_TTYNAME macro.Francois-Xavier Coudert1-0/+4
2005-08-27acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can...Francois-Xavier Coudert1-1/+4
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
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