]> gcc.gnu.org Git - gcc.git/blob - libgfortran/ChangeLog
Daily bump.
[gcc.git] / libgfortran / ChangeLog
1 2024-02-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2
3 PR libfortran/111022
4 * io/format.c (get_fnode): Update initialization of fnode.
5 (parse_format_list): Initialization.
6 * io/format.h (struct fnode): Added the new 'pushed' component.
7 * io/write.c (select_buffer): Whitespace.
8 (write_real): Whitespace.
9 (write_real_w0): Adjust logic for the d == 0 condition.
10 * io/write_float.def (determine_precision): Whitespace.
11 (build_float_string): Calculate width of ..E0 exponents and
12 adjust logic accordingly.
13 (build_infnan_string): Whitespace.
14 (CALCULATE_EXP): Whitespace.
15 (quadmath_snprintf): Whitespace.
16 (determine_en_precision): Whitespace.
17
18 2024-01-15 Lipeng Zhu <lipeng.zhu@intel.com>
19
20 * io/io.h (dec_waiting_unlocked): Use
21 __gthread_rwlock_wrlock/__gthread_rwlock_unlock or
22 __gthread_mutex_lock/__gthread_mutex_unlock functions
23 to replace WRLOCK and RWUNLOCK macros.
24
25 2024-01-07 Jerry DeLisle <jvdelisle@gcc.gnu.org>
26
27 * io/write.c (namelist_write): If internal_unit precede with space.
28
29 \f
30 Copyright (C) 2024 Free Software Foundation, Inc.
31
32 Copying and distribution of this file, with or without modification,
33 are permitted in any medium without royalty provided the copyright
34 notice and this notice are preserved.
This page took 0.036631 seconds and 5 git commands to generate.