aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/format.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-03libgfortran: EN0.0E0 and ES0.0E0 format editing.Jerry DeLisle1-1/+3
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-05-08fortran: Fix coding style around free()Bernhard Reutner-Fischer1-1/+1
2023-05-08fortran: Remove conditionals around free()Bernhard Reutner-Fischer1-2/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-18Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert1-5/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-20Fortran : rejected f0.d edit descriptor PR96436Mark Eggleston1-1/+9
2020-01-17PR90374 Zero width format specifiers.Jerry DeLisle1-1/+3
2020-01-02PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle1-77/+91
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-01re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle1-11/+13
2019-11-28re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle1-5/+11
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle1-5/+3
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist1-0/+35
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-02io.h: Change declaration of vlist type to gfc_full_array_i4 to eliminate warn...Jerry DeLisle1-1/+1
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig1-2/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-27re PR libfortran/81938 (valgrind error message and heap-buffer-overflow on ad...Jerry DeLisle1-1/+2
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle1-36/+36
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-1/+0
2016-10-31re PR fortran/54679 (Erroneous "Expected P edit descriptor" in conjunction wi...Jerry DeLisle1-6/+12
2016-08-31[multiple changes]Paul Thomas1-8/+79
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-29re PR libfortran/68987 (double free or corruption in _gfortran_st_write_done ...Jerry DeLisle1-20/+0
2015-04-21re PR libfortran/65234 (Output descriptor (*(1E15.7)) not accepted)Jerry DeLisle1-2/+11
2015-04-15re PR fortran/65089 (FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested w...Jerry DeLisle1-17/+39
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-07-20re PR fortran/61632 (Improve error locus on large format strings)Jerry DeLisle1-10/+12
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-03-29re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus1-12/+6
2013-03-29re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus1-2/+10
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist1-1/+0
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-3/+1
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-4/+5
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist1-2/+2
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-16Replace sprintf with snprintfJanne Blomqvist1-4/+5
2010-08-07re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descrip...Jerry DeLisle1-30/+16
2010-05-07Remove free_memJanne Blomqvist1-5/+6
2010-04-01transfer.c: Update copyright.Paul Thomas1-1/+1
2010-03-12format.c (parse_format_list): Add to ERROR, WARNING, SILENT enumerators NOTIF...Kai Tietz1-2/+2
2010-02-07re PR libfortran/42742 (Handle very large format strings correctly)Jerry DeLisle1-5/+2
2010-01-15format.c (parse_format): Set limit on size of format strings that will be cac...Jerry DeLisle1-1/+6
2009-11-02Split up io/io.hJanne Blomqvist1-0/+1
2009-10-13re PR libfortran/41683 (F2003 Repeat specification after P descriptor rejected)Jerry DeLisle1-1/+2
2009-10-12re PR fortran/38439 (I/O PD edit descriptor inconsistency)Jerry DeLisle1-7/+4