gcc/libgfortran/io
Francois-Xavier Coudert 8809f6f945 re PR libfortran/20788 (Loading libgfortran.so clobbers C redirection of stdin/stdout/stderr)
PR libfortran/20788
	Missing entry from previous commit:
	* io/unix.c (fd_to_stream): Add an avoid_mmap argument indicating
	we don't we to mmap this stream. Use fd_open instead of mmap_open
	in that case.
	(open_external): Call fd_to_stream with avoid_mmap = 0.
	(input_stream): Call fd_to_stream with avoid_mmap = 1.
	(output_stream): Likewise.
	(error_stream): Likewise.

	Really committing:
	* io/read.c (read_f): Accept 'e', 'E', 'd' and 'D' as first
	non-blank characters of a real number.

From-SVN: r99508
2005-05-10 08:34:58 +00:00
..
backspace.c
close.c
endfile.c
format.c
inquire.c re PR libfortran/20950 ([4.0 only] segfault in INQUIRE asking for SEQUENTIAL status) 2005-04-18 07:34:32 +00:00
io.h
list_read.c Fix bug that causes testsuite failure in namelist_13.f90 on some systems. 2005-04-23 12:38:08 +00:00
lock.c
open.c
read.c re PR libfortran/20788 (Loading libgfortran.so clobbers C redirection of stdin/stdout/stderr) 2005-05-10 08:34:58 +00:00
rewind.c rewind.c (st_rewind): Flush the stream when resetting the mode from WRITING to READING. 2005-04-26 15:27:11 -04:00
transfer.c
unit.c
unix.c re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format read (NIST FM110.FOR)) 2005-05-09 11:21:01 +00:00
write.c Fix bug that causes testsuite failure in namelist_13.f90 on some systems. 2005-04-23 12:38:08 +00:00