OSDN Git Service

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