OSDN Git Service

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