aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2016-10-09PR 67585 Handle EINTRJanne Blomqvist2-26/+75
2016-10-05re PR libfortran/77868 (Fail to NULL guard check for internal unit in inquire...Jerry DeLisle1-1/+1
2016-10-052016-10-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle1-1/+3
2016-09-28re PR fortran/77707 (formatted direct access: nextrec off by one)Jerry DeLisle1-3/+4
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle6-123/+187
2016-09-06re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle1-0/+7
2016-08-31re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle1-17/+60
2016-08-31[multiple changes]Paul Thomas8-173/+722
2016-06-23re PR libfortran/48852 (Invalid spaces in list-directed output of complex con...Jerry DeLisle2-484/+426
2016-05-24re PR libfortran/70684 (incorrect reading of values from file on Windows)Jerry DeLisle1-1/+1
2016-04-19re PR libfortran/70684 (incorrect reading of values from file on Windows)Jerry DeLisle1-1/+1
2016-03-30[multiple changes]Dominique d'Humieres1-7/+19
2016-02-23re PR fortran/69456 (Namelist value with trailing sign is ignored without error)Jerry DeLisle1-4/+10
2016-02-17re PR libfortran/69651 ([6 Regession] Usage of unitialized pointer io/list_re...Jerry DeLisle1-1/+4
2016-02-15re PR libfortran/69651 ([6 Regession] Usage of unitialized pointer io/list_re...Jerry DeLisle1-64/+102
2016-02-12re PR fortran/69668 (Error reading namelist opened with DELIM='NONE')Jerry DeLisle1-15/+0
2016-01-04Update copyright years.Jakub Jelinek21-21/+21
2015-12-29re PR libfortran/68987 (double free or corruption in _gfortran_st_write_done ...Jerry DeLisle1-20/+0
2015-12-15PR libfortran/pr68867Jerry DeLisle1-0/+7
2015-12-05re PR fortran/50201 (gfortran with -static causes seg fault at runtime for wr...Juoko Orava1-2/+2
2015-11-23re PR fortran/52251 (Nonadvancing I/O and the t edit descriptor)Jerry DeLisle1-0/+11
2015-11-22write_float.def (output_float): Move block determining room for leading zero ...Jerry DeLisle1-10/+10
2015-09-12re PR libfortran/67527 (io.h sanitizer complains on 1 << 31)Francois-Xavier Coudert3-4/+11
2015-09-04libgfortran: Use remove(3) instead of unlink(2) when deleting files.Janne Blomqvist4-16/+3
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist1-41/+0
2015-08-29re PR fortran/67367 (Program crashes on READ(IOSTAT=IOS, ...) on directory OP...Jerry DeLisle1-6/+16
2015-08-29* io/unix.c (min): Remove unused macro.Francois-Xavier Coudert1-11/+0
2015-08-25unit.c (get_internal_unit): Make default sign mode unspecified.Francois-Xavier Coudert1-4/+4
2015-08-24re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Francois-Xavier Coudert1-31/+4
2015-08-09re PR libfortran/66936 (io/unix.c gratuitously uses S_IRWXG and S_IRWXO on th...Francois-Xavier Coudert1-0/+6
2015-07-14PR 66861 Fix null pointer crash on mingw.Janne Blomqvist1-2/+5
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