aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2006-02-08re PR libfortran/25425 ([4.1 only] F95 and F2003 differ on list-directed outp...François-Xavier Coudert1-1/+2
2006-02-06re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig2-28/+43
2006-02-05re PR libfortran/24685 (real(16) formatted input is broken for huge values (g...Francois-Xavier Coudert1-2/+2
2006-01-25re PR libfortran/25835 (Segfault or Bad Address error on unformatted sequenti...Jerry DeLisle1-0/+1
2006-01-18re PR libfortran/25697 (libfortran - Segmentation fault/ Bad Address on unfor...Jerry DeLisle1-2/+8
2006-01-18re PR libfortran/25631 (tl format specifier not working correctly)Jerry DeLisle1-1/+15
2006-01-06re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument)Jerry DeLisle2-3/+9
2006-01-01re PR libfortran/25594 (LAPACK regression in schkbl.f)Jerry DeLisle1-1/+10
2005-12-28re PR libfortran/25139 ("Invalid argument" error on I/O)Jerry DeLisle3-4/+7
2005-12-28re PR libfortran/25550 (file data corrupted after reading end of file)Jerry DeLisle1-0/+1
2005-12-28re PR libfortran/25419 (gfortran read does not take comma for default on one ...Jerry DeLisle1-4/+1
2005-12-22re PR libfortran/25307 (internal read with end=label aborts)Jerry DeLisle1-13/+52
2005-12-19re PR libfortran/25463 (T edit descriptor and ADVANCE="no")Jerry DeLisle1-1/+1
2005-12-16re PR fortran/25264 (write to internal unit from the string itself gives wron...Jerry DeLisle2-13/+58
2005-12-10re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig5-14/+186
2005-12-09re PR libfortran/25039 ([4.1 only] comma short-circuit field width)Jerry DeLisle3-1/+25
2005-12-04format.c: Removing unused code.Francois-Xavier Coudert1-175/+0
2005-12-02re PR libfortran/25116 ([4.0] namelist read from non-opened file)Francois-Xavier Coudert1-1/+4
2005-11-28acinclude.m4 (LIBGFOR_CHECK_PRAGMA_WEAK): Rename to...Jakub Jelinek1-4/+0
2005-11-28re PR fortran/25109 (formatted reads with embedded blanks in input fields)Jerry DeLisle1-3/+5
2005-11-27random.c: Include config.hDavid Edelsohn2-5/+2
2005-11-27* io/write.c (namelist_write): Correct type in previous commit.Francois-Xavier Coudert1-1/+1
2005-11-27re PR libfortran/24919 ([4.0] CRLF support in libgfortran)Francois-Xavier Coudert5-12/+86
2005-11-26list_read.c (nml_parse_qualifier): Use ssize_t instead of int in dtp->u.p.value.Richard Henderson1-5/+5
2005-11-26libgfortran ChangeLog:Janne Blomqvist1-2/+3
2005-11-25list_read.c (nml_parse_qualifier): Use memcpy to extract values from dtp->u.p...Richard Henderson2-45/+42
2005-11-23open.c (new_unit): Use the right unit number when checking for stdin, stdout,...Alan Modra1-3/+3
2005-11-23re PR libfortran/24794 (problem with namelist input of character array)Jerry DeLisle1-0/+5
2005-11-22io.h (_LARGE_FILES): Undefine for AIX.David Edelsohn1-0/+6
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek14-2137/+2658
2005-11-17re PR libfortran/24892 (ACCESS argument to the OPEN statement)Francois-Xavier Coudert2-1/+15
2005-11-13fget.c: New file.Francois-Xavier Coudert2-0/+9
2005-11-11PR libgfortran/24699, 24700, 24719, 24785Jerry DeLisle1-5/+22
2005-11-06gfortran ChangeLogJanne Blomqvist5-106/+193
2005-10-31re PR libfortran/24584 (Segfault when reading empty string in namelist file)Jerry DeLisle1-0/+1
2005-10-30re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert3-0/+23
2005-10-25re PR libfortran/24224 (Generalized internal array IO not implemented.)Jerry DeLisle4-76/+149
2005-10-24re PR libfortran/24416 (Wrong reading following namelist reading)Paul Thomas1-1/+2
2005-10-24re PR libfortran/24489 (read_block wrong execution order)Jerry DeLisle1-13/+13
2005-10-23re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert3-6/+21
2005-10-21re PR libfortran/24383 (mingw doesn't have SSIZE_MAX)Francois-Xavier Coudert1-0/+4
2005-10-13unix.c (fd_alloc_r_at): Use read() instead of do_read() only in case of speci...Thomas Koenig1-6/+24
2005-10-12unix.c: Remove parts of patch of 2005/10/07 that cause input from the termina...Janne Blomqvist1-3/+3
2005-10-07re PR libfortran/16339 (Unformatted i/o on large arrays inefficient)Janne Blomqvist3-71/+345
2005-10-07transfer.c (write_block): Add test for end-of-file condition, removed from me...Jerry DeLisle3-9/+22
2005-10-01libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define.Jakub Jelinek3-32/+33
2005-09-30re PR libfortran/24112 (Reopening file with STATUS='OLD' doesn't work)Janne Blomqvist1-1/+1
2005-09-29string.c (find_option): Change 3rd argument to const st_option *.Jakub Jelinek6-13/+13
2005-09-27re PR target/23552 (FAIL: gfortran.dg/large_real_kind_1.f90)Steve Ellcey1-3/+0
2005-09-26[multiple changes]Janne Blomqvist4-28/+209