aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/list_read.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-12re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle1-5/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-03-28gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek1-2/+2
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig1-2/+2
2018-01-07PR 78534, 83704 Handle large formatted I/OJanne Blomqvist1-7/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-16re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfortran/io/uni...Jerry DeLisle1-9/+13
2017-12-03re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle1-3/+0
2017-08-28re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to internal ...Jerry DeLisle1-5/+0
2017-05-29re PR fortran/53029 (missed optimization in internal read (without implied-do...Jerry DeLisle1-0/+5
2017-05-19[multiple changes]Jerry DeLisle1-8/+25
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle1-22/+22
2017-03-29re PR fortran/78670 ([F03] Incorrect file position with namelist read under D...Jerry DeLisle1-53/+57
2017-03-27list_read.c: Insert /* Fall through.Dominique d'Humieres1-1/+2
2017-03-25re PR fortran/78881 ([F03] reading from string with DTIO procedure does not w...Jerry DeLisle1-7/+11
2017-03-11re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle1-0/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-1/+0
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese1-2/+20
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-2/+2
2016-08-31[multiple changes]Paul Thomas1-6/+93
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-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 Jelinek1-1/+1
2015-04-21re PR fortran/56743 (Namelist bug with comment and no blank)Jerry DeLisle1-2/+5
2015-02-07re PR fortran/60956 (error reading (and writing) large text files in gfortran)Jerry DeLisle1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist1-1/+12
2014-06-29re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail)Jerry DeLisle1-2/+2
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 Blomqvist1-1/+1
2014-05-26Introduce xrealloc, use it.Janne Blomqvist1-10/+5
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-18re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle1-142/+173
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 DeLisle1-52/+206
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 DeLisle1-4/+7
2014-03-09re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle1-4/+46
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle1-1/+15
2014-01-11re PR fortran/59700 (Misleading/buggy runtime error message: Bad integer for ...Jerry DeLisle1-19/+22
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-10-01re PR fortran/55469 (memory leak on read with istat.ne.0)Tobias Burnus1-4/+28