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