summaryrefslogtreecommitdiff
path: root/libgfortran/io/format.c
Commit message (Expand)AuthorAgeFilesLines
* fortran: Fix coding style around free()Bernhard Reutner-Fischer2023-05-081-1/+1
* fortran: Remove conditionals around free()Bernhard Reutner-Fischer2023-05-081-2/+1
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert2021-12-181-5/+4
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Fortran : rejected f0.d edit descriptor PR96436Mark Eggleston2020-08-201-1/+9
* PR90374 Zero width format specifiers.Jerry DeLisle2020-01-171-1/+3
* PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle2020-01-021-77/+91
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2019-12-011-11/+13
* re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2019-11-281-5/+11
* re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2019-11-071-5/+3
* fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist2019-05-221-0/+35
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* io.h: Change declaration of vlist type to gfc_full_array_i4 to eliminate warn...Jerry DeLisle2018-09-021-1/+1
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig2018-02-121-2/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR libfortran/81938 (valgrind error message and heap-buffer-overflow on ad...Jerry DeLisle2017-10-271-1/+2
* close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle2017-04-111-36/+36
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-211-1/+0
* re PR fortran/54679 (Erroneous "Expected P edit descriptor" in conjunction wi...Jerry DeLisle2016-10-311-6/+12
* [multiple changes]Paul Thomas2016-08-311-8/+79
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR libfortran/68987 (double free or corruption in _gfortran_st_write_done ...Jerry DeLisle2015-12-291-20/+0
* re PR libfortran/65234 (Output descriptor (*(1E15.7)) not accepted)Jerry DeLisle2015-04-211-2/+11
* re PR fortran/65089 (FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested w...Jerry DeLisle2015-04-151-17/+39
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR fortran/61632 (Improve error locus on large format strings)Jerry DeLisle2014-07-201-10/+12
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus2013-03-291-12/+6
* re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus2013-03-291-2/+10
* Use C99 bool instead of enum try.Janne Blomqvist2013-03-191-1/+0
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-3/+1
* Combined get_mem and internal_malloc_size.Janne Blomqvist2012-03-261-4/+5
* Let the compiler decide whether to inline.Janne Blomqvist2011-11-101-2/+2
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* Replace sprintf with snprintfJanne Blomqvist2011-04-161-4/+5
* re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descrip...Jerry DeLisle2010-08-071-30/+16
* Remove free_memJanne Blomqvist2010-05-071-5/+6
* transfer.c: Update copyright.Paul Thomas2010-04-011-1/+1
* format.c (parse_format_list): Add to ERROR, WARNING, SILENT enumerators NOTIF...Kai Tietz2010-03-121-2/+2
* re PR libfortran/42742 (Handle very large format strings correctly)Jerry DeLisle2010-02-071-5/+2
* format.c (parse_format): Set limit on size of format strings that will be cac...Jerry DeLisle2010-01-151-1/+6
* Split up io/io.hJanne Blomqvist2009-11-021-0/+1
* re PR libfortran/41683 (F2003 Repeat specification after P descriptor rejected)Jerry DeLisle2009-10-131-1/+2
* re PR fortran/38439 (I/O PD edit descriptor inconsistency)Jerry DeLisle2009-10-121-7/+4
* re PR fortran/38439 (I/O PD edit descriptor inconsistency)Jerry DeLisle2009-10-111-16/+10
* re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle2009-09-291-0/+40