| Age | Commit message (Expand) | Author |
| 2025-01-24 | Fortran: Fix UTF-8 output with A edit descriptor. | Jerry DeLisle |
| 2025-01-02 | Update copyright years. | Jakub Jelinek |
| 2024-12-03 | Fortran: Fix B64.0 formatted write output. | Jerry DeLisle |
| 2024-09-07 | Implement first part of unsigned integers for Fortran. | Thomas Koenig |
| 2024-03-06 | Fortran: Fix issue with using snprintf function. | Jerry DeLisle |
| 2024-03-05 | Fortran: Add user defined error messages for UDTIO. | Jerry DeLisle |
| 2024-02-03 | libgfortran: EN0.0E0 and ES0.0E0 format editing. | Jerry DeLisle |
| 2024-01-07 | libgfortran: Emit a space at beginning of internal unit NML. | Jerry DeLisle |
| 2024-01-03 | Update copyright years. | Jakub Jelinek |
| 2023-12-05 | libgfortran: Fix -Wincompatible-pointer-types errors | Jakub Jelinek |
| 2023-09-28 | libgfortran: Use __builtin_unreachable() not -Wno-stringop-overflow to silenc... | Tobias Burnus |
| 2023-01-16 | Update copyright years. | Jakub Jelinek |
| 2022-01-11 | fortran, libgfortran: -mabi=ieeelongdouble I/O | Jakub Jelinek |
| 2022-01-03 | Update copyright years. | Jakub Jelinek |
| 2021-12-25 | Fortran: simplify library code for integer-to-decimal conversion | Francois-Xavier Coudert |
| 2021-12-18 | Fortran: Cast arguments of <ctype.h> functions to unsigned char | François-Xavier Coudert |
| 2021-01-04 | Update copyright years. | Jakub Jelinek |
| 2020-06-13 | Disable -Wstringop-overflow warning after checking code path of caller. | Thomas Koenig |
| 2020-01-02 | PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. | Jerry DeLisle |
| 2020-01-01 | Update copyright years. | Jakub Jelinek |
| 2019-11-07 | re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ... | Jerry DeLisle |
| 2019-10-02 | re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c) | Jerry DeLisle |
| 2019-05-22 | fortran/89100: Default widths with -fdec-format-defaults | Janne Blomqvist |
| 2019-02-25 | re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16)) | Dominique d'Humieres |
| 2019-01-01 | Update copyright years. | Jakub Jelinek |
| 2018-05-28 | re PR fortran/85840 (Memory leak in write.c) | Jerry DeLisle |
| 2018-05-26 | re PR target/89506 (ICE: in decompose, at rtl.h:2266 with -Og -g) | Jerry DeLisle |
| 2018-05-26 | re PR fortran/85840 (Memory leak in write.c) | Jerry DeLisle |
| 2018-02-12 | libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v... | Thomas Koenig |
| 2018-01-14 | re PR libfortran/83811 (fortran 'e' format broken for single digit exponents) | Jerry DeLisle |
| 2018-01-07 | PR 78534, 83704 Handle large formatted I/O | Janne Blomqvist |
| 2018-01-06 | Remove unused variable | Janne Blomqvist |
| 2018-01-06 | PR 83704 Use size_t in write_character | Dominique d'Humieres |
| 2018-01-05 | PR 78534 Change character length from int to size_t | Janne Blomqvist |
| 2018-01-03 | Update copyright years. | Jakub Jelinek |
| 2017-12-29 | re PR fortran/83560 (list-directed formatting of INTEGER is missing plus on o... | Jerry DeLisle |
| 2017-12-03 | re PR fortran/83191 (Writing a namelist with repeated complex numbers) | Jerry DeLisle |
| 2017-11-29 | re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgf... | Jerry DeLisle |
| 2017-11-22 | PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime check | Janne Blomqvist |
| 2017-08-28 | re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to internal ... | Jerry DeLisle |
| 2017-04-11 | close.c: Fix white space in pointer declarations and comment formats where ap... | Jerry DeLisle |
| 2017-03-28 | re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO) | Janus Weil |
| 2017-03-11 | re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit) | Jerry DeLisle |
| 2017-01-13 | Revert r244448 | Janne Blomqvist |
| 2017-01-13 | PR 78534 Change character length from int to size_t | Janne Blomqvist |
| 2017-01-03 | PR 78534 Revert r244011 | Janne Blomqvist |
| 2017-01-03 | PR 78534 Change character length from int to size_t | Janne Blomqvist |
| 2017-01-01 | Update copyright years. | Jakub Jelinek |
| 2016-12-21 | libgfortran.h: Include <stdlib.h> header. | Francois-Xavier Coudert |
| 2016-12-21 | abort.c: Remove unused headers. | Francois-Xavier Coudert |