aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/write_float.def
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-24re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle1-19/+0
2011-02-19re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle1-1/+1
2011-02-14re PR fortran/47642 (real(kind=16) - libquadmath - segfault on amd64 FreeBSD)Jakub Jelinek1-2/+4
2011-02-05re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle1-7/+7
2011-01-29re PR libfortran/47434 (Wrong field width for NaN with (F0.n) formatting)Jerry DeLisle1-14/+32
2011-01-27re PR libfortran/47285 (G format outputs wrong number of characters when deci...Jerry DeLisle1-15/+22
2011-01-16re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 ...Jakub Jelinek1-1/+1
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-1/+10
2010-09-09acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove.Francois-Xavier Coudert1-1/+1
2010-07-19re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test)Jerry DeLisle1-15/+31
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle1-49/+192
2010-05-07Remove free_memJanne Blomqvist1-2/+2
2010-02-24* io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.Rainer Orth1-2/+2
2009-10-06re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle1-10/+9
2009-09-29re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle1-14/+69
2009-05-20re PR libfortran/37754 (READ I/O Performance regression from 4.3 to 4.4/4.5)Jerry DeLisle1-5/+4
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10