OSDN Git Service

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