summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-0423-23/+23
* libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki2020-11-263-8/+12
* Fortran : rejected f0.d edit descriptor PR96436Mark Eggleston2020-08-201-1/+9
* PR 93567, G edit descriptor uses E instead of F editing in rounding mode UP.Dominique d'Humieres2020-07-241-4/+8
* PR 93592 - Invalid UP/DOWN rounding with EN descriptor.Dominique d'Humieres2020-07-241-1/+2
* Disable -Wstringop-overflow warning after checking code path of caller.Thomas Koenig2020-06-131-0/+8
* 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-281-3/+6
* 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
* Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig2020-05-231-0/+7
* Add early return for invalid STATUS for close.Thomas Koenig2020-05-141-1/+7
* Use au->lock exclusively for locking in async I/O.Thomas König2020-02-182-37/+31
* PR93234 INQUIRE on pre-assigned files of ROUND and SIGN propertiesJerry DeLisle2020-01-171-8/+8
* PR90374 Zero width format specifiers.Jerry DeLisle2020-01-172-2/+6
* PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle2020-01-025-97/+125
* Update copyright years.Jakub Jelinek2020-01-0123-23/+23
* re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2019-12-011-11/+13
* re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2019-11-282-6/+12
* 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-075-37/+52
* re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle2019-10-022-3/+4
* re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle2019-09-282-8/+16
* PR 53796 Make inquire(file=, recl=) conform to F2018Janne Blomqvist2019-08-071-1/+3
* re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig2019-07-211-12/+35
* fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist2019-05-225-14/+136
* Allow opening file on multiple unitsJanne Blomqvist2019-05-151-1/+2
* 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