aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/file_pos.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26libgfortran: Fix file position after ENDFILE statement.Jerry DeLisle1-1/+0
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-1/+6
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-16Fix FLUSH IOSTAT valueFrancois-Xavier Coudert1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-3/+67
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-67/+3
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-3/+67
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle1-1/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist1-1/+1
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-1/+5
2013-01-23Improve performance of byte-swapped I/O.Janne Blomqvist1-2/+8
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2011-10-31Introduce a size member function to struct stream.Janne Blomqvist1-1/+1
2011-10-31Simplify handling of special files.Janne Blomqvist1-10/+5
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+2
2010-07-15re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")Jerry DeLisle1-1/+8
2010-06-19re PR fortran/44477 (Sequential I/O with END FILE: File position should be at...Jerry DeLisle1-4/+53
2009-11-02Split up io/io.hJanne Blomqvist1-0/+2
2009-04-30Fix PR libfortran/39667Janne Blomqvist1-19/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2009-04-05[multiple changes]Jerry DeLisle1-35/+53
2008-11-22re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync ...Jakub Jelinek1-1/+1
2008-10-16file_pos.c (unformatted_backspace): Normal case is GFC_CONVERT_NATIVE.Thomas Koenig1-1/+1
2008-09-23re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle1-1/+1
2008-07-22re PR fortran/36890 (libgfortran/io/file_pos.c:55: warning: comparison betwee...Thomas Koenig1-1/+1
2008-05-15Part 1 of PR 25561.Janne Blomqvist1-17/+17
2007-12-13re PR libfortran/34370 (file positioning after nonadvancing i/o)Thomas Koenig1-5/+49
2007-09-07re PR fortran/33307 (I/O read/positioning problem)Jerry DeLisle1-1/+0
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-8/+8
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-3/+1
2007-04-28re PR libfortran/31532 (INQUIRE(...,POSITION=...) not standard conforming)Jerry DeLisle1-1/+7
2007-03-23re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-1/+1
2007-03-18re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-3/+16
2007-03-16re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle1-1/+0
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig1-54/+54
2006-09-15re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up)Jerry DeLisle1-0/+1
2006-08-15re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle1-3/+3
2006-07-31re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle1-1/+4
2006-07-31re PR fortran/28335 (flush() / write() statement on closed units - error?)Jerry DeLisle1-3/+1