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