summaryrefslogtreecommitdiff
path: root/libgfortran/io/write_float.def
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-02-03libgfortran: EN0.0E0 and ES0.0E0 format editing.Jerry DeLisle
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek
2022-01-11libgfortran: -mabi=ieeelongdouble I/O fixJakub Jelinek
2022-01-11fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-07-24PR 93567, G edit descriptor uses E instead of F editing in rounding mode UP.Dominique d'Humieres
2020-07-24PR 93592 - Invalid UP/DOWN rounding with EN descriptor.Dominique d'Humieres
2020-01-17PR90374 Zero width format specifiers.Jerry DeLisle
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-28re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist
2019-03-25re PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test)John David Anglin
2019-01-01Update copyright years.Jakub Jelinek
2018-06-10re PR libfortran/86070 (gfortran.dg/fmt_zero_digits.f90 segmentation fault st...Jerry DeLisle
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-09-06re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle
2016-06-23re PR libfortran/48852 (Invalid spaces in list-directed output of complex con...Jerry DeLisle
2016-03-30[multiple changes]Dominique d'Humieres
2016-01-04Update copyright years.Jakub Jelinek
2015-12-05re PR fortran/50201 (gfortran with -static causes seg fault at runtime for wr...Juoko Orava
2015-11-22write_float.def (output_float): Move block determining room for leading zero ...Jerry DeLisle
2015-08-24re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Francois-Xavier Coudert
2015-02-11re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle
2015-02-10re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle
2015-01-05Update copyright years.Jakub Jelinek
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist
2014-03-08re PR fortran/60128 (Wrong ouput using en edit descriptor)Dominique d'Humieres
2014-01-21write_float.def (output_float): Remove inadvertent test code from previous pa...Jerry DeLisle
2014-01-19re PR libfortran/59771 (Cleanup handling of Gw.0 and Gw.0Ee format)Jerry DeLisle
2014-01-02Update copyright years in libgfortran/Richard Sandiford
2013-06-03re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Tobias Burnus
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist
2013-01-14Update copyright years in libgfortran.Richard Sandiford
2012-12-26PR fortran/55539 Fix regression in -fno-sign-zero.Janne Blomqvist
2012-03-17PR libfortran/52608 Move the removal of initial zeros.Janne Blomqvist
2012-03-15Remove commented out debug printf:sJanne Blomqvist
2012-03-15re PR libfortran/52434 (Insufficient number of digits in floating point forma...Janne Blomqvist
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist
2011-05-05re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle
2011-05-01re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle
2011-04-29re PR libfortran/48488 (Wrong default format for real numbers)Jerry DeLisle
2011-04-20re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle
2011-04-18re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle
2011-04-16Replace sprintf with snprintfJanne Blomqvist