summaryrefslogtreecommitdiff
path: root/libgfortran/io/read.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-2/+1
* PR 52428 Range checking when reading integer values.Janne Blomqvist2012-05-141-30/+21
* re PR libfortran/53051 (I/O: Support reading floating-point numbers which use...Tobias Burnus2012-04-221-0/+2
* PR 19155 Check for strtod failure via endptrJanne Blomqvist2011-05-291-15/+23
* re PR libfortran/48030 (Implement read_x using fbuf_getc)Jerry DeLisle2011-03-241-36/+17
* re PR libfortran/35667 (HP-UX 10 has broken strtod)John David Anglin2011-03-191-1/+70
* re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 ...Jakub Jelinek2011-01-161-1/+1
* re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert2010-11-161-1/+7
* re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle2010-07-161-16/+41
* re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle2010-07-131-1/+1
* re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus2010-07-021-5/+4
* re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Jerry DeLisle2010-06-301-0/+60
* transfer.c: Update copyright.Paul Thomas2010-04-011-1/+2
* re PR fortran/43517 (spurious end-of-file condition when namelist read follow...Jerry DeLisle2010-03-261-0/+3
* re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle2010-03-181-1/+12
* re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle2010-03-091-5/+61
* libgfortran.h (_POSIX): Define if __MINGW32__ is defined.Kai Tietz2010-03-081-5/+5
* re PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large k...Tobias Burnus2009-12-081-0/+2
* Split up io/io.hJanne Blomqvist2009-11-021-0/+1
* re PR libfortran/39665 (Fortran IO using unaligned accesses to read/write dou...Janne Blomqvist2009-04-091-2/+4
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* [multiple changes]Jerry DeLisle2009-04-051-269/+221
* re PR libfortran/38772 (r143102 reveals missed error checking on floating poi...Jerry DeLisle2009-01-131-2/+2
* re PR libfortran/38097 (I/O with blanks in exponent fails; blank="NULL", BN e...Jerry DeLisle2008-11-161-9/+4
* re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle2008-09-261-20/+10
* re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle2008-09-231-10/+23
* re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle2008-08-161-38/+201
* re PR fortran/36515 (Integer read from stdin yields a value overflow for a va...Jerry DeLisle2008-06-151-2/+2
* re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle2008-06-131-0/+37
* Part 1 of PR 25561.Janne Blomqvist2008-05-151-41/+60
* PR fortran/25829 28655Jerry DeLisle2008-04-071-1/+1
* PR fortran/25829 28655Jerry DeLisle2008-04-051-3/+9
* re PR fortran/34411 (hang-up during read of non-expected input)Jerry DeLisle2007-12-111-0/+7
* re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert2007-09-031-7/+7
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-311-6/+2
* read.c (convert_real): Generate error only on EINVAL.Jerry DeLisle2007-07-231-2/+2
* 2006-11-08 Steven G. Kargl <kargl@gcc.gnu.org> Steven G. Kargl2006-11-091-0/+2
* re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up)Jerry DeLisle2006-09-151-1/+1
* re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle2006-08-151-9/+13
* re PR libfortran/26661 (Sequential formatted read goes too far)Jerry DeLisle2006-03-261-1/+1
* re PR libfortran/25039 ([4.1 only] comma short-circuit field width)Jerry DeLisle2005-12-091-0/+5
* re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek2005-11-211-43/+49
* libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define.Jakub Jelinek2005-10-011-1/+1
* read.c (read_x): Take int argument instead of fnode * and digging the N from ...Jakub Jelinek2005-09-031-5/+1
* * io/read.c (set_integer): Use memcpy to fill buffer.Steve Ellcey2005-08-311-5/+20
* re PR target/23556 (FAIL: gfortran.dg/pr18122.f90)Steve Ellcey2005-08-311-6/+18
* All files: Update FSF address.Kelley Cook2005-08-171-2/+2
* [multiple changes]Paul Thomas2005-07-221-18/+42
* [multiple changes]Paul Thomas2005-07-131-2/+6
* PR libfortran/21875 (FM111.f)Jerry DeLisle2005-07-091-19/+39