re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <->...
[gcc.git] / libgfortran / ChangeLog
1 2011-01-16 Jakub Jelinek <jakub@redhat.com>
2
3 PR fortran/46625
4 * io/write_float.def (DTOAQ): Use quadmath_flt128tostr
5 instead of quadmath_dtoa.
6 * io/transfer128.c (tmp1, tmp2): New variables, bring in
7 strtoflt128 and quadmath_flt128tostr.
8 (transfer_real128, transfer_real128_write, transfer_complex128,
9 transfer_complex128_write): Remove tmp1/tmp2 variables.
10 * io/read.c (convert_real): Use strtoflt128 instead of
11 quadmath_strtopQ, adjust for the changed arguments and return
12 value.
13
14 2011-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
15
16 PR libgfortran/47296
17 * io/unix.c (unpack_filename): Return non-zero if the filename passed
18 in is NULL.
19
20 2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
21
22 PR libgfortran/47154
23 * io/list_read.c (namelist_read): Remove calls to hit_eof to avoid the
24 duplicate calls via next_record.
25
26 \f
27 Copyright (C) 2011 Free Software Foundation, Inc.
28
29 Copying and distribution of this file, with or without modification,
30 are permitted in any medium without royalty provided the copyright
31 notice and this notice are preserved.