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