aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2007-03-09re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle2-4/+7
2007-02-25re PR libfortran/30918 (Failure to skip commented out NAMELIST)Jerry DeLisle1-0/+4
2007-02-23re PR fortran/30910 ([Regression 4.2, 4.3] Gfortran: ES format not quite righ...Jerry DeLisle1-1/+1
2007-02-02re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)Paul Thomas1-2/+3
2007-01-18re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert1-9/+0
2007-01-17re PR libfortran/27107 (Make dependency on io/io.h broken)Francois-Xavier Coudert4-122/+502
2007-01-12re PR fortran/30435 (Slash at end of input not recognized according to standard)Jerry DeLisle1-6/+8
2007-01-06re PR libfortran/30162 (Document when sequential I/O with named pipes works)Jerry DeLisle1-11/+28
2006-12-28re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)Jerry DeLisle2-3/+3
2006-12-15re PR fortran/30145 (Fortran 90: write statement fails to ignore zero-sized a...Jerry DeLisle1-1/+1
2006-12-06re PR libfortran/30009 ([4.1 only] Unformatted reads exceeding storage units ...Thomas Koenig1-32/+26
2006-12-05re PR libfortran/30005 (Open errors (not/already exists etc.): show also the ...Jerry DeLisle1-1/+29
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig4-235/+482
2006-11-22io.h (unit_flags): Add new flag has_recl.Jerry DeLisle3-5/+11
2006-11-16trans-decl.c (gfc_get_symbol_decl): Fix formatting.François-Xavier Coudert1-1/+1
2006-11-092006-11-08 Steven G. Kargl <kargl@gcc.gnu.org> Steven G. Kargl1-0/+2
2006-11-09re PR fortran/29752 (write(*,*,advance='NO'), READ(): Data not flushed)Jerry DeLisle1-3/+6
2006-11-05transfer.c (next_record_w): Fix indentation.Jerry DeLisle1-1/+1
2006-11-05re PR libfortran/25545 (internal file and dollar edit descriptor)Jerry DeLisle1-113/+90
2006-10-31re PR libfortran/29627 ([4.1 only] partial unformatted reads shouldn't succeed)Thomas Koenig1-49/+41
2006-10-28re PR fortran/29625 (Octal edit descriptors allow real variables, even with -...Tobias Burnus1-2/+12
2006-10-26re PR fortran/29563 (Internal read loses data.)Jerry DeLisle1-1/+2
2006-10-26re PR fortran/29563 (Internal read loses data.)Jerry DeLisle3-16/+29
2006-10-18re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into ...Jerry DeLisle1-7/+68
2006-10-18in_pack.m4: Fixed a typo.Tobias Burnus5-7/+7
2006-10-18re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into ...Jerry DeLisle2-26/+42
2006-09-23re PR libfortran/27964 (Wrong line ends on windows (XP))Danny Smith1-0/+6
2006-09-15re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up)Jerry DeLisle6-23/+28
2006-08-28re PR libfortran/28354 ([4.1 Only] 0.99999 printed as 0. instead of 1. by for...Jerry DeLisle1-0/+9
2006-08-15re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle7-152/+303
2006-07-31re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle1-1/+4
2006-07-31re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle2-6/+3
2006-07-30transfer.c (transfer_array): Remove stride0 fix.Janne Blomqvist1-3/+0
2006-07-262006-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle2-1/+6
2006-07-24re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))Jerry DeLisle1-1/+1
2006-07-22re PR fortran/28339 (gfortran misses a record from a format statement)Jerry DeLisle2-4/+10
2006-07-04re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)Jerry DeLisle5-14/+14
2006-06-25io.h: Move proto for unit_to_fd...Francois-Xavier Coudert1-3/+0
2006-06-19re PR libgomp/27254 (FAIL: libgomp.fortran/reduction6.f90)John David Anglin1-0/+9
2006-05-29re PR libfortran/27757 (Problems with direct access io)Jerry DeLisle1-0/+1
2006-05-29re PR fortran/27634 (formatted reading/writing: real format without dot)Jerry DeLisle1-2/+10
2006-05-27io.h (find_or_create_unit): Correct export declaration.Janne Blomqvist1-1/+1
2006-05-20re PR libfortran/24459 ([4.1 Only] gfortran namelist problem)Jerry DeLisle2-7/+44
2006-05-20re PR libfortran/22423 (Warnings when building libgfortran)Jerry DeLisle1-1/+1
2006-05-17re PR libfortran/27575 (gfortran - does not generate error when trying to rea...Jerry DeLisle1-0/+14
2006-04-30re PR libfortran/27360 (Memory leaks when reading logicals)Jerry DeLisle1-3/+6
2006-04-28re PR fortran/27304 (gfortran: Warn/abort when format in write does not fit p...Jerry DeLisle2-2/+8
2006-04-23re PR libfortran/20257 (Fortran runtime error: End of record occurs when writ...Jerry DeLisle4-30/+91
2006-04-17re PR fortran/27138 (gfortran: read(*,*) myInt advances only one character on...Jerry DeLisle1-8/+33
2006-04-13re PR fortran/26766 ([F2003] Recursive I/O still (again) broken)Jerry DeLisle3-49/+91