aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/write.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Fortran: Fix issue with using snprintf function.Jerry DeLisle1-4/+6
2024-03-05Fortran: Add user defined error messages for UDTIO.Jerry DeLisle1-0/+26
2024-02-03libgfortran: EN0.0E0 and ES0.0E0 format editing.Jerry DeLisle1-4/+8
2024-01-07libgfortran: Emit a space at beginning of internal unit NML.Jerry DeLisle1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-05libgfortran: Fix -Wincompatible-pointer-types errorsJakub Jelinek1-10/+10
2023-09-28libgfortran: Use __builtin_unreachable() not -Wno-stringop-overflow to silenc...Tobias Burnus1-8/+9
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-11fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek1-0/+19
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-25Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert1-22/+48
2021-12-18Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert1-4/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-06-13Disable -Wstringop-overflow warning after checking code path of caller.Thomas Koenig1-0/+8
2020-01-02PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle1-12/+16
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle1-9/+16
2019-10-02re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle1-2/+3
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist1-9/+13
2019-02-25re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16))Dominique d'Humieres1-0/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-28re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle1-12/+12
2018-05-26re PR target/89506 (ICE: in decompose, at rtl.h:2266 with -Og -g)Jerry DeLisle1-1/+2
2018-05-26re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle1-5/+5
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig1-2/+2
2018-01-14re PR libfortran/83811 (fortran 'e' format broken for single digit exponents)Jerry DeLisle1-2/+3
2018-01-07PR 78534, 83704 Handle large formatted I/OJanne Blomqvist1-12/+13
2018-01-06Remove unused variableJanne Blomqvist1-1/+0
2018-01-06PR 83704 Use size_t in write_characterDominique d'Humieres1-5/+5
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-29re PR fortran/83560 (list-directed formatting of INTEGER is missing plus on o...Jerry DeLisle1-48/+29
2017-12-03re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle1-3/+5
2017-11-29re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgf...Jerry DeLisle1-1/+1
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist1-3/+3
2017-08-28re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to internal ...Jerry DeLisle1-5/+0
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle1-12/+12
2017-03-28re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO)Janus Weil1-10/+18
2017-03-11re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle1-0/+6
2017-01-13Revert r244448Janne Blomqvist1-1/+2
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+1
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-1/+2
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-1/+1
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert1-1/+0
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-1/+140
2016-08-31re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle1-17/+60
2016-08-31[multiple changes]Paul Thomas1-36/+122
2016-06-23re PR libfortran/48852 (Invalid spaces in list-directed output of complex con...Jerry DeLisle1-56/+218