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