summaryrefslogtreecommitdiff
path: root/libgfortran/io/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* libfortran: Fix up boz_15.f90 on powerpc64le with -mabi=ieeelongdouble [PR106...Jakub Jelinek2022-08-011-0/+24
* power-ieee128: Fix up byte-swapping for IBM extended real(kind=16)Jakub Jelinek2022-01-111-2/+36
* Implement CONVERT specifier for OPEN.Thomas Koenig2022-01-111-9/+118
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Fix "tailing" typo.Martin Liska2021-06-081-1/+1
* Fortran: Async I/O - avoid unlocked unlocking [PR100352]Tobias Burnus2021-05-021-6/+8
* Fortran: Fix libgfortran I/O race with newunit_free [PR99529]Tobias Burnus2021-03-121-8/+24
* libgfortran: Fix unwanted end-of-record by checking if seen_dollar.Jerry DeLisle2021-02-101-0/+2
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki2020-11-261-2/+2
* PR fortran/95195 - Fortran testcase should clean up afterwardsHarald Anlauf2020-06-081-1/+1
* PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf2020-05-261-1/+1
* PR libfortran/95195 - improve runtime error for namelist i/o to unformatted fileHarald Anlauf2020-05-261-0/+8
* PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle2020-01-021-5/+5
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* re PR libfortran/92100 (Formatted stream IO irreproducible read with binary d...Jerry DeLisle2019-11-241-2/+3
* Fix EOF handling for arrays.Thomas Koenig2019-11-241-15/+51
* re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2019-11-071-5/+17
* re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle2019-09-281-8/+15
* transfer.c (transfer_array_inner): Do not cast charlen to index_type.Uros Bizjak2019-02-261-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig2018-12-091-12/+8
* re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle2018-11-091-1/+0
* re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle2018-11-091-23/+72
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-08-211-57/+252
* Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira2018-07-311-252/+57
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-07-251-57/+252
* re PR fortran/84412 (Erroneous "Inquire statement identifies an internal file...Jerry DeLisle2018-02-181-0/+4
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas2018-01-251-8/+11
* PR 78534 Regression on 32-bit targetsJanne Blomqvist2018-01-081-5/+7
* PR 78534, 83704 Handle large formatted I/OJanne Blomqvist2018-01-071-23/+23
* PR 78534 Change character length from int to size_tJanne Blomqvist2018-01-051-9/+9
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle2017-12-141-4/+13
* re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle2017-12-031-1/+2
* re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle2017-12-031-4/+6
* PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist2017-11-281-2/+2
* PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist2017-11-221-4/+2
* re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle2017-11-211-19/+25
* PR 44292 Handle large record lengthsJanne Blomqvist2017-11-191-17/+20
* re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to internal ...Jerry DeLisle2017-08-281-6/+2
* re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle2017-05-171-1/+1
* re PR libfortran/80727 (Crash of runtime gfortran library during integer tran...Jerry DeLisle2017-05-151-10/+17
* close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle2017-04-111-12/+12
* re PR fortran/78881 ([F03] reading from string with DTIO procedure does not w...Jerry DeLisle2017-03-251-10/+40
* re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle2017-03-111-0/+1
* re PR fortran/79382 (DTIO ICE)Paul Thomas2017-02-201-0/+27
* Revert r244448Janne Blomqvist2017-01-131-9/+9
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-131-9/+9
* PR 78534 Revert r244011Janne Blomqvist2017-01-031-9/+9