summaryrefslogtreecommitdiff
path: root/libgfortran/io/close.c
Commit message (Expand)AuthorAgeFilesLines
* Add early return for invalid STATUS for close.Thomas Koenig2020-05-141-1/+7
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2019-01-271-4/+2
* re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2019-01-271-1/+1
* re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2019-01-261-2/+9
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* * io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.Gerald Pfeifer2018-10-021-0/+3
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-08-211-1/+10
* Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira2018-07-311-10/+1
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-07-251-1/+10
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle2017-04-111-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese2016-10-261-4/+12
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* libgfortran: Use remove(3) instead of unlink(2) when deleting files.Janne Blomqvist2015-09-041-2/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist2014-09-171-2/+2
* PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist2014-05-221-5/+6
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-1/+1
* Split up io/io.hJanne Blomqvist2009-11-021-0/+1
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert2007-09-031-1/+1
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-311-3/+1
* re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle2006-07-311-3/+2
* 2006-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle2006-07-261-1/+3
* re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek2005-11-211-9/+9
* string.c (find_option): Change 3rd argument to const st_option *.Jakub Jelinek2005-09-291-1/+1
* re PR libfortran/23784 (close doesn't reset ioparm on error exit)Francois-Xavier Coudert2005-09-091-0/+3
* acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can...Francois-Xavier Coudert2005-08-271-1/+23
* All files: Update FSF address.Kelley Cook2005-08-171-2/+2
* normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger2005-05-151-2/+2
* re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene2005-01-121-0/+9
* acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson2004-12-121-0/+3
* re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter2004-05-151-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+70