summaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)Author
2020-05-28PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf
2020-05-26PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf
2020-05-26PR libfortran/95195 - improve runtime error for namelist i/o to unformatted fileHarald Anlauf
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig
2020-05-14Add early return for invalid STATUS for close.Thomas Koenig
2020-02-18Use au->lock exclusively for locking in async I/O.Thomas König
2020-01-17PR93234 INQUIRE on pre-assigned files of ROUND and SIGN propertiesJerry DeLisle
2020-01-17PR90374 Zero width format specifiers.Jerry DeLisle
2020-01-02PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle
2020-01-01Update copyright years.Jakub Jelinek
2019-12-01re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle
2019-11-28re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle
2019-11-24re PR libfortran/92100 (Formatted stream IO irreproducible read with binary d...Jerry DeLisle
2019-11-24Fix EOF handling for arrays.Thomas Koenig
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle
2019-10-02re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle
2019-09-28re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle
2019-08-07PR 53796 Make inquire(file=, recl=) conform to F2018Janne Blomqvist
2019-07-21re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist
2019-05-15Allow opening file on multiple unitsJanne Blomqvist
2019-03-25re PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test)John David Anglin
2019-02-26transfer.c (transfer_array_inner): Do not cast charlen to index_type.Uros Bizjak
2019-02-25re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16))Dominique d'Humieres
2019-01-28libgfortran: Use proper gthr.h APISebastian Huber
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle
2019-01-26re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle
2019-01-14re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle
2019-01-12re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-09re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig
2018-11-22Replace sync builtins with atomic builtinsJanne Blomqvist
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle
2018-10-06Use gfc_charlen_type instead of int for string lenghtsJanne Blomqvist
2018-10-02* io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.Gerald Pfeifer
2018-09-14[libgfortran] Fix uninitialized variable use in fallback_accessKyrylo Tkachov
2018-09-05* io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.Hans-Peter Nilsson
2018-09-02io.h: Change declaration of vlist type to gfc_full_array_i4 to eliminate warn...Jerry DeLisle
2018-08-23* async.h (ASYNC_IO): Revert _AIX test.David Edelsohn
2018-08-22gfortran.texi: Mention that asynchronous I/O does not work on systems which l...Thomas Koenig
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig
2018-06-10re PR libfortran/86070 (gfortran.dg/fmt_zero_digits.f90 segmentation fault st...Jerry DeLisle
2018-05-28re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle
2018-05-26re PR target/89506 (ICE: in decompose, at rtl.h:2266 with -Og -g)Jerry DeLisle
2018-05-26re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle