OSDN Git Service

* gfortran.texi (GFORTRAN_DEFAULT_RECL): Added units
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
1 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
2
3         * gfortran.texi (GFORTRAN_DEFAULT_RECL): Added units
4         to description.
5         (Extensions): Miscellaneous minor rewriting and copyediting.
6         (BOZ-literal constants): Renamed from Hexadecimal constants.
7         (Hollerith constants support): Added explanation and 
8         suggestions for standard-conforming modern equivalents.
9
10 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
11
12         * intrinsic.texi: Improvements to index entries; change
13         @findex entries to @cindex entries.
14         * invoke.texi: Standardize and improve index entries.
15         * gfortran.texi: Fix @code in one index entry.
16
17 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
18
19         * invoke.texi: Change @code-type macros to appropriate
20         variants (@command, @option, etc.)
21         * gfortran.texi: Same.
22
23 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
24
25         * intrinsic.texi: Various minor cleanups.
26
27 2007-01-02  Steven G. Kargl  <kargls@comcast.net>
28
29         * trans-intrinsic.c (gfc_conv_intrinsic_ibits): Fix call to
30         build_int_cst.
31
32 2007-01-02  Tobias Burnus  <burnus@net-b.de>
33
34         PR fortran/30276
35         * scanner.c (open_included_file): Support full-path filenames.
36
37 2007-01-02  Paul Thomas  <pault@gcc.gnu.org>
38
39         PR fortran/20896
40         * interface.c (check_sym_interfaces): Remove call to
41         resolve_global_procedure.
42         gfortran.h : Remove prototype for resolve_global_procedure.
43         resolve.c (resolve_global_procedure): Add static attribute
44         to function declaration.
45
46 2007-01-01  Steven G. Kargl  <kargls@comcast.net>
47
48         * ChangeLog: Copy to ...
49         * ChangeLog-2006: here.