aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-15Part 1 of PR 25561.Janne Blomqvist1-31/+17
2008-04-05PR fortran/25829 28655Jerry DeLisle1-42/+43
2008-03-27unix.c (fd_close): Do not close STDIN.Jerry DeLisle1-1/+1
2008-03-05re PR libfortran/35293 (truncation errors with gfortran.dg/streamio_11.f90, 3...Hans-Peter Nilsson1-6/+18
2008-01-20inquire.c (inquire_via_unit): If a unit is opened...Jerry DeLisle1-3/+3
2008-01-03re PR fortran/34565 (internal write to string array fails)Thomas Koenig1-2/+2
2007-10-19re PR fortran/33795 (Environment variable GFORTRAN_UNBUFFERED_<number> not wo...Francois-Xavier Coudert1-2/+14
2007-09-20re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert1-4/+90
2007-09-15re PR libfortran/21185 (Improve testsuite results on newlib targets)Francois-Xavier Coudert1-1/+32
2007-09-06libgfortran.h: Include config.h first.David Edelsohn1-2/+2
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