aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/io.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-02PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle1-2/+16
2019-09-28re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle1-0/+1
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist1-0/+50
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-22Replace sync builtins with atomic builtinsJanne Blomqvist1-6/+18
2018-09-02io.h: Change declaration of vlist type to gfc_full_array_i4 to eliminate warn...Jerry DeLisle1-1/+2
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-3/+26
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-26/+3
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-3/+26
2018-03-28gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek1-1/+1
2018-01-07PR 78534, 83704 Handle large formatted I/OJanne Blomqvist1-8/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-03re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle1-1/+1
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist1-0/+5
2017-11-21re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle1-4/+7
2017-11-18PR 83036 Make NEXTREC specifier for INQUIRE work for large record numbersJanne Blomqvist1-2/+1
2017-11-18PR 44292 Enable large record lengths in OPEN and INQUIRE statementsJanne Blomqvist1-3/+3
2017-03-25re PR fortran/78881 ([F03] reading from string with DTIO procedure does not w...Jerry DeLisle1-4/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese1-0/+1
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-0/+51
2016-10-24re PR libfortran/77828 (Linking gfortran-7 compiled program with libgfortran ...Jerry DeLisle1-12/+12
2016-10-21re PR libfortran/78055 (Many new gfortran test failures)Jerry DeLisle1-0/+1
2016-10-18re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-1/+2
2016-10-15PR 48587 Newunit allocatorJanne Blomqvist1-2/+3
2016-10-09PR 67585 Handle EINTRJanne Blomqvist1-0/+15
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-7/+20
2016-08-31[multiple changes]Paul Thomas1-1/+49
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-12re PR libfortran/67527 (io.h sanitizer complains on 1 << 31)Francois-Xavier Coudert1-2/+2
2015-02-07re PR fortran/60956 (error reading (and writing) large text files in gfortran)Jerry DeLisle1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist1-0/+27
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist1-2/+3
2014-05-18re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle1-0/+4
2014-01-11re PR fortran/59700 (Misleading/buggy runtime error message: Bad integer for ...Jerry DeLisle1-4/+6
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus1-2/+8
2013-01-23Improve performance of byte-swapped I/O.Janne Blomqvist1-3/+0
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-3/+1
2012-12-27re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle1-0/+2
2012-05-30decl.c: Fix comment typos.Tobias Burnus1-4/+4
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist1-2/+2
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist1-0/+9
2011-11-01Copyright years and whitespace fix for r180734Janne Blomqvist1-1/+2
2011-11-01Cleanup NEWUNIT allocation.Janne Blomqvist1-4/+0
2011-10-31Update file position for inquire lazily.Janne Blomqvist1-3/+0
2011-04-12Cleanup memsize typesJanne Blomqvist1-6/+5