summaryrefslogtreecommitdiff
path: root/libgfortran/io/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-031-9/+9
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-211-1/+0
* abort.c: Remove unused headers.Francois-Xavier Coudert2016-12-211-1/+0
* re PR fortran/78662 ([F03] Incorrect parsing of quotes in the char-literal-co...Jerry DeLisle2016-12-161-16/+31
* re PR libfortran/78123 (Short reads with T edit descriptor not padding correc...Jerry DeLisle2016-10-301-1/+2
* New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese2016-10-261-10/+49
* re PR libfortran/77828 (Linking gfortran-7 compiled program with libgfortran ...Jerry DeLisle2016-10-241-8/+1
* transfer.c (finalize_transfer): Free format data in child procedures.Jerry DeLisle2016-10-211-3/+8
* re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle2016-10-181-14/+28
* PR 48587 Newunit allocator, cleanupJanne Blomqvist2016-10-161-9/+2
* PR 48587 Newunit allocatorJanne Blomqvist2016-10-151-1/+9
* re PR fortran/77707 (formatted direct access: nextrec off by one)Jerry DeLisle2016-09-281-3/+4
* re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle2016-09-231-42/+70
* [multiple changes]Paul Thomas2016-08-311-104/+353
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR fortran/52251 (Nonadvancing I/O and the t edit descriptor)Jerry DeLisle2015-11-231-0/+11
* re PR fortran/65089 (FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested w...Jerry DeLisle2015-04-151-2/+13
* re PR fortran/65596 (NAMELIST bug with f2003: reads too far)Jerry DeLisle2015-03-281-2/+1
* re PR libfortran/59513 (Fortran runtime error: Sequential READ or WRITE not a...Jerry DeLisle2015-03-221-1/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist2014-11-131-2/+2
* PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist2014-11-101-12/+43
* Fix pad status check.Janne Blomqvist2014-09-101-1/+1
* Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist2014-06-171-2/+2
* PR 56981 Flush buffer at record boundary if possible.Janne Blomqvist2014-06-081-1/+1
* re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle2014-03-211-1/+2