aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/open.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-11Implement CONVERT specifier for OPEN.Thomas Koenig1-2/+31
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-15Allow opening file on multiple unitsJanne Blomqvist1-1/+2
2019-01-14re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle1-4/+12
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-2/+7
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-7/+2
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-2/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist1-2/+4
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist1-4/+2
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle1-4/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-1/+0
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-0/+47
2016-10-15PR 48587 Newunit allocatorJanne Blomqvist1-1/+1
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-04libgfortran: Use remove(3) instead of unlink(2) when deleting files.Janne Blomqvist1-1/+1
2015-03-11PR 65200 Handle EPERM in addition to EACCES.Janne Blomqvist1-26/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist1-15/+6
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist1-16/+13
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle1-10/+6
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-12-17re PR libfortran/59419 (Failing OPEN with FILE='xxx' and IOSTAT creates the f...Jerry DeLisle1-35/+42
2013-05-04environ.c: Include unistd.h.David Edelsohn1-0/+4
2013-03-20re PR libfortran/48618 (Negative unit number in OPEN(...) is sometimes allowed)Tilo Schwarz1-5/+9
2013-02-21Fix regression when writing formatted sequential to a pipe.Janne Blomqvist1-2/+6
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-12-26re PR libfortran/48960 (OPEN statement modifies NEWUNIT variable on error)Jerry DeLisle1-5/+6
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-2/+2
2011-11-07Revert previous fix for PR 45723.Janne Blomqvist1-1/+1
2011-10-31Introduce a size member function to struct stream.Janne Blomqvist1-1/+1
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-16Replace sprintf with snprintfJanne Blomqvist1-10/+9
2010-09-22re PR libfortran/45723 (opening /dev/null for appending writes)Jerry DeLisle1-1/+1
2010-05-07Remove free_memJanne Blomqvist1-5/+6
2009-11-02Split up io/io.hJanne Blomqvist1-0/+2
2009-06-07re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle1-2/+7
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2009-04-08open.c (already_open): Test for POSIX close return value.Janne Blomqvist1-1/+1
2009-04-05[multiple changes]Jerry DeLisle1-6/+7
2008-06-13re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-4/+4
2008-05-16Part 1.1 of PR25561.Janne Blomqvist1-1/+7
2008-05-16Fix fallout from part 1 of PR25561 patch.Janne Blomqvist1-1/+1