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