gcc/libgfortran/io
Jerry DeLisle 2b70275ee1 PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.
PR libfortran/90274
        * io/format.c (parse_format_list): Implement the E0 exponent
        width to provide smallest possible width for exponent fields.
        Refactor code for correct parsing and better readability of the
        code.
        * io/io.h (write_real_w0): Change interface to pass in pointer
        to fnode.
        * io/transfer.c: Update all calls to write_real_w0 to use the
        new interface.
        * io/write.c ((write_real_w0): Use the new interface with fnode
        to access both the decimal precision and exponent widths used in
        build_float_string.
        * io/write_float.def (build_float_string): Use the passed in
        exponent width to calculate the used width in the case of E0.

From-SVN: r279828
2020-01-02 00:57:31 +00:00
..
async.c Update copyright years. 2020-01-01 12:51:42 +01:00
async.h Update copyright years. 2020-01-01 12:51:42 +01:00
close.c Update copyright years. 2020-01-01 12:51:42 +01:00
fbuf.c Update copyright years. 2020-01-01 12:51:42 +01:00
fbuf.h Update copyright years. 2020-01-01 12:51:42 +01:00
file_pos.c Update copyright years. 2020-01-01 12:51:42 +01:00
format.c PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. 2020-01-02 00:57:31 +00:00
format.h Update copyright years. 2020-01-01 12:51:42 +01:00
inquire.c Update copyright years. 2020-01-01 12:51:42 +01:00
intrinsics.c Update copyright years. 2020-01-01 12:51:42 +01:00
io.h PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. 2020-01-02 00:57:31 +00:00
list_read.c Update copyright years. 2020-01-01 12:51:42 +01:00
lock.c Update copyright years. 2020-01-01 12:51:42 +01:00
open.c Update copyright years. 2020-01-01 12:51:42 +01:00
read.c Update copyright years. 2020-01-01 12:51:42 +01:00
size_from_kind.c Update copyright years. 2020-01-01 12:51:42 +01:00
transfer.c PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. 2020-01-02 00:57:31 +00:00
transfer128.c Update copyright years. 2020-01-01 12:51:42 +01:00
unit.c Update copyright years. 2020-01-01 12:51:42 +01:00
unix.c Update copyright years. 2020-01-01 12:51:42 +01:00
unix.h Update copyright years. 2020-01-01 12:51:42 +01:00
write.c PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. 2020-01-02 00:57:31 +00:00
write_float.def PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. 2020-01-02 00:57:31 +00:00