aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2024-04-08Fortran: Accept again tab as alternative to space as separator [PR114304]Tobias Burnus1-1/+1
2024-04-06libfortran: Fix handling of formatted separators.Jerry DeLisle1-5/+36
2024-03-26libgfortran: Fix file position after ENDFILE statement.Jerry DeLisle1-1/+0
2024-03-11libgfortran: [PR114304] Revert portion of PR105347 change.Jerry DeLisle1-11/+1
2024-03-06Fortran: Fix issue with using snprintf function.Jerry DeLisle3-16/+24
2024-03-05Fortran: Add user defined error messages for UDTIO.Jerry DeLisle4-44/+119
2024-02-25libgfortran: Propagate user defined iostat and iomsg.Jerry DeLisle2-2/+22
2024-02-17libgfortran: [PR105473] Fix checks for decimal='comma'.Jerry DeLisle2-9/+50
2024-02-17libgfortran: Fix namelist read.Jerry DeLisle1-0/+8
2024-02-14Fortran: Implement read_x for UTF-8 encoded files.Jerry DeLisle1-0/+17
2024-02-12libgfortran: Adjust bytes_left and pos for access="STREAM".Jerry DeLisle1-5/+9
2024-02-03libgfortran: EN0.0E0 and ES0.0E0 format editing.Jerry DeLisle4-74/+142
2024-01-15libgfortran: Bugfix if not define HAVE_ATOMIC_FETCH_ADDLipeng Zhu1-2/+8
2024-01-07libgfortran: Emit a space at beginning of internal unit NML.Jerry DeLisle1-0/+2
2024-01-03Update copyright years.Jakub Jelinek23-23/+23
2023-12-11libgfortran: Replace mutex with rwlockLipeng Zhu6-58/+253
2023-12-05libgfortran: Fix -Wincompatible-pointer-types errorsJakub Jelinek3-42/+42
2023-11-06libgfortran: Fix calloc call by swapping arg order [PR112364]Tobias Burnus1-4/+4
2023-09-28libgfortran: Use __builtin_unreachable() not -Wno-stringop-overflow to silenc...Tobias Burnus1-8/+9
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