OSDN Git Service

* intrinsics/c99_functions.c: Add function prototypes to avoid
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2006-01-12  Roger Sayle  <roger@eyesopen.com>
2
3         * intrinsics/c99_functions.c: Add function prototypes to avoid
4         warnings from -Wstrict-prototypes -Wmissing-prototypes.  On Tru64
5         work around a brain-dead libm by redirecting calls to cabs{,f,l}
6         to a local __gfc_cabs{,f,l}.
7
8 2006-01-07  Janne Blomqvist  <jb@gcc.gnu.org>
9
10         * configure.ac: Remove check for sys/mman.h.
11         * configure: Regenerated.
12         * Makefile.in: Regenerated.
13         * config.h.in: Regenerated.
14         * aclocal.m4: Regenerated.
15         
16 2006-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
17
18         PR libgfortran/25598
19         * io/file_pos.c (unformatted_backspace): Assure the new file position
20         to seek is not less than zero.
21         (st_backspace): Set unit bytes_left to zero.
22         * io/transfer.c (next_record_r): Fix line lengths, no functional change.
23         a null value (default). Revert patch of 25419 on 2005-12-28.  
24
25 2006-01-02  Paolo Bonzini  <bonzini@gnu.org>
26
27         PR target/25259
28         * configure.ac: Use GCC_HEADER_STDINT.
29         * libgfortran.h: Include gstdint.h.
30         * aclocal.m4: Regenerate.
31         * configure: Regenerate.
32
33 2006-01-01  Steven G. Kargl  <kargls@comcast.net>
34
35         * ChangeLog: Split into years ...
36         * ChangeLog-2002: here.
37         * ChangeLog-2003: here.
38         * ChangeLog-2004: here.
39         * ChangeLog-2005: here.