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