summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* * io/write.c (namelist_write): Correct type in previous commit.Francois-Xavier Coudert2005-11-271-1/+1
* re PR libfortran/24919 ([4.0] CRLF support in libgfortran)Francois-Xavier Coudert2005-11-275-12/+86
* list_read.c (nml_parse_qualifier): Use ssize_t instead of int in dtp->u.p.value.Richard Henderson2005-11-261-5/+5
* libgfortran ChangeLog:Janne Blomqvist2005-11-261-2/+3
* list_read.c (nml_parse_qualifier): Use memcpy to extract values from dtp->u.p...Richard Henderson2005-11-252-45/+42
* open.c (new_unit): Use the right unit number when checking for stdin, stdout,...Alan Modra2005-11-231-3/+3
* re PR libfortran/24794 (problem with namelist input of character array)Jerry DeLisle2005-11-231-0/+5
* io.h (_LARGE_FILES): Undefine for AIX.David Edelsohn2005-11-221-0/+6
* re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek2005-11-2114-2137/+2658
* re PR libfortran/24892 (ACCESS argument to the OPEN statement)Francois-Xavier Coudert2005-11-172-1/+15
* fget.c: New file.Francois-Xavier Coudert2005-11-132-0/+9
* PR libgfortran/24699, 24700, 24719, 24785Jerry DeLisle2005-11-111-5/+22
* gfortran ChangeLogJanne Blomqvist2005-11-065-106/+193
* re PR libfortran/24584 (Segfault when reading empty string in namelist file)Jerry DeLisle2005-10-311-0/+1
* re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert2005-10-303-0/+23
* re PR libfortran/24224 (Generalized internal array IO not implemented.)Jerry DeLisle2005-10-254-76/+149
* re PR libfortran/24416 (Wrong reading following namelist reading)Paul Thomas2005-10-241-1/+2
* re PR libfortran/24489 (read_block wrong execution order)Jerry DeLisle2005-10-241-13/+13
* re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert2005-10-233-6/+21
* re PR libfortran/24383 (mingw doesn't have SSIZE_MAX)Francois-Xavier Coudert2005-10-211-0/+4
* unix.c (fd_alloc_r_at): Use read() instead of do_read() only in case of speci...Thomas Koenig2005-10-131-6/+24
* unix.c: Remove parts of patch of 2005/10/07 that cause input from the termina...Janne Blomqvist2005-10-121-3/+3
* re PR libfortran/16339 (Unformatted i/o on large arrays inefficient)Janne Blomqvist2005-10-073-71/+345
* transfer.c (write_block): Add test for end-of-file condition, removed from me...Jerry DeLisle2005-10-073-9/+22
* libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define.Jakub Jelinek2005-10-013-32/+33
* re PR libfortran/24112 (Reopening file with STATUS='OLD' doesn't work)Janne Blomqvist2005-09-301-1/+1
* string.c (find_option): Change 3rd argument to const st_option *.Jakub Jelinek2005-09-296-13/+13
* re PR target/23552 (FAIL: gfortran.dg/large_real_kind_1.f90)Steve Ellcey2005-09-271-3/+0
* [multiple changes]Janne Blomqvist2005-09-264-28/+209
* PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle2005-09-144-33/+103
* re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert2005-09-113-1/+15
* unix.c: Remove mmap code.Janne Blomqvist2005-09-101-209/+6
* re PR libfortran/23784 (close doesn't reset ioparm on error exit)Francois-Xavier Coudert2005-09-091-0/+3
* gfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filepos, gfc_inquire and gf...Thomas Koenig2005-09-091-0/+3
* re PR libfortran/23262 ([mingw32] rewind truncates file)Francois-Xavier Coudert2005-09-072-1/+21
* re PR libfortran/23419 (unformatted complex I/O with kind=10)Steve Ellcey2005-09-071-14/+70
* list_read.c: Adjust size of of value to 32 (to hold kind=16 complex values).Thomas Koenig2005-09-051-1/+1
* re PR libfortran/23321 (Direct unformatted read beyond EOF cores)Thomas Koenig2005-09-041-1/+14
* read.c (read_x): Take int argument instead of fnode * and digging the N from ...Jakub Jelinek2005-09-033-11/+4
* unix.c (stream_ttyname): Protect use of ttyname by HAVE_TTYNAME macro.Francois-Xavier Coudert2005-09-021-0/+4
* libgfortran.h: Add prototype for init_compile_options.Andreas Jaeger2005-09-021-0/+4
* * 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
* [multiple changes]Thomas Koenig2005-08-291-1/+1
* acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can...Francois-Xavier Coudert2005-08-273-2/+30
* All files: Update FSF address.Kelley Cook2005-08-1713-26/+26
* re PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value)Thomas Koenig2005-08-161-3/+7
* re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert2005-08-111-0/+1
* check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics...François-Xavier Coudert2005-08-092-0/+18
* re PR libfortran/23154 (Currupt string and segfault in formatted read.)Jerry DeLisle2005-08-091-1/+3