aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-6/+1
2007-08-03re PR libfortran/32977 (All gfortran tests fail on Tru64 UNIX V4.0F: vsnprint...Thomas Koenig1-2/+17
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig1-111/+29
2007-07-27* io/unix.c (stream_ttyname): Mark argument as potentialy unused.Francois-Xavier Coudert1-1/+1
2007-07-15re PR libfortran/32752 (Segfault on WRITE with modified unix_stream structure)Jerry DeLisle1-2/+2
2007-07-10re PR libfortran/32702 (crash when printing big character variable)Jerry DeLisle1-6/+31
2007-05-26unix.c (unix_stream): Rearrange struct members, remove small_buffer.Janne Blomqvist1-46/+50
2007-05-10re PR libfortran/31880 ([4.2 only] silent data corruption in gfortran read st...Jerry DeLisle1-2/+2
2007-05-04re PR target/22539 (Internal compiler error with maximum sized array)Daniel Franke1-3/+7
2007-03-23re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-0/+1
2007-03-18re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-2/+11
2007-03-14unix.c (regular_file): For ACTION_UNSPECIFIED retry with O_RDONLY even if err...Jakub Jelinek1-3/+3
2007-01-18re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert1-9/+0
2007-01-17re PR libfortran/27107 (Make dependency on io/io.h broken)Francois-Xavier Coudert1-2/+135
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