PR 47375 getlog thread safety
[gcc.git] / libgfortran / ChangeLog
1 2011-01-25 Janne Blomqvist <jb@gcc.gnu.org>
2
3 PR libfortran/47375
4 * config.h.in: Regenerated.
5 * configure: Regenerated.
6 * configure.ac: Add check for getpwuid_r.
7 * intrinsics/getlog.c (getlog): Use getpwuid_r() if available.
8
9 2011-01-22 Janne Blomqvist <jb@gcc.gnu.org>
10
11 PR libfortran/46267
12 * config.h.in: Regenerated.
13 * configure: Regenerated.
14 * configure.ac: Check presence of strerror_r.
15 * intrinsics/gerror.c (gerror): Use gf_strerror, modify logic.
16 * io/unix.c (get_oserror): Remove.
17 * libgfortran.h (gf_strerror): Add prototype.
18 (get_oserror): Remove prototype.
19 * runtime/error.c (gf_strerror): New function.
20 (os_error): Use gf_strerror instead of get_oserror.
21 (generate_errror): Likewise.
22
23 2011-01-17 Janne Blomqvist <jb@gcc.gnu.org>
24
25 PR libfortran/47296
26 * io/unix.c (tempfile): Set opp->file and opp->file_len also if an
27 error occurs.
28
29 2011-01-16 Jakub Jelinek <jakub@redhat.com>
30
31 PR fortran/46625
32 * io/write_float.def (DTOAQ): Use quadmath_flt128tostr
33 instead of quadmath_dtoa.
34 * io/transfer128.c (tmp1, tmp2): New variables, bring in
35 strtoflt128 and quadmath_flt128tostr.
36 (transfer_real128, transfer_real128_write, transfer_complex128,
37 transfer_complex128_write): Remove tmp1/tmp2 variables.
38 * io/read.c (convert_real): Use strtoflt128 instead of
39 quadmath_strtopQ, adjust for the changed arguments and return
40 value.
41
42 2011-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
43
44 PR libgfortran/47296
45 * io/unix.c (unpack_filename): Return non-zero if the filename passed
46 in is NULL.
47
48 2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
49
50 PR libgfortran/47154
51 * io/list_read.c (namelist_read): Remove calls to hit_eof to avoid the
52 duplicate calls via next_record.
53
54 \f
55 Copyright (C) 2011 Free Software Foundation, Inc.
56
57 Copying and distribution of this file, with or without modification,
58 are permitted in any medium without royalty provided the copyright
59 notice and this notice are preserved.