gcc/libgfortran/io
Janne Blomqvist ed10039e8b PR 50016 Slow I/O on MingW due to _commit
frontend ChangeLog:

2011-11-09  Janne Blomqvist  <jb@gcc.gnu.org>

	PR libfortran/50016
	* gfortran.texi (Data consistency and durability): New section.


testsuite ChangeLog:

2011-11-09  Janne Blomqvist  <jb@gcc.gnu.org>

	PR libfortran/50016
	* gfortran.dg/inquire_size.f90: Don't flush the unit.

libgfortran ChangeLog:

2011-11-09  Janne Blomqvist  <jb@gcc.gnu.org>

	PR libfortran/50016
	* io/inquire.c (inquire_via_unit): Flush the unit and use ssize.
	* io/unix.c (buf_flush): Don't call _commit.

From-SVN: r181207
2011-11-09 17:46:15 +02:00
..
close.c
fbuf.c
fbuf.h
file_pos.c Introduce a size member function to struct stream. 2011-10-31 16:52:26 +02:00
format.c
format.h
inquire.c PR 50016 Slow I/O on MingW due to _commit 2011-11-09 17:46:15 +02:00
intrinsics.c Simplify handling of special files. 2011-10-31 16:45:50 +02:00
io.h Copyright years and whitespace fix for r180734 2011-11-01 14:03:38 +02:00
list_read.c
lock.c
open.c Revert previous fix for PR 45723. 2011-11-07 16:32:50 +02:00
read.c
size_from_kind.c
transfer128.c
transfer.c Update file position for inquire lazily. 2011-10-31 16:59:19 +02:00
unit.c Copyright years and whitespace fix for r180734 2011-11-01 14:03:38 +02:00
unix.c PR 50016 Slow I/O on MingW due to _commit 2011-11-09 17:46:15 +02:00
unix.h Introduce a size member function to struct stream. 2011-10-31 16:52:26 +02:00
write_float.def
write.c