1 2011-01-29 Kai Tietz <kai.tietz@onevision.com>
3 * intrinsics/ctime.c (ctime_r): Improve implementation.
5 2011-01-27 Janne Blomqvist <jb@gcc.gnu.org>
8 * config.h.in: Regenerated.
9 * configure: Regenerated.
10 * configure.ac: Add check for ctime_r().
11 * intrinsics/ctime.c (ctime_r): Fallback implementation.
12 (fdate): Use ctime_r() instead of ctime().
13 (fdate_sub): Likewise.
15 (ctime_sub): Likewise.
17 2011-01-27 Janne Blomqvist <jb@gcc.gnu.org>
20 * config.h.in: Regenerated.
21 * configure: Regenerated.
22 * configure.ac: Add check for ttyname_r.
23 * io/unix.h: Add TTY_NAME_MAX, change stream_ttyname prototype.
24 * io/unix.c (stream_ttyname): Use ttyname_r if available, conform
26 * io/inquire.c (inquire_via_unit): Use changed stream_ttyname.
27 * io/intrinsics.c (ttynam_sub): Likewise.
30 2011-01-27 Janne Blomqvist <jb@gcc.gnu.org>
33 * configure.ac: Call AC_USE_SYSTEM_EXTENSIONS to enable common
35 * config.h.in: Regenerate.
36 * configure: Regenerate.
38 2011-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
41 * io/write_float.def (output_float): Return SUCCESS or FAILURE and use
42 the result to set the padding.
44 2011-01-26 Kai Tietz <kai.tietz@onevision.com>
46 * intrinsics/getlog.c (getlog): Fix label/statement issue.
48 2011-01-25 Janne Blomqvist <jb@gcc.gnu.org>
51 * config.h.in: Regenerated.
52 * configure: Regenerated.
53 * configure.ac: Add check for getpwuid_r.
54 * intrinsics/getlog.c (getlog): Use getpwuid_r() if available.
56 2011-01-22 Janne Blomqvist <jb@gcc.gnu.org>
59 * config.h.in: Regenerated.
60 * configure: Regenerated.
61 * configure.ac: Check presence of strerror_r.
62 * intrinsics/gerror.c (gerror): Use gf_strerror, modify logic.
63 * io/unix.c (get_oserror): Remove.
64 * libgfortran.h (gf_strerror): Add prototype.
65 (get_oserror): Remove prototype.
66 * runtime/error.c (gf_strerror): New function.
67 (os_error): Use gf_strerror instead of get_oserror.
68 (generate_errror): Likewise.
70 2011-01-17 Janne Blomqvist <jb@gcc.gnu.org>
73 * io/unix.c (tempfile): Set opp->file and opp->file_len also if an
76 2011-01-16 Jakub Jelinek <jakub@redhat.com>
79 * io/write_float.def (DTOAQ): Use quadmath_flt128tostr
80 instead of quadmath_dtoa.
81 * io/transfer128.c (tmp1, tmp2): New variables, bring in
82 strtoflt128 and quadmath_flt128tostr.
83 (transfer_real128, transfer_real128_write, transfer_complex128,
84 transfer_complex128_write): Remove tmp1/tmp2 variables.
85 * io/read.c (convert_real): Use strtoflt128 instead of
86 quadmath_strtopQ, adjust for the changed arguments and return
89 2011-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
92 * io/unix.c (unpack_filename): Return non-zero if the filename passed
95 2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
98 * io/list_read.c (namelist_read): Remove calls to hit_eof to avoid the
99 duplicate calls via next_record.
102 Copyright (C) 2011 Free Software Foundation, Inc.
104 Copying and distribution of this file, with or without modification,
105 are permitted in any medium without royalty provided the copyright
106 notice and this notice are preserved.