aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle4-33/+103
2005-09-11re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert3-1/+15
2005-09-10unix.c: Remove mmap code.Janne Blomqvist1-209/+6
2005-09-09re PR libfortran/23784 (close doesn't reset ioparm on error exit)Francois-Xavier Coudert1-0/+3
2005-09-09gfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filepos, gfc_inquire and gf...Thomas Koenig1-0/+3
2005-09-07re PR libfortran/23262 ([mingw32] rewind truncates file)Francois-Xavier Coudert2-1/+21
2005-09-07re PR libfortran/23419 (unformatted complex I/O with kind=10)Steve Ellcey1-14/+70
2005-09-05list_read.c: Adjust size of of value to 32 (to hold kind=16 complex values).Thomas Koenig1-1/+1
2005-09-04re PR libfortran/23321 (Direct unformatted read beyond EOF cores)Thomas Koenig1-1/+14
2005-09-03read.c (read_x): Take int argument instead of fnode * and digging the N from ...Jakub Jelinek3-11/+4
2005-09-02unix.c (stream_ttyname): Protect use of ttyname by HAVE_TTYNAME macro.Francois-Xavier Coudert1-0/+4
2005-09-02libgfortran.h: Add prototype for init_compile_options.Andreas Jaeger1-0/+4
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-29[multiple changes]Thomas Koenig1-1/+1
2005-08-27acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can...Francois-Xavier Coudert3-2/+30
2005-08-17All files: Update FSF address.Kelley Cook13-26/+26
2005-08-16re PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value)Thomas Koenig1-3/+7