aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2023-05-12Fortran: Initialize last_char for internal units.Jerry DeLisle1-0/+1
2023-05-08fortran: Fix coding style around free()Bernhard Reutner-Fischer4-6/+6
2023-05-08fortran: Remove conditionals around free()Bernhard Reutner-Fischer4-12/+6
2023-05-07Fortran: Reject semicolon after namelist name.Jerry DeLisle1-2/+2
2023-05-06Fortran: Namelist read with invalid input accepted.Jerry DeLisle1-1/+5
2023-01-16Update copyright years.Jakub Jelinek23-23/+23
2022-10-10libgfortran: Use `__gthread_t` instead of `pthread_t`LIU Hao1-1/+1
2022-08-01libfortran: Fix up boz_15.f90 on powerpc64le with -mabi=ieeelongdouble [PR106...Jakub Jelinek1-0/+24
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek3-3/+68
2022-01-11power-ieee128: Fix up byte-swapping for IBM extended real(kind=16)Jakub Jelinek1-2/+36
2022-01-11Implement CONVERT specifier for OPEN.Thomas Koenig4-12/+173
2022-01-11fortran, libgfortran: Assorted -mabi=ieeelongdouble I/O fixesJakub Jelinek1-0/+1
2022-01-11libgfortran: -mabi=ieeelongdouble I/O fixJakub Jelinek1-2/+6
2022-01-11fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek6-10/+105
2022-01-03Update copyright years.Jakub Jelinek23-23/+23
2021-12-25Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert1-22/+48
2021-12-18Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert4-24/+20
2021-12-16Fix FLUSH IOSTAT valueFrancois-Xavier Coudert1-1/+1
2021-06-08Fix "tailing" typo.Martin Liska1-1/+1
2021-05-02Fortran: Async I/O - avoid unlocked unlocking [PR100352]Tobias Burnus3-10/+12
2021-03-12Fortran: Fix libgfortran I/O race with newunit_free [PR99529]Tobias Burnus2-9/+24
2021-02-10libgfortran: Fix unwanted end-of-record by checking if seen_dollar.Jerry DeLisle1-0/+2
2021-01-04Update copyright years.Jakub Jelinek23-23/+23
2020-11-26libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki3-8/+12
2020-08-20Fortran : rejected f0.d edit descriptor PR96436Mark Eggleston1-1/+9
2020-07-24PR 93567, G edit descriptor uses E instead of F editing in rounding mode UP.Dominique d'Humieres1-4/+8
2020-07-24PR 93592 - Invalid UP/DOWN rounding with EN descriptor.Dominique d'Humieres1-1/+2
2020-06-13Disable -Wstringop-overflow warning after checking code path of caller.Thomas Koenig1-0/+8
2020-06-08PR fortran/95195 - Fortran testcase should clean up afterwardsHarald Anlauf1-1/+1
2020-05-28PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf1-3/+6
2020-05-26PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf1-1/+1
2020-05-26PR libfortran/95195 - improve runtime error for namelist i/o to unformatted fileHarald Anlauf1-0/+8
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig1-0/+7
2020-05-14Add early return for invalid STATUS for close.Thomas Koenig1-1/+7
2020-02-18Use au->lock exclusively for locking in async I/O.Thomas König2-37/+31
2020-01-17PR93234 INQUIRE on pre-assigned files of ROUND and SIGN propertiesJerry DeLisle1-8/+8
2020-01-17PR90374 Zero width format specifiers.Jerry DeLisle2-2/+6
2020-01-02PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle5-97/+125
2020-01-01Update copyright years.Jakub Jelinek23-23/+23
2019-12-01re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle1-11/+13
2019-11-28re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2-6/+12
2019-11-24re PR libfortran/92100 (Formatted stream IO irreproducible read with binary d...Jerry DeLisle1-2/+3
2019-11-24Fix EOF handling for arrays.Thomas Koenig1-15/+51
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle5-37/+52
2019-10-02re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle2-3/+4
2019-09-28re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle2-8/+16
2019-08-07PR 53796 Make inquire(file=, recl=) conform to F2018Janne Blomqvist1-1/+3
2019-07-21re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig1-12/+35
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist5-14/+136
2019-05-15Allow opening file on multiple unitsJanne Blomqvist1-1/+2