aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/io.h
AgeCommit message (Expand)AuthorFilesLines
2006-12-28re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)Jerry DeLisle1-1/+1
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig1-6/+13
2006-11-22io.h (unit_flags): Add new flag has_recl.Jerry DeLisle1-0/+1
2006-10-26re PR fortran/29563 (Internal read loses data.)Jerry DeLisle1-1/+4
2006-10-18in_pack.m4: Fixed a typo.Tobias Burnus1-1/+1
2006-09-15re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up)Jerry DeLisle1-2/+3
2006-08-15re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle1-19/+24
2006-07-24re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))Jerry DeLisle1-1/+1
2006-07-04re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)Jerry DeLisle1-7/+0
2006-06-25io.h: Move proto for unit_to_fd...Francois-Xavier Coudert1-3/+0
2006-05-27io.h (find_or_create_unit): Correct export declaration.Janne Blomqvist1-1/+1
2006-05-20re PR libfortran/24459 ([4.1 Only] gfortran namelist problem)Jerry DeLisle1-1/+3
2006-04-23re PR libfortran/20257 (Fortran runtime error: End of record occurs when writ...Jerry DeLisle1-0/+6
2006-04-13re PR fortran/26766 ([F2003] Recursive I/O still (again) broken)Jerry DeLisle1-1/+4
2006-04-11io.h (st_parameter_dt): Revert 2005-12-10 change to u.pad, fix comment.Jakub Jelinek1-3/+9
2006-04-07re PR libfortran/26890 (SIZE parameter interacts with same variable in IO lis...Jerry DeLisle1-1/+3
2006-03-31re PR libfortran/26890 (SIZE parameter interacts with same variable in IO lis...Jerry DeLisle1-2/+3
2006-03-26re PR libfortran/26661 (Sequential formatted read goes too far)Jerry DeLisle1-0/+3
2006-03-01re PR libfortran/26136 (List directed input with underfilled (logicals) arra...Jerry DeLisle1-2/+7
2006-02-19re PR libfortran/21303 (L edit descriptor without a width)François-Xavier Coudert1-1/+4
2006-02-12re PR libfortran/25949 (Unbounded I/O buffer memory usage for formatted IO)Janne Blomqvist1-0/+3
2006-02-06re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig1-1/+6
2005-12-10re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig1-1/+13
2005-12-09re PR libfortran/25039 ([4.1 only] comma short-circuit field width)Jerry DeLisle1-1/+5
2005-11-28acinclude.m4 (LIBGFOR_CHECK_PRAGMA_WEAK): Rename to...Jakub Jelinek1-4/+0
2005-11-27random.c: Include config.hDavid Edelsohn1-5/+0
2005-11-27re PR libfortran/24919 ([4.0] CRLF support in libgfortran)Francois-Xavier Coudert1-1/+5
2005-11-25list_read.c (nml_parse_qualifier): Use memcpy to extract values from dtp->u.p...Richard Henderson1-18/+23
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 Jelinek1-155/+319
2005-11-17re PR libfortran/24892 (ACCESS argument to the OPEN statement)Francois-Xavier Coudert1-1/+1
2005-11-13fget.c: New file.Francois-Xavier Coudert1-0/+3
2005-11-06gfortran ChangeLogJanne Blomqvist1-2/+9
2005-10-30re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert1-0/+3
2005-10-25re PR libfortran/24224 (Generalized internal array IO not implemented.)Jerry DeLisle1-31/+38
2005-10-23re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert1-1/+1
2005-10-07re PR libfortran/16339 (Unformatted i/o on large arrays inefficient)Janne Blomqvist1-0/+4
2005-09-26[multiple changes]Janne Blomqvist1-2/+2
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle1-0/+7
2005-09-11re PR libfortran/20179 (cannot mix C and Fortran I/O)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-03read.c (read_x): Take int argument instead of fnode * and digging the N from ...Jakub Jelinek1-1/+1
2005-09-02libgfortran.h: Add prototype for init_compile_options.Andreas Jaeger1-0/+4
2005-08-27acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can...Francois-Xavier Coudert1-0/+3
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-08-09check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics...François-Xavier Coudert1-0/+6
2005-08-06io.h: Change DEFAULT_TEMPDIR to /tmp instead of /var/tmp.Francois-Xavier Coudert1-1/+1
2005-07-14[multiple changes]Paul Thomas1-1/+1
2005-06-23c99_functions.c (log10l): New log10l function for systems where this is not a...Francois-Xavier Coudert1-2/+2
2005-05-15Remove extra whitespace.Andreas Jaeger1-2/+2