OSDN Git Service

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