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