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