aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/read.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-23/+213
2024-02-17libgfortran: [PR105473] Fix checks for decimal='comma'.Jerry DeLisle1-1/+10
2024-02-14Fortran: Implement read_x for UTF-8 encoded files.Jerry DeLisle1-0/+17
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek1-0/+13
2022-01-11fortran, libgfortran: Assorted -mabi=ieeelongdouble I/O fixesJakub Jelinek1-0/+1
2022-01-11fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek1-1/+40
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-18Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert1-5/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-02re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle1-1/+1
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist1-0/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-0/+2
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-2/+0
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-0/+2
2018-03-28gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek1-1/+1
2018-01-07PR 78534, 83704 Handle large formatted I/OJanne Blomqvist1-44/+51
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle1-6/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-1/+0
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert1-1/+0
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese1-1/+7
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-1/+2
2016-10-18re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-2/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist1-2/+14
2014-03-13re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle1-1/+7
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-12-18read.c (read_f): Convert assert to runtime error.Steven G. Kargl1-1/+3
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus1-0/+20
2013-05-04environ.c: Include unistd.h.David Edelsohn1-0/+2
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist1-30/+21
2012-04-22re PR libfortran/53051 (I/O: Support reading floating-point numbers which use...Tobias Burnus1-0/+2
2011-05-29PR 19155 Check for strtod failure via endptrJanne Blomqvist1-15/+23
2011-03-24re PR libfortran/48030 (Implement read_x using fbuf_getc)Jerry DeLisle1-36/+17
2011-03-19re PR libfortran/35667 (HP-UX 10 has broken strtod)John David Anglin1-1/+70
2011-01-16re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 ...Jakub Jelinek1-1/+1
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-1/+7
2010-07-16re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-16/+41
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-1/+1
2010-07-02re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus1-5/+4
2010-06-30re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Jerry DeLisle1-0/+60
2010-04-01transfer.c: Update copyright.Paul Thomas1-1/+2
2010-03-26re PR fortran/43517 (spurious end-of-file condition when namelist read follow...Jerry DeLisle1-0/+3