summaryrefslogtreecommitdiff
path: root/libgfortran/io/write_float.def
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle2016-09-061-0/+7
* re PR libfortran/48852 (Invalid spaces in list-directed output of complex con...Jerry DeLisle2016-06-231-428/+208
* [multiple changes]Dominique d'Humieres2016-03-301-7/+19
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR fortran/50201 (gfortran with -static causes seg fault at runtime for wr...Juoko Orava2015-12-051-2/+2
* write_float.def (output_float): Move block determining room for leading zero ...Jerry DeLisle2015-11-221-10/+10
* re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Francois-Xavier Coudert2015-08-241-31/+4
* re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle2015-02-111-2/+2
* re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle2015-02-101-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist2014-11-131-1/+9
* re PR fortran/60128 (Wrong ouput using en edit descriptor)Dominique d'Humieres2014-03-081-22/+31
* write_float.def (output_float): Remove inadvertent test code from previous pa...Jerry DeLisle2014-01-211-2/+2
* re PR libfortran/59771 (Cleanup handling of Gw.0 and Gw.0Ee format)Jerry DeLisle2014-01-191-9/+13
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Tobias Burnus2013-06-031-4/+32
* Use C99 bool instead of enum try.Janne Blomqvist2013-03-191-10/+10
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-2/+1
* PR fortran/55539 Fix regression in -fno-sign-zero.Janne Blomqvist2012-12-261-3/+6
* PR libfortran/52608 Move the removal of initial zeros.Janne Blomqvist2012-03-171-6/+7
* Remove commented out debug printf:sJanne Blomqvist2012-03-151-5/+0
* re PR libfortran/52434 (Insufficient number of digits in floating point forma...Janne Blomqvist2012-03-151-113/+312
* Let the compiler decide whether to inline.Janne Blomqvist2011-11-101-1/+1
* re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle2011-05-051-12/+18
* re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle2011-05-011-19/+21
* re PR libfortran/48488 (Wrong default format for real numbers)Jerry DeLisle2011-04-291-43/+19
* re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle2011-04-201-2/+4
* re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle2011-04-181-5/+24
* Replace sprintf with snprintfJanne Blomqvist2011-04-161-22/+1
* re PR libfortran/48589 (Invalid G0/G0.d editing for NaN/infinity)Jerry DeLisle2011-04-151-2/+2
* re PR libfortran/48047 (Incorrect output rounding of double precision numbers)Jerry DeLisle2011-03-121-1/+1
* re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2011-03-011-14/+18
* re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2011-02-241-19/+0
* re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2011-02-191-1/+1
* re PR fortran/47642 (real(kind=16) - libquadmath - segfault on amd64 FreeBSD)Jakub Jelinek2011-02-141-2/+4
* re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2011-02-051-7/+7
* re PR libfortran/47434 (Wrong field width for NaN with (F0.n) formatting)Jerry DeLisle2011-01-291-14/+32
* re PR libfortran/47285 (G format outputs wrong number of characters when deci...Jerry DeLisle2011-01-271-15/+22
* re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 ...Jakub Jelinek2011-01-161-1/+1
* re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert2010-11-161-1/+10
* acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove.Francois-Xavier Coudert2010-09-091-1/+1
* re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test)Jerry DeLisle2010-07-191-15/+31
* re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle2010-07-131-49/+192
* Remove free_memJanne Blomqvist2010-05-071-2/+2
* * io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.Rainer Orth2010-02-241-2/+2
* re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle2009-10-061-10/+9
* re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle2009-09-291-14/+69
* re PR libfortran/37754 (READ I/O Performance regression from 4.3 to 4.4/4.5)Jerry DeLisle2009-05-201-5/+4