aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2015-04-21re PR libfortran/65234 (Output descriptor (*(1E15.7)) not accepted)Jerry DeLisle1-2/+11
2015-04-21re PR fortran/56743 (Namelist bug with comment and no blank)Jerry DeLisle1-2/+5
2015-04-15re PR fortran/65089 (FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested w...Jerry DeLisle3-19/+55
2015-03-28re PR fortran/65596 (NAMELIST bug with f2003: reads too far)Jerry DeLisle2-3/+2
2015-03-26re PR fortran/65541 (namelist regression)Jerry DeLisle1-1/+7
2015-03-22re PR libfortran/59513 (Fortran runtime error: Sequential READ or WRITE not a...Jerry DeLisle1-1/+2
2015-03-11PR 65200 Handle EPERM in addition to EACCES.Janne Blomqvist2-28/+6
2015-02-11re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle1-2/+2
2015-02-10re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle1-1/+1
2015-02-07re PR fortran/60956 (error reading (and writing) large text files in gfortran)Jerry DeLisle5-1/+43
2015-01-24PR libfortran/64770 Segfault when trying to open existing file with status="n...Janne Blomqvist1-1/+1
2015-01-23re PR fortran/61933 (Inquire on internal units)Jerry DeLisle1-2/+2
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle1-12/+4
2015-01-05Update copyright years.Jakub Jelinek21-21/+21
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist5-7/+38
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist3-12/+102
2014-10-05re PR libfortran/63460 (Some namelists cannot be read from stdin (unit 5): Fo...Jerry DeLisle1-0/+1
2014-09-18Fix indentationJanne Blomqvist1-1/+1
2014-09-18PR libfortran/62768 Use gfc_unit.filename also when HAVE_TTYNAME{_R} is not d...Janne Blomqvist1-2/+2
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist6-46/+24
2014-09-10Fix pad status check.Janne Blomqvist1-1/+1
2014-07-20re PR fortran/61632 (Improve error locus on large format strings)Jerry DeLisle1-10/+12
2014-06-29re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail)Jerry DeLisle2-4/+4
2014-06-27re PR libfortran/61499 (Internal read of negative integer broken)Jerry DeLisle1-29/+18
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist4-6/+6
2014-06-08PR 56981 Flush buffer at record boundary if possible.Janne Blomqvist3-23/+39
2014-05-26Introduce xrealloc, use it.Janne Blomqvist2-14/+6
2014-05-26[multiple changes]Jerry DeLisle1-0/+37
2014-05-24re PR libfortran/61173 (Erroneous "end of file" with internal read)Jerry DeLisle1-7/+11
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist5-114/+99
2014-05-18re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle2-142/+177
2014-05-16PR 61187 Fix use of uninitialized memory.Janne Blomqvist1-2/+12
2014-05-07re PR libfortran/61049 (NIST test FM906 fails)Jerry DeLisle1-14/+2
2014-04-26re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle2-53/+210
2014-04-12re PR fortran/60810 (list directed io from array results in end of file)Jerry DeLisle1-3/+1
2014-03-21re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle1-1/+2
2014-03-18configure.ac: Check for presence of fcntl.Ulrich Weigand1-1/+1
2014-03-18re PR libfortran/46800 (Handle CTRL-D correctly with STDIN)Jerry DeLisle1-8/+22
2014-03-15re PR fortran/58324 (Bogus END-of-line error with list-directed I/O of file w...Jerry DeLisle1-4/+9
2014-03-13re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle3-26/+62
2014-03-09re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle1-4/+46
2014-03-08re PR fortran/60128 (Wrong ouput using en edit descriptor)Dominique d'Humieres1-22/+31
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle6-68/+99
2014-02-21re PR fortran/60286 (INQUIRE reports STDOUT as not writable)Tobias Burnus1-26/+20
2014-01-21write_float.def (output_float): Remove inadvertent test code from previous pa...Jerry DeLisle1-2/+2
2014-01-19re PR libfortran/59771 (Cleanup handling of Gw.0 and Gw.0Ee format)Jerry DeLisle1-9/+13
2014-01-11re PR fortran/59700 (Misleading/buggy runtime error message: Bad integer for ...Jerry DeLisle2-23/+28
2014-01-02Update copyright years in libgfortran/Richard Sandiford21-21/+21
2013-12-18read.c (read_f): Convert assert to runtime error.Steven G. Kargl1-1/+3
2013-12-17unix.c (tempfile_open): Only use the needed flag O_CLOEXEC.Andreas Tobler1-1/+1