OSDN Git Service

a48b5d800686689d6130acde77d9f533a84009df
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2006-02-07  Rainer Emrich <r.emrich@de.tecosim.com>
2
3         * intrinsics/c99_functions.c: Work around incompatible
4         declarations of cabs{,f,l} on pre-C99 IRIX systems.
5                 
6 2005-02-06  Thomas Koenig  <Thomas.Koenig@online.de>
7
8         PR libfortran/23815
9         * runtime/environ.c (init_unformatted):  Add GFORTRAN_CONVERT_UNIT
10         environment variable.
11         (top level):  Add defines, type and static variables for
12         GFORTRAN_CONVERT_UNIT handling.
13         (search_unit):  New function.
14         (match_word): New function.
15         (match_integer): New function.
16         (next_token): New function.
17         (push_token): New function.
18         (mark_single): New function.
19         (mark_range): New funciton.
20         (do_parse): New function.
21         (init_unformatted): New function.
22         (get_unformatted_convert): New function.
23         * runtime/compile_options.c:  Add set_convert().
24         * libgfortran.h:  Add convert to compile_options_t.
25         * io/open.c (st_open): Call get_unformatted_convert to get
26         unit default; if CONVERT_NONE is returned, check for
27         the presence of a CONVERT specifier and use it.
28         As default, use compile_options.convert.
29         * io/io.h (top level): Add CONVERT_NONE to unit_convert, to signal
30         "nothing has been set".
31         (top level): Add prototype for get_unformatted_convert.
32
33 2006-02-06  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
34
35         PR libfortran/24685
36         * io/write.c (write_real): Widen the default format for real(10)
37         variables output.
38
39 2006-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
40
41         PR libgfortran/25835
42         * io/transfer.c (st_read_done): Flush buffers when read is done.
43
44 2006-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
45
46         PR libgfortran/25697
47         * io/transfer.c (us_read): Detect end of file condition from previous
48         operations and bail out (no need to pre-position).
49
50 2006-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
51
52         PR libgfortran/25631
53         * io/transfer.c (formatted_transfer_scalar): Adjust pending_spaces and
54         skips so that TL works correctly when no bytes_used yet.  
55
56 2006-01-16  Roger Sayle  <roger@eyesopen.com>
57
58         * configure.ac (CFLAGS): Update to include -std=gnu99 so that
59         the configure tests will be run with the same environment as
60         used to compile the libgfortran source code.
61         * configure: Regenerate.
62
63 2006-01-12  Roger Sayle  <roger@eyesopen.com>
64
65         * intrinsics/c99_functions.c: Add function prototypes to avoid
66         warnings from -Wstrict-prototypes -Wmissing-prototypes.  On Tru64
67         work around a brain-dead libm by redirecting calls to cabs{,f,l}
68         to a local __gfc_cabs{,f,l}.
69
70 2006-01-07  Janne Blomqvist  <jb@gcc.gnu.org>
71
72         * configure.ac: Remove check for sys/mman.h.
73         * configure: Regenerated.
74         * Makefile.in: Regenerated.
75         * config.h.in: Regenerated.
76         * aclocal.m4: Regenerated.
77         
78 2006-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
79
80         PR libgfortran/25598
81         * io/file_pos.c (unformatted_backspace): Assure the new file position
82         to seek is not less than zero.
83         (st_backspace): Set unit bytes_left to zero.
84         * io/transfer.c (next_record_r): Fix line lengths, no functional change.
85
86 2006-01-02  Paolo Bonzini  <bonzini@gnu.org>
87
88         PR target/25259
89         * configure.ac: Use GCC_HEADER_STDINT.
90         * libgfortran.h: Include gstdint.h.
91         * aclocal.m4: Regenerate.
92         * configure: Regenerate.
93
94 2006-01-01  Steven G. Kargl  <kargls@comcast.net>
95
96         * ChangeLog: Split into years ...
97         * ChangeLog-2002: here.
98         * ChangeLog-2003: here.
99         * ChangeLog-2004: here.
100         * ChangeLog-2005: here.