aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/read.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-18re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle1-1/+12
2010-03-09re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle1-5/+61
2010-03-08libgfortran.h (_POSIX): Define if __MINGW32__ is defined.Kai Tietz1-5/+5
2009-12-08re PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large k...Tobias Burnus1-0/+2
2009-11-02Split up io/io.hJanne Blomqvist1-0/+1
2009-04-09re PR libfortran/39665 (Fortran IO using unaligned accesses to read/write dou...Janne Blomqvist1-2/+4
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2009-04-05[multiple changes]Jerry DeLisle1-269/+221
2009-01-13re PR libfortran/38772 (r143102 reveals missed error checking on floating poi...Jerry DeLisle1-2/+2
2008-11-16re PR libfortran/38097 (I/O with blanks in exponent fails; blank="NULL", BN e...Jerry DeLisle1-9/+4
2008-09-26re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle1-20/+10
2008-09-23re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle1-10/+23
2008-08-16re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-38/+201
2008-06-15re PR fortran/36515 (Integer read from stdin yields a value overflow for a va...Jerry DeLisle1-2/+2
2008-06-13re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-0/+37
2008-05-15Part 1 of PR 25561.Janne Blomqvist1-41/+60
2008-04-07PR fortran/25829 28655Jerry DeLisle1-1/+1
2008-04-05PR fortran/25829 28655Jerry DeLisle1-3/+9
2007-12-11re PR fortran/34411 (hang-up during read of non-expected input)Jerry DeLisle1-0/+7
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-7/+7
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-6/+2
2007-07-23read.c (convert_real): Generate error only on EINVAL.Jerry DeLisle1-2/+2
2006-11-092006-11-08 Steven G. Kargl <kargl@gcc.gnu.org> Steven G. Kargl1-0/+2
2006-09-15re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up)Jerry DeLisle1-1/+1
2006-08-15re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle1-9/+13
2006-03-26re PR libfortran/26661 (Sequential formatted read goes too far)Jerry DeLisle1-1/+1
2005-12-09re PR libfortran/25039 ([4.1 only] comma short-circuit field width)Jerry DeLisle1-0/+5
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek1-43/+49
2005-10-01libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define.Jakub Jelinek1-1/+1
2005-09-03read.c (read_x): Take int argument instead of fnode * and digging the N from ...Jakub Jelinek1-5/+1
2005-08-31* io/read.c (set_integer): Use memcpy to fill buffer.Steve Ellcey1-5/+20