aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2007-09-07re PR fortran/33307 (I/O read/positioning problem)Jerry DeLisle1-1/+0
2007-09-06libgfortran.h: Include config.h first.David Edelsohn2-4/+4
2007-09-06re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle1-8/+12
2007-09-05re PR libfortran/33225 (Missing last digit in some formatted output (on 32bit...Jerry DeLisle2-755/+814
2007-09-03re PR libfortran/33253 (namelist: reading back a string with apostrophe)Jerry DeLisle1-1/+3
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert9-151/+151
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert14-54/+18
2007-08-31re PR libfortran/33225 (Missing last digit in some formatted output (on 32bit...Jerry DeLisle2-810/+754
2007-08-29re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle1-11/+1
2007-08-28write.c (stdbool.h): Add include.Jerry DeLisle2-754/+810
2007-08-26re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle1-1/+11
2007-08-10re PR fortran/33039 (Read NAMELIST: reads wrong namelist name)Jerry DeLisle1-0/+8
2007-08-10re PR fortran/32987 (TAB in FORMAT: accept extension, warn with -std=f*)Tobias Burnus1-1/+1
2007-08-03re PR libfortran/32977 (All gfortran tests fail on Tru64 UNIX V4.0F: vsnprint...Thomas Koenig1-2/+17
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig6-162/+80
2007-07-27Fortran frontend changelog:Janne Blomqvist1-7/+7
2007-07-27* io/unix.c (stream_ttyname): Mark argument as potentialy unused.Francois-Xavier Coudert1-1/+1
2007-07-23read.c (convert_real): Generate error only on EINVAL.Jerry DeLisle1-2/+2
2007-07-15re PR libfortran/32611 (Print sign of negative zero)Jerry DeLisle1-4/+18
2007-07-15re PR libfortran/32752 (Segfault on WRITE with modified unix_stream structure)Jerry DeLisle2-8/+9
2007-07-10re PR libfortran/32702 (crash when printing big character variable)Jerry DeLisle1-6/+31
2007-07-09re PR fortran/32678 ([4.2, 4.1]GFortan works incorrectly when writing with FO...Jerry DeLisle1-0/+2
2007-07-02[multiple changes]Steven G. Kargl1-4/+20
2007-07-02[multiple changes]Christopher D. Rickett1-20/+4
2007-07-01re PR fortran/32554 ([4.2 Only] Bug in P formatting)Jerry DeLisle1-16/+3
2007-06-29re PR libfortran/32456 (IO error message should show Unit/Filename)Jerry DeLisle1-4/+20
2007-06-24re PR libfortran/32456 (IO error message should show Unit/Filename)Jerry DeLisle1-0/+39
2007-06-24re PR fortran/32446 (F0.n output format fails with large numbers)Jerry DeLisle1-7/+12
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 Blomqvist4-20/+46
2007-05-26unix.c (unix_stream): Rearrange struct members, remove small_buffer.Janne Blomqvist1-46/+50
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-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