aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2007-05-15re PR libfortran/31915 (Failure with unf_io_convert_3.f90)Tobias Burnus1-9/+12
2007-05-10re PR libfortran/31880 ([4.2 only] silent data corruption in gfortran read st...Jerry DeLisle1-2/+2
2007-05-07re PR libfortran/31607 (CALL SYSTEM produces garbled output when writing to a...Francois-Xavier Coudert1-3/+0
2007-05-06re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle2-2/+5
2007-05-04re PR target/22539 (Internal compiler error with maximum sized array)Daniel Franke2-3/+35
2007-05-04re PR libfortran/31210 (I/O of string with (non-constant) zero length)Francois-Xavier Coudert1-0/+9
2007-04-28re PR libfortran/31501 (libgfortran internal unit I/O performance issues)Jerry DeLisle4-46/+21
2007-04-28re PR libfortran/31532 (INQUIRE(...,POSITION=...) not standard conforming)Jerry DeLisle5-4/+35
2007-04-23re PR fortran/31618 ([4.2, 4.1 only] backspace intrinsic is not working on an...Thomas Koenig1-38/+69
2007-04-15open.c (test_endfile): Revert changes for 31052, restoring this function.Jerry DeLisle1-0/+23
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert1-1/+0
2007-04-06re PR fortran/31395 ([4.2 Only] Colon edit descriptor is ignored unless prece...Jerry DeLisle1-5/+2
2007-04-01re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle3-29/+3
2007-04-01re PR fortran/31366 ([4.2 only] Last record truncated for read after short wr...Jerry DeLisle2-1/+24
2007-03-28re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-1/+2
2007-03-26re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wro...Jerry DeLisle3-2/+14
2007-03-23re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle5-5/+36
2007-03-18re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle5-37/+31
2007-03-16re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle1-1/+0
2007-03-15re PR fortran/31051 ([4.2 Only] gfortran bug with x and t format descriptors.)Jerry DeLisle1-3/+8
2007-03-14unix.c (regular_file): For ACTION_UNSPECIFIED retry with O_RDONLY even if err...Jakub Jelinek1-3/+3
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