145
|
1 2020-02-12 Sandra Loosemore <sandra@codesourcery.com>
|
111
|
2
|
145
|
3 PR libstdc++/79193
|
|
4 PR libstdc++/88999
|
111
|
5
|
131
|
6 * configure: Regenerated.
|
|
7
|
145
|
8 2020-01-24 Maciej W. Rozycki <macro@wdc.com>
|
111
|
9
|
145
|
10 * configure.ac: Handle `--with-toolexeclibdir='.
|
|
11 * Makefile.in: Regenerate.
|
|
12 * aclocal.m4: Regenerate.
|
111
|
13 * configure: Regenerate.
|
|
14
|
145
|
15 2020-01-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
131
|
16
|
145
|
17 PR libfortran/93234
|
|
18 * io/unit.c (set_internal_unit): Set round and sign flags
|
|
19 correctly.
|
131
|
20
|
145
|
21 2020-01-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
111
|
22
|
145
|
23 PR libfortran/90374
|
|
24 * io/format.c (parse_format_list): Zero width not allowed with
|
|
25 FMT_D.
|
|
26 * io/write_float.def (build_float_string): Include range of
|
|
27 higher exponent values that require wider width.
|
111
|
28
|
145
|
29 2020-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
111
|
30
|
145
|
31 PR libfortran/90374
|
|
32 * io/format.c (parse_format_list): Implement the E0 exponent
|
|
33 width to provide smallest possible width for exponent fields.
|
|
34 Refactor code for correct parsing and better readability of the
|
|
35 code.
|
|
36 * io/io.h (write_real_w0): Change interface to pass in pointer
|
|
37 to fnode.
|
|
38 * io/transfer.c: Update all calls to write_real_w0 to use the
|
|
39 new interface.
|
|
40 * io/write.c ((write_real_w0): Use the new interface with fnode
|
|
41 to access both the decimal precision and exponent widths used in
|
|
42 build_float_string.
|
|
43 * io/write_float.def (build_float_string): Use the passed in
|
|
44 exponent width to calculate the used width in the case of E0.
|
111
|
45
|
145
|
46 2020-01-01 Jakub Jelinek <jakub@redhat.com>
|
111
|
47
|
|
48 Update copyright years.
|
|
49
|
145
|
50 Copyright (C) 2020 Free Software Foundation, Inc.
|
111
|
51
|
|
52 Copying and distribution of this file, with or without modification,
|
|
53 are permitted in any medium without royalty provided the copyright
|
|
54 notice and this notice are preserved.
|