OSDN Git Service

fortran/
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
1 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
2
3         PR 30235
4         * interface.c (compare_actual_formal): check for
5         alternate returns when iterating over non-present
6         arguments.
7
8 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
9
10         * invoke.texi: Update manpage copyright to include 2007.
11
12 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
13
14         * gfortran.texi: Update copyright to include 2007.
15         * intrinsic.texi: Update copyright to include 2007.
16         * invoke.texi: Update copyright to include 2007.
17
18 2007-01-02  Tobias Burnus  <burnus@net-b.de>
19             Jakub Jelinek  <jakub@redhat.com>
20
21         PR fortran/30276
22         * scanner.c (open_included_file): Revert patch.
23           (gfc_open_included_file): Support absolute pathnames.
24           (gfc_open_intrinsic_module): Support absolute pathnames.
25
26 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
27
28         * gfortran.texi (GNU Fortran and GCC): Rewrite
29
30 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
31
32         * gfortran.texi (Introduction): Lower "Part I:
33         Introduction" to a chapter, renumber Parts II and III to
34         Parts I and II.
35         * intrinsic.texi (Introduction): Rename to "Introduction
36         to Intrinsics" to avoid conflict with the new chapter.
37
38 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
39
40         * intrinsic.texi (Introduction): Rewrite first paragraph.
41
42 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
43
44         * invoke.texi (OpenMP): Added index entry.
45         * gfortran.texi (title page): Removed erroneous '*'.
46
47 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
48
49         * gfortran.texi (GFORTRAN_DEFAULT_RECL): Added units
50         to description.
51         (Extensions): Miscellaneous minor rewriting and copyediting.
52         (BOZ-literal constants): Renamed from Hexadecimal constants.
53         (Hollerith constants support): Added explanation and 
54         suggestions for standard-conforming modern equivalents.
55
56 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
57
58         * intrinsic.texi: Improvements to index entries; change
59         @findex entries to @cindex entries.
60         * invoke.texi: Standardize and improve index entries.
61         * gfortran.texi: Fix @code in one index entry.
62
63 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
64
65         * invoke.texi: Change @code-type macros to appropriate
66         variants (@command, @option, etc.)
67         * gfortran.texi: Same.
68
69 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
70
71         * intrinsic.texi: Various minor cleanups.
72
73 2007-01-02  Steven G. Kargl  <kargls@comcast.net>
74
75         * trans-intrinsic.c (gfc_conv_intrinsic_ibits): Fix call to
76         build_int_cst.
77
78 2007-01-02  Tobias Burnus  <burnus@net-b.de>
79
80         PR fortran/30276
81         * scanner.c (open_included_file): Support full-path filenames.
82
83 2007-01-02  Paul Thomas  <pault@gcc.gnu.org>
84
85         PR fortran/20896
86         * interface.c (check_sym_interfaces): Remove call to
87         resolve_global_procedure.
88         gfortran.h : Remove prototype for resolve_global_procedure.
89         resolve.c (resolve_global_procedure): Add static attribute
90         to function declaration.
91
92 2007-01-01  Steven G. Kargl  <kargls@comcast.net>
93
94         * ChangeLog: Copy to ...
95         * ChangeLog-2006: here.