This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch,fortran] PR25828 F2003 Stream I/O


Jerry DeLisle wrote:
Committed to 4.2 only, approval off list by Steve.

Thanks.


Here's a small patch that adds mention of STREAM I/O support to the documentation. I'll commit it as obvious tomorrow unless there are objections.




-- Janne Blomqvist
2006-08-19  Janne Blomqvist  <jb@gcc.gnu.org>

	* gfortran.texi: Mention STREAM I/O among supported F2003
	features.
Index: gfortran.texi
===================================================================
--- gfortran.texi	(revision 116257)
+++ gfortran.texi	(working copy)
@@ -1383,6 +1383,14 @@ The @code{ALLOCATABLE} attribute for dum
 @code{ALLOCATABLE} function results
 @end itemize
 
+@item
+@cindex @code{STREAM} I/O
+@cindex @code{ACCESS='STREAM'} I/O
+The @code{OPEN} statement supports the @code{ACCESS='STREAM'} specifier,
+allowing I/O without any record structure.
+
+
+
 @end itemize
 
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]