Add more checking of headers.
[official-gcc.git] / libgfortran / ChangeLog
blob1a42a8449a9375d04c49ee18b35c207f3424c346
1 2013-02-06  Janus Weil  <janus@gcc.gnu.org>
3         PR fortran/55978
4         * runtime/in_pack_generic.c (internal_pack): Return if base_addr is
5         NULL.
7 2013-01-23  Janne Blomqvist  <jb@gcc.gnu.org>
9         * io/file_pos.c (unformatted_backspace): Use __builtin_bswapXX
10         instead of reverse_memcpy.
11         * io/io.h (reverse_memcpy): Remove prototype.
12         * io/transfer.c (reverse_memcpy): Make static, move towards
13         beginning of file.
14         (bswap_array): New function.
15         (unformatted_read): Use bswap_array to byte swap the data
16         in-place.
17         (unformatted_write): Use a larger temp buffer and bswap_array.
18         (us_read): Use __builtin_bswapXX instead of reverse_memcpy.
19         (write_us_marker): Likewise.
21 2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
23         Update copyright years.
25 2013-01-06  Tobias Burnus  <burnus@net-b.de>
27         PR fortran/54678
28         * intrinsics/env.c (get_environment_variable_i8): Don't use
29         uninitialized variable.
31 2013-01-02  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
33         PR libfortran/55818
34         * io/list_read.c (read_real): Do not call hit_eof when EOF can be
35         treated as a value separator.
36         (parse_real): Likewise.
37         (read_logical): Likewise.
38         (read_character): Likewise.
39         (read_complex): Likewise.
41 Copyright (C) 2013 Free Software Foundation, Inc.
43 Copying and distribution of this file, with or without modification,
44 are permitted in any medium without royalty provided the copyright
45 notice and this notice are preserved.