OSDN Git Service

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