gcc/libgfortran/io
Francois-Xavier Coudert 1f94e1d88e re PR fortran/33795 (Environment variable GFORTRAN_UNBUFFERED_<number> not working)
2007-10-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
	    Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libfortran/33795
	* libgfortran.h: Add unbuffered_preconnected.
	* io/unix.c (output_stream): Set stream unbuffered flag if
	options.unbuffered_preconnected has been set.
	(error_stream): Ditto.
	* runtime/environ.c (variable_table): Add to environment variable table
	the entry: GFORTRAN_UNBUFFERED_PRECONNECTED. 

Co-Authored-By: Jerry DeLisle <jvdelisle@gcc.gnu.org>

From-SVN: r129470
2007-10-19 04:10:58 +00:00
..
close.c
file_pos.c re PR fortran/33307 (I/O read/positioning problem) 2007-09-07 20:16:05 +00:00
format.c
inquire.c re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefault-integer-8) 2007-10-15 13:59:02 +00:00
intrinsics.c
io.h * io/io.h: Include libgfortran.h first. 2007-09-12 16:20:27 +00:00
list_read.c re PR libfortran/33672 (Additional runtime checks needed for namelist reads) 2007-10-15 01:33:16 +00:00
lock.c
open.c
read.c
size_from_kind.c
transfer.c
unit.c
unix.c re PR fortran/33795 (Environment variable GFORTRAN_UNBUFFERED_<number> not working) 2007-10-19 04:10:58 +00:00
write_float.def re PR libfortran/33225 (Missing last digit in some formatted output (on 32bit targets), per kind write_float) 2007-09-05 00:51:18 +00:00
write.c re PR libfortran/33469 (Default formats for real input are not precise enough) 2007-10-02 23:27:51 +00:00