aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/transfer.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Fortran: Fix issue with using snprintf function.Jerry DeLisle1-8/+12
2024-03-05Fortran: Add user defined error messages for UDTIO.Jerry DeLisle1-0/+49
2024-02-25libgfortran: Propagate user defined iostat and iomsg.Jerry DeLisle1-1/+1
2024-02-12libgfortran: Adjust bytes_left and pos for access="STREAM".Jerry DeLisle1-5/+9
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-11libgfortran: Replace mutex with rwlockLipeng Zhu1-4/+4
2023-12-05libgfortran: Fix -Wincompatible-pointer-types errorsJakub Jelinek1-22/+22
2023-05-08fortran: Fix coding style around free()Bernhard Reutner-Fischer1-2/+2
2023-05-08fortran: Remove conditionals around free()Bernhard Reutner-Fischer1-4/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-08-01libfortran: Fix up boz_15.f90 on powerpc64le with -mabi=ieeelongdouble [PR106...Jakub Jelinek1-0/+24
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 Koenig1-9/+118
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-06-08Fix "tailing" typo.Martin Liska1-1/+1
2021-05-02Fortran: Async I/O - avoid unlocked unlocking [PR100352]Tobias Burnus1-6/+8
2021-03-12Fortran: Fix libgfortran I/O race with newunit_free [PR99529]Tobias Burnus1-8/+24
2021-02-10libgfortran: Fix unwanted end-of-record by checking if seen_dollar.Jerry DeLisle1-0/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-26libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki1-2/+2
2020-06-08PR fortran/95195 - Fortran testcase should clean up afterwardsHarald Anlauf1-1/+1
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-01-02PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle1-5/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
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 DeLisle1-5/+17
2019-09-28re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle1-8/+15
2019-02-26transfer.c (transfer_array_inner): Do not cast charlen to index_type.Uros Bizjak1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-09re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig1-12/+8
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle1-1/+0
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle1-23/+72
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-57/+252
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-252/+57
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-57/+252
2018-02-18re PR fortran/84412 (Erroneous "Inquire statement identifies an internal file...Jerry DeLisle1-0/+4
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas1-8/+11
2018-01-08PR 78534 Regression on 32-bit targetsJanne Blomqvist1-5/+7
2018-01-07PR 78534, 83704 Handle large formatted I/OJanne Blomqvist1-23/+23
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-9/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle1-4/+13
2017-12-03re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle1-1/+2
2017-12-03re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle1-4/+6
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist1-2/+2
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist1-4/+2
2017-11-21re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle1-19/+25
2017-11-19PR 44292 Handle large record lengthsJanne Blomqvist1-17/+20