aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/read.c
AgeCommit message (Expand)AuthorFilesLines
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