aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/open.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-15Part 1 of PR 25561.Janne Blomqvist1-0/+7
2008-05-02re PR libfortran/36094 (Runtime error show_locus not working correctly)Jerry DeLisle1-1/+1
2008-04-07PR fortran/25829 28655Jerry DeLisle1-6/+13
2008-04-05PR fortran/25829 28655Jerry DeLisle1-1/+141
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-35/+35
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-4/+1
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig1-4/+4
2007-05-27string.c (compare0): Use gfc_charlen_type instead of int.Janne Blomqvist1-0/+5
2007-04-15open.c (test_endfile): Revert changes for 31052, restoring this function.Jerry DeLisle1-0/+23
2007-04-01re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-22/+0
2007-03-26re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wro...Jerry DeLisle1-0/+1
2007-03-23re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-1/+23
2007-03-18re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-22/+0
2007-03-09re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle1-0/+2
2006-12-05re PR libfortran/30005 (Open errors (not/already exists etc.): show also the ...Jerry DeLisle1-1/+29
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig1-16/+22
2006-11-22io.h (unit_flags): Add new flag has_recl.Jerry DeLisle1-1/+5
2006-11-16trans-decl.c (gfc_get_symbol_decl): Fix formatting.François-Xavier Coudert1-1/+1
2006-10-18in_pack.m4: Fixed a typo.Tobias Burnus1-2/+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-1/+11
2006-07-04re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)Jerry DeLisle1-3/+9
2006-03-22[multiple changes]Thomas Koenig1-1/+20
2006-02-19* io/open.c (edit_modes): Correct abusive copy-pasting.Francois-Xavier Coudert1-1/+1
2006-02-06re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig1-27/+37
2005-12-10re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig1-0/+38
2005-11-26libgfortran ChangeLog:Janne Blomqvist1-2/+3
2005-11-23open.c (new_unit): Use the right unit number when checking for stdin, stdout,...Alan Modra1-3/+3
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek1-116/+170
2005-11-17re PR libfortran/24892 (ACCESS argument to the OPEN statement)Francois-Xavier Coudert1-0/+14
2005-10-23re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert1-1/+1
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 Jelinek1-8/+8
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-05-17configure.ac: Add additional warning flags.Andreas Jaeger1-9/+10
2005-05-12re PR libfortran/21324 (#undef GFC_CLEAR_MEMORY causes testsuite failures)Thomas Koenig1-0/+1
2005-05-11re PR libfortran/21471 ('POSITION = "APPEND"' doesn't seem to work)Francois-Xavier Coudert1-0/+7
2005-03-29re PR libfortran/20163 ([4.0 only] gfortran - error opening direct access file)François-Xavier Coudert1-0/+3
2005-03-16open.c (new_unit): set record length to max_offset rather than using a hard-c...Francois-Xavier Coudert1-1/+1
2005-01-22re PR libfortran/19052 (unit 0 not preconnected to standard error)David Edelsohn1-3/+8
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-0/+9
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson1-0/+3
2004-12-08io.h (open_external): Change prototype.Steve Ellcey1-5/+4
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-91/+43
2004-08-23io.h, [...]: Fix formatting issues, update copyright years.Tobias Schlüter1-36/+34
2004-08-13re PR libfortran/16935 (Segmentation fault of compiler with unsupported contr...Bud Davis1-2/+2
2004-05-15re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter1-6/+6
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+528