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] Large transfer support for IO library


Hello again,

yet another version of the patch. The actual code in the previous
patches hasn't changed much, but I split out the actual reading and
writing to separate functions and made the the rest of the library use
those instead of existing similar functionality (which suffered from
the size_t vs. int issue and wasn't as strict about error checking).

ChangeLog and patch attached. Regtested on i686-Linux.

-- 
Janne Blomqvist

Attachment: ChangeLog
Description: Text document

Attachment: large_trans-4.diff
Description: Text document


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