aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/close.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle1-4/+2
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle1-1/+1
2019-01-26re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle1-2/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-02* io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.Gerald Pfeifer1-0/+3
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-1/+10
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-10/+1
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-1/+10
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-4/+12
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-04libgfortran: Use remove(3) instead of unlink(2) when deleting files.Janne Blomqvist1-2/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist1-2/+2
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist1-5/+6
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-1/+1
2009-11-02Split up io/io.hJanne Blomqvist1-0/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-1/+1
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-3/+1
2006-07-31re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle1-3/+2
2006-07-262006-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle1-1/+3
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek1-9/+9
2005-09-29string.c (find_option): Change 3rd argument to const st_option *.Jakub Jelinek1-1/+1
2005-09-09re PR libfortran/23784 (close doesn't reset ioparm on error exit)Francois-Xavier Coudert1-0/+3
2005-08-27acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can...Francois-Xavier Coudert1-1/+23
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-05-15normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger1-2/+2
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-05-15re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+70