aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/list_read.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-25Fortran: Suppress wrong End Of File error with user defined IO.Jerry DeLisle1-1/+2
2024-04-08Fortran: Accept again tab as alternative to space as separator [PR114304]Tobias Burnus1-1/+1
2024-04-06libfortran: Fix handling of formatted separators.Jerry DeLisle1-5/+36
2024-03-11libgfortran: [PR114304] Revert portion of PR105347 change.Jerry DeLisle1-11/+1
2024-03-06Fortran: Fix issue with using snprintf function.Jerry DeLisle1-4/+6
2024-03-05Fortran: Add user defined error messages for UDTIO.Jerry DeLisle1-40/+41
2024-02-25libgfortran: Propagate user defined iostat and iomsg.Jerry DeLisle1-1/+21
2024-02-17libgfortran: [PR105473] Fix checks for decimal='comma'.Jerry DeLisle1-8/+40
2024-02-17libgfortran: Fix namelist read.Jerry DeLisle1-0/+8
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-05libgfortran: Fix -Wincompatible-pointer-types errorsJakub Jelinek1-10/+10
2023-05-07Fortran: Reject semicolon after namelist name.Jerry DeLisle1-2/+2
2023-05-06Fortran: Namelist read with invalid input accepted.Jerry DeLisle1-1/+5
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-18Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert1-10/+9
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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