1 2011-01-17 Janne Blomqvist <jb@gcc.gnu.org>
4 * io/unix.c (tempfile): Set opp->file and opp->file_len also if an
7 2011-01-16 Jakub Jelinek <jakub@redhat.com>
10 * io/write_float.def (DTOAQ): Use quadmath_flt128tostr
11 instead of quadmath_dtoa.
12 * io/transfer128.c (tmp1, tmp2): New variables, bring in
13 strtoflt128 and quadmath_flt128tostr.
14 (transfer_real128, transfer_real128_write, transfer_complex128,
15 transfer_complex128_write): Remove tmp1/tmp2 variables.
16 * io/read.c (convert_real): Use strtoflt128 instead of
17 quadmath_strtopQ, adjust for the changed arguments and return
20 2011-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
23 * io/unix.c (unpack_filename): Return non-zero if the filename passed
26 2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
29 * io/list_read.c (namelist_read): Remove calls to hit_eof to avoid the
30 duplicate calls via next_record.
33 Copyright (C) 2011 Free Software Foundation, Inc.
35 Copying and distribution of this file, with or without modification,
36 are permitted in any medium without royalty provided the copyright
37 notice and this notice are preserved.