aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/open.c
AgeCommit message (Expand)AuthorFilesLines
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