Use C99 bool instead of enum try.
[gcc.git] / libgfortran / ChangeLog
1 2013-03-19 Janne Blomqvist <jb@gcc.gnu.org>
2
3 * libgfortran.h: Include stdbool.h.
4 (enum try): Remove.
5 (notify_std): Change return type to bool.
6 * intrinsics/chmod.c: Don't include stdbool.h.
7 * intrinsics/execute_command_line.c: Likewise.
8 * io/format.c: Likewise.
9 * io/list_read.c (nml_parse_qualifier): Change return type to bool.
10 (nml_read_obj): Likewise.
11 (nml_get_obj_data): Likewise.
12 * io/transfer.c (read_block_form): Fix comment.
13 (write_buf): Change return type to bool.
14 * io/write.c: Don't include stdbool.h.
15 * io/write_float.def (output_float): Change return type to bool.
16 (output_float_FMT_G_ ## x): Change type of result variable.
17 * runtime/error.c (notify_std): Change return type to bool.
18
19 2013-03-11 Tobias Burnus <burnus@net-b.de>
20
21 * io/transfer.c (read_block_direct): Correct condition.
22 * intrinsics/execute_command_line.c (execute_command_line):
23 Remove dead code for the HAVE_FORK case.
24
25 2013-02-21 Janne Blomqvist <jb@gcc.gnu.org>
26
27 PR libfortran/30162
28 * io/open.c (test_endfile): Call stell only if size != 0.
29 * io/unix.c (raw_tell): Revert r194679.
30 (raw_size): Return size field only for regular files, otherwise 0.
31
32 2013-02-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
33
34 PR target/56347
35 * acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_POWF): Remove check for
36 broken powf.
37 * configure.ac (LIBGFOR_CHECK_FOR_BROKEN_POWF): Likewise.
38 * intrinsics/c99_functions.c: Likewise.
39 * configure: Rebuilt.
40 * config.h.in: Rebuilt.
41
42 2013-02-06 Janus Weil <janus@gcc.gnu.org>
43
44 PR fortran/55978
45 * runtime/in_pack_generic.c (internal_pack): Return if base_addr is
46 NULL.
47
48 2013-01-23 Janne Blomqvist <jb@gcc.gnu.org>
49
50 * io/file_pos.c (unformatted_backspace): Use __builtin_bswapXX
51 instead of reverse_memcpy.
52 * io/io.h (reverse_memcpy): Remove prototype.
53 * io/transfer.c (reverse_memcpy): Make static, move towards
54 beginning of file.
55 (bswap_array): New function.
56 (unformatted_read): Use bswap_array to byte swap the data
57 in-place.
58 (unformatted_write): Use a larger temp buffer and bswap_array.
59 (us_read): Use __builtin_bswapXX instead of reverse_memcpy.
60 (write_us_marker): Likewise.
61
62 2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
63
64 Update copyright years.
65
66 2013-01-06 Tobias Burnus <burnus@net-b.de>
67
68 PR fortran/54678
69 * intrinsics/env.c (get_environment_variable_i8): Don't use
70 uninitialized variable.
71
72 2013-01-02 Jerry DeLisle <jvdelisle@gcc.gnu.org>
73
74 PR libfortran/55818
75 * io/list_read.c (read_real): Do not call hit_eof when EOF can be
76 treated as a value separator.
77 (parse_real): Likewise.
78 (read_logical): Likewise.
79 (read_character): Likewise.
80 (read_complex): Likewise.
81 \f
82 Copyright (C) 2013 Free Software Foundation, Inc.
83
84 Copying and distribution of this file, with or without modification,
85 are permitted in any medium without royalty provided the copyright
86 notice and this notice are preserved.