| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years. | Jakub Jelinek | 2021-01-04 | 23 | -23/+23 |
* | libgfortran: Verify the presence of all functions for POSIX 2008 locale | Maciej W. Rozycki | 2020-11-26 | 3 | -8/+12 |
* | Fortran : rejected f0.d edit descriptor PR96436 | Mark Eggleston | 2020-08-20 | 1 | -1/+9 |
* | PR 93567, G edit descriptor uses E instead of F editing in rounding mode UP. | Dominique d'Humieres | 2020-07-24 | 1 | -4/+8 |
* | PR 93592 - Invalid UP/DOWN rounding with EN descriptor. | Dominique d'Humieres | 2020-07-24 | 1 | -1/+2 |
* | Disable -Wstringop-overflow warning after checking code path of caller. | Thomas Koenig | 2020-06-13 | 1 | -0/+8 |
* | PR fortran/95195 - Fortran testcase should clean up afterwards | Harald Anlauf | 2020-06-08 | 1 | -1/+1 |
* | PR fortran/95104 - Segfault on a legal WAIT statement | Harald Anlauf | 2020-05-28 | 1 | -3/+6 |
* | PR fortran/95104 - Segfault on a legal WAIT statement | Harald Anlauf | 2020-05-26 | 1 | -1/+1 |
* | PR libfortran/95195 - improve runtime error for namelist i/o to unformatted file | Harald Anlauf | 2020-05-26 | 1 | -0/+8 |
* | Fixes a hang on an invalid ID in a WAIT statement. | Thomas Koenig | 2020-05-23 | 1 | -0/+7 |
* | Add early return for invalid STATUS for close. | Thomas Koenig | 2020-05-14 | 1 | -1/+7 |
* | Use au->lock exclusively for locking in async I/O. | Thomas König | 2020-02-18 | 2 | -37/+31 |
* | PR93234 INQUIRE on pre-assigned files of ROUND and SIGN properties | Jerry DeLisle | 2020-01-17 | 1 | -8/+8 |
* | PR90374 Zero width format specifiers. | Jerry DeLisle | 2020-01-17 | 2 | -2/+6 |
* | PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. | Jerry DeLisle | 2020-01-02 | 5 | -97/+125 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 23 | -23/+23 |
* | re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ... | Jerry DeLisle | 2019-12-01 | 1 | -11/+13 |
* | re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ... | Jerry DeLisle | 2019-11-28 | 2 | -6/+12 |
* | re PR libfortran/92100 (Formatted stream IO irreproducible read with binary d... | Jerry DeLisle | 2019-11-24 | 1 | -2/+3 |
* | Fix EOF handling for arrays. | Thomas Koenig | 2019-11-24 | 1 | -15/+51 |
* | re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ... | Jerry DeLisle | 2019-11-07 | 5 | -37/+52 |
* | re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c) | Jerry DeLisle | 2019-10-02 | 2 | -3/+4 |
* | re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c) | Jerry DeLisle | 2019-09-28 | 2 | -8/+16 |
* | PR 53796 Make inquire(file=, recl=) conform to F2018 | Janne Blomqvist | 2019-08-07 | 1 | -1/+3 |
* | re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian) | Thomas Koenig | 2019-07-21 | 1 | -12/+35 |
* | fortran/89100: Default widths with -fdec-format-defaults | Janne Blomqvist | 2019-05-22 | 5 | -14/+136 |
* | Allow opening file on multiple units | Janne Blomqvist | 2019-05-15 | 1 | -1/+2 |
* | re PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test) | John David Anglin | 2019-03-25 | 1 | -2/+3 |
* | transfer.c (transfer_array_inner): Do not cast charlen to index_type. | Uros Bizjak | 2019-02-26 | 1 | -1/+1 |
* | re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16)) | Dominique d'Humieres | 2019-02-25 | 1 | -0/+4 |
* | libgfortran: Use proper gthr.h API | Sebastian Huber | 2019-01-28 | 1 | -1/+1 |
* | re PR libfortran/89020 (close(status='DELETE') does not remove file) | Jerry DeLisle | 2019-01-27 | 1 | -4/+2 |
* | re PR libfortran/89020 (close(status='DELETE') does not remove file) | Jerry DeLisle | 2019-01-27 | 1 | -1/+1 |
* | re PR libfortran/89020 (close(status='DELETE') does not remove file) | Jerry DeLisle | 2019-01-26 | 1 | -2/+9 |
* | re PR libfortran/88776 (Namelist read from stdin: loss of data) | Jerry DeLisle | 2019-01-14 | 1 | -4/+12 |
* | re PR libfortran/88776 (Namelist read from stdin: loss of data) | Jerry DeLisle | 2019-01-12 | 1 | -5/+1 |
* | PR other/16615 [1/5] | Sandra Loosemore | 2019-01-09 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 23 | -23/+23 |
* | re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?)) | Thomas Koenig | 2018-12-09 | 1 | -12/+8 |
* | Replace sync builtins with atomic builtins | Janne Blomqvist | 2018-11-22 | 1 | -6/+18 |
* | re PR fortran/78351 (comma not terminating READ of formatted input field - ok... | Jerry DeLisle | 2018-11-09 | 1 | -1/+0 |
* | re PR fortran/78351 (comma not terminating READ of formatted input field - ok... | Jerry DeLisle | 2018-11-09 | 1 | -23/+72 |
* | Use gfc_charlen_type instead of int for string lenghts | Janne Blomqvist | 2018-10-06 | 2 | -17/+17 |
* | * io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>. | Gerald Pfeifer | 2018-10-02 | 1 | -0/+3 |
* | [libgfortran] Fix uninitialized variable use in fallback_access | Kyrylo Tkachov | 2018-09-14 | 1 | -6/+14 |
* | * io/async.h: Use __gthread_mutex_t, not pthread_mutex_t. | Hans-Peter Nilsson | 2018-09-05 | 1 | -2/+2 |
* | io.h: Change declaration of vlist type to gfc_full_array_i4 to eliminate warn... | Jerry DeLisle | 2018-09-02 | 3 | -3/+4 |
* | * async.h (ASYNC_IO): Revert _AIX test. | David Edelsohn | 2018-08-23 | 1 | -1/+1 |
* | gfortran.texi: Mention that asynchronous I/O does not work on systems which l... | Thomas Koenig | 2018-08-22 | 1 | -10/+13 |