summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test)John David Anglin2019-03-251-2/+3
* transfer.c (transfer_array_inner): Do not cast charlen to index_type.Uros Bizjak2019-02-261-1/+1
* re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16))Dominique d'Humieres2019-02-251-0/+4
* libgfortran: Use proper gthr.h APISebastian Huber2019-01-281-1/+1
* re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2019-01-271-4/+2
* re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2019-01-271-1/+1
* re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2019-01-261-2/+9
* re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle2019-01-141-4/+12
* re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle2019-01-121-5/+1
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-1/+1
* Update copyright years.Jakub Jelinek2019-01-0123-23/+23
* re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig2018-12-091-12/+8
* Replace sync builtins with atomic builtinsJanne Blomqvist2018-11-221-6/+18
* 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
* Use gfc_charlen_type instead of int for string lenghtsJanne Blomqvist2018-10-062-17/+17
* * io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.Gerald Pfeifer2018-10-021-0/+3
* [libgfortran] Fix uninitialized variable use in fallback_accessKyrylo Tkachov2018-09-141-6/+14
* * io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.Hans-Peter Nilsson2018-09-051-2/+2
* io.h: Change declaration of vlist type to gfc_full_array_i4 to eliminate warn...Jerry DeLisle2018-09-023-3/+4
* * async.h (ASYNC_IO): Revert _AIX test.David Edelsohn2018-08-231-1/+1
* gfortran.texi: Mention that asynchronous I/O does not work on systems which l...Thomas Koenig2018-08-221-10/+13
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-08-2111-119/+1412
* Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira2018-07-3111-1304/+119
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-07-2511-119/+1304
* re PR libfortran/86070 (gfortran.dg/fmt_zero_digits.f90 segmentation fault st...Jerry DeLisle2018-06-101-0/+1
* re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle2018-05-281-12/+12
* re PR target/89506 (ICE: in decompose, at rtl.h:2266 with -Og -g)Jerry DeLisle2018-05-261-1/+2
* re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle2018-05-261-5/+5
* gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek2018-03-283-4/+4
* re PR fortran/84412 (Erroneous "Inquire statement identifies an internal file...Jerry DeLisle2018-02-181-0/+4
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig2018-02-123-6/+7
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas2018-01-251-8/+11
* re PR libfortran/83811 (fortran 'e' format broken for single digit exponents)Jerry DeLisle2018-01-141-2/+3
* PR 78534 Regression on 32-bit targetsJanne Blomqvist2018-01-081-5/+7
* PR 78534, 83704 Handle large formatted I/OJanne Blomqvist2018-01-079-148/+153
* Remove unused variableJanne Blomqvist2018-01-061-1/+0
* PR 83704 Use size_t in write_characterDominique d'Humieres2018-01-061-5/+5
* PR 78534 Change character length from int to size_tJanne Blomqvist2018-01-053-12/+11
* Update copyright years.Jakub Jelinek2018-01-0321-21/+21
* PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist2018-01-021-8/+42
* re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 hangs on d...Jerry DeLisle2017-12-291-0/+2
* re PR fortran/83560 (list-directed formatting of INTEGER is missing plus on o...Jerry DeLisle2017-12-291-48/+29
* re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfortran/io/uni...Jerry DeLisle2017-12-161-9/+13
* re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle2017-12-144-8/+27
* re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle2017-12-033-7/+7
* re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle2017-12-033-5/+8
* re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgf...Jerry DeLisle2017-11-291-1/+1
* PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist2017-11-285-16/+36
* PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist2017-11-224-14/+9