OSDN Git Service

PR libfortran/24685
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2006-02-06  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2
3         PR libfortran/24685
4         * io/write.c (write_real): Widen the default format for real(10)
5         variables output.
6
7 2006-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
8
9         PR libgfortran/25835
10         * io/transfer.c (st_read_done): Flush buffers when read is done.
11
12 2006-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
13
14         PR libgfortran/25697
15         * io/transfer.c (us_read): Detect end of file condition from previous
16         operations and bail out (no need to pre-position).
17
18 2006-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
19
20         PR libgfortran/25631
21         * io/transfer.c (formatted_transfer_scalar): Adjust pending_spaces and
22         skips so that TL works correctly when no bytes_used yet.  
23
24 2006-01-16  Roger Sayle  <roger@eyesopen.com>
25
26         * configure.ac (CFLAGS): Update to include -std=gnu99 so that
27         the configure tests will be run with the same environment as
28         used to compile the libgfortran source code.
29         * configure: Regenerate.
30
31 2006-01-12  Roger Sayle  <roger@eyesopen.com>
32
33         * intrinsics/c99_functions.c: Add function prototypes to avoid
34         warnings from -Wstrict-prototypes -Wmissing-prototypes.  On Tru64
35         work around a brain-dead libm by redirecting calls to cabs{,f,l}
36         to a local __gfc_cabs{,f,l}.
37
38 2006-01-07  Janne Blomqvist  <jb@gcc.gnu.org>
39
40         * configure.ac: Remove check for sys/mman.h.
41         * configure: Regenerated.
42         * Makefile.in: Regenerated.
43         * config.h.in: Regenerated.
44         * aclocal.m4: Regenerated.
45         
46 2006-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
47
48         PR libgfortran/25598
49         * io/file_pos.c (unformatted_backspace): Assure the new file position
50         to seek is not less than zero.
51         (st_backspace): Set unit bytes_left to zero.
52         * io/transfer.c (next_record_r): Fix line lengths, no functional change.
53
54 2006-01-02  Paolo Bonzini  <bonzini@gnu.org>
55
56         PR target/25259
57         * configure.ac: Use GCC_HEADER_STDINT.
58         * libgfortran.h: Include gstdint.h.
59         * aclocal.m4: Regenerate.
60         * configure: Regenerate.
61
62 2006-01-01  Steven G. Kargl  <kargls@comcast.net>
63
64         * ChangeLog: Split into years ...
65         * ChangeLog-2002: here.
66         * ChangeLog-2003: here.
67         * ChangeLog-2004: here.
68         * ChangeLog-2005: here.