aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/read.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-31re PR target/23556 (FAIL: gfortran.dg/pr18122.f90)Steve Ellcey1-6/+18
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-07-22[multiple changes]Paul Thomas1-18/+42
2005-07-13[multiple changes]Paul Thomas1-2/+6
2005-07-09PR libfortran/21875 (FM111.f)Jerry DeLisle1-19/+39
2005-06-23c99_functions.c (log10l): New log10l function for systems where this is not a...Francois-Xavier Coudert1-22/+62
2005-06-17re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ...Francois-Xavier Coudert1-1/+1
2005-06-12re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ...Francois-Xavier Coudert1-20/+22
2005-05-10re PR libfortran/20788 (Loading libgfortran.so clobbers C redirection of stdi...Francois-Xavier Coudert1-2/+4
2005-01-25re PR libfortran/19524 (5 times uninitialized var in libgfortran)Tobias Schlüter1-2/+0
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-0/+9
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-19/+13
2004-11-10Committed wrong version of previous patch.Paul Brook1-1/+1
2004-11-10re PR fortran/18218 (Miscompare in sixtrack benchmark caused by loss of preci...Paul Brook1-154/+85
2004-08-05Commit for Victor Leikehman <lei@il.ibm.com>Victor Leikehman1-0/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+793