aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/transfer.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-78/+78
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-3/+1
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig1-2/+2
2007-07-27Fortran frontend changelog:Janne Blomqvist1-7/+7
2007-07-15re PR libfortran/32752 (Segfault on WRITE with modified unix_stream structure)Jerry DeLisle1-6/+7
2007-07-09re PR fortran/32678 ([4.2, 4.1]GFortan works incorrectly when writing with FO...Jerry DeLisle1-0/+2
2007-06-10re PR fortran/32235 (incorrectly position text file after backspace)Jerry DeLisle1-3/+8
2007-05-27string.c (compare0): Use gfc_charlen_type instead of int.Janne Blomqvist1-2/+4
2007-05-25transfer.c (unformatted_read): Use size from front end eliminating use of siz...Jerry DeLisle1-17/+10
2007-05-15re PR libfortran/31915 (Failure with unf_io_convert_3.f90)Tobias Burnus1-9/+12
2007-05-06re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle1-0/+3
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 DeLisle1-7/+10
2007-04-28re PR libfortran/31532 (INQUIRE(...,POSITION=...) not standard conforming)Jerry DeLisle1-2/+4
2007-04-23re PR fortran/31618 ([4.2, 4.1 only] backspace intrinsic is not working on an...Thomas Koenig1-38/+69
2007-04-01re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-4/+3
2007-04-01re PR fortran/31366 ([4.2 only] Last record truncated for read after short wr...Jerry DeLisle1-1/+0
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 DeLisle1-1/+12
2007-03-23re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-2/+6
2007-03-18re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-7/+1
2007-03-15re PR fortran/31051 ([4.2 Only] gfortran bug with x and t format descriptors.)Jerry DeLisle1-3/+8
2007-03-09re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle1-4/+5
2007-02-02re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)Paul Thomas1-2/+3
2006-12-28re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)Jerry DeLisle1-2/+2
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-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig1-159/+393
2006-11-22io.h (unit_flags): Add new flag has_recl.Jerry DeLisle1-4/+5
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-18in_pack.m4: Fixed a typo.Tobias Burnus1-1/+1
2006-10-18re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into ...Jerry DeLisle1-22/+38
2006-09-15re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up)Jerry DeLisle1-18/+21
2006-08-15re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle1-120/+237
2006-07-30transfer.c (transfer_array): Remove stride0 fix.Janne Blomqvist1-3/+0
2006-07-22re PR fortran/28339 (gfortran misses a record from a format statement)Jerry DeLisle1-4/+9
2006-07-04re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)Jerry DeLisle1-1/+2
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-28re PR fortran/27304 (gfortran: Warn/abort when format in write does not fit p...Jerry DeLisle1-1/+7
2006-04-23re PR libfortran/20257 (Fortran runtime error: End of record occurs when writ...Jerry DeLisle1-29/+60
2006-04-13re PR fortran/26766 ([F2003] Recursive I/O still (again) broken)Jerry DeLisle1-5/+12
2006-03-31re PR libfortran/26890 (SIZE parameter interacts with same variable in IO lis...Jerry DeLisle1-9/+9
2006-03-26re PR libfortran/26661 (Sequential formatted read goes too far)Jerry DeLisle1-4/+8
2006-03-25re PR libfortran/26735 ([4.1 only] -fconvert=swap and implied open)Thomas Koenig1-0/+31
2006-03-22[multiple changes]Thomas Koenig1-18/+131