OSDN Git Service

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