]> gcc.gnu.org Git - gcc.git/blame - gcc/f/ChangeLog.egcs
Bring over from devo.
[gcc.git] / gcc / f / ChangeLog.egcs
CommitLineData
bac2a454
JL
1Mon Oct 6 14:15:03 1997 Jeffrey A Law (law@cygnus.com)
2
3 * Make-lang.in (f77.mostlyclean): Clean up stuff in the
4 object tree too.
5 (f77.clean, f77.distclean, f77.maintainer-clean): Likewise.
6
3c8f617e
PDM
7Wed Oct 1 01:45:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
8
9 * g77.c (pexecute, main): Use unlink, not remove.
10
2b67aa29
JL
11Mon Sep 29 10:37:07 1997 Jeffrey A Law (law@cygnus.com)
12
13 * intdoc.c (main): Remove unused attribute for main's arguments.
14
771c2d1b
JL
15Sun Sep 28 01:47:17 1997 Jeffrey A Law (law@cygnus.com)
16
17 * Make-lang.in (G77_FLAGS_TO_PASS): Pass down RANLIB, RANLIB_TEST
18 and AR instead of the _FOR_TARGET versions.
19
4fd10464
AO
20Tue Sep 23 00:39:57 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
21
22 * Make-lang.in: install.texi was renamed to g77install.texi
23 * install0.texi: Likewise.
24
b92f5cc0
JL
25Thu Sep 18 17:31:38 1997 Jeffrey A Law (law@cygnus.com)
26
a79177f5
JL
27 * proj.h (FFEPROJ_BSEARCH): Delete all references.
28 (FFEPROJ_STRTOUL): Likewise.
29 * proj.c (bsearch): Compile this if no bsearch is provided by the
30 host system.
31 (strtoul): Similarly.
32
4ac480d6
JL
33 * g77install.texi: Renamed from install.texi
34 * g77.texi: Corresponding changes.
35
feb5876a
JL
36 * fini.c (main): Return type is int.
37
b92f5cc0
JL
38 * com.c (lang_printable_name): Use verbosity argument.
39
d6420b5b
JL
40Thu Sep 18 16:08:40 1997 Jeffrey A Law (law@cygnus.com)
41
42 * Make-lang.in: Fix merge problems.
43
f0e6e324
JL
44Sun Sep 14 21:01:23 1997 Jeffrey A Law (law@cygnus.com)
45
46 * Make-lang.in: Various changes to build info files
47 in the object tree rather than the source tree.
48
49 * proj.h: Include ctype.h.
50
a9aaedc9
FF
51Sun Sep 14 12:35:20 1997 Fred Fish (fnf@ninemoons.com)
52
53 * proj.h (isascii): Provide a default definition if none is available.
54
3c5b8fa6
DL
55Thu Sep 11 19:26:10 1997 Dave Love <d.love@dl.ac.uk>
56
57 * config-lang.in: Remove the messages about possible build problems.
58
ac64120e
JW
59Wed Sep 10 16:39:47 1997 Jim Wilson <wilson@cygnus.com>
60
61 * Make-lang.in (LN, LN_S): New macros, use where appropriate.
62
233bd86d
JW
63Tue Sep 9 13:20:40 1997 Jim Wilson <wilson@cygnus.com>
64
65 * g77.c (pexecute, doit): Add checks for __CYGWIN32__.
66
795232f7
JL
67Wed Aug 27 20:32:03 1997 Jeffrey A Law (law@cygnus.com)
68
69 * top.c (ffe_decode_option): Turn on flag_move_all_moveables
70 and flag_reduce_all_givs.
71
10549cbd
JW
72Mon Aug 25 23:24:32 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
73
74 * Make-lang.in ($(srcdir)/f/runtime/configure,
75 $(srcdir)/f/runtime/libU77/configure, f77.mostlyclean,
76 f77.clean, f77.distclean, f77.maintainer-clean, f77.realclean):
77 Handle absolute pathname of $(srcdir).
78 (stmp-f2c.h): New.
79 (include/f2c.h, f/runtime/Makefile, f/runtime/libF77/Makefile,
80 f/runtime/libI77/Makefile, f/runtime/libU77/Makefile): Only
81 depend on stmp-f2c.h.
82 (f77.maintainer-clean): Don't make itself.
83
ebf92f1c
JW
84Sun Aug 24 17:00:27 1997 Jim Wilson <wilson@cygnus.com>
85
86 * Make-lang.in (f77.install-info): Don't cd into srcdir. Add srcdir
87 to filenames. Use sed to extract base filename for install.
88
7d11fb7f
JW
89Thu Aug 21 13:15:29 1997 Jim Wilson <wilson@cygnus.com>
90
91 * Make-lang.in (f77): Delete f77-runtime.
92 (f77.all.build, f77.all.cross, f77.rest.encap): Add f77-runtime.
93
177873a5
JW
94Wed Aug 20 16:36:59 1997 Jim Wilson <wilson@cygnus.com>
95
96 * intdoc.texi: Readd generated file.
97
c8857bab
JL
98Mon Aug 18 09:01:54 1997 Jeffrey A Law (law@cygnus.com)
99
100 * Makefile.in (F77_SRCS): Re-alphabetize.
101 * Make-lang.in (F77_OBJS): Likewise.
102
e56cc907
JL
103Sun Aug 17 08:35:11 1997 Jeffrey A Law (law@cygnus.com)
104
ff752ff6
JL
105 * INSTALL: Rebuilt.
106 * install.texi: Remove "Object File Differences" section. Remove
107 all references to zzz.o failing comparison tests.
108 * version.c, version.h: Renamed from zzz.c and zzz.h. Remove
109 date and time stamps so a 3 stage build reports no differences.
110 * Make-lang.in: Corresponding changes.
111 * Makefile.in: Likewise.
112 * g77.c, parse.c: Likewise.
113
e56cc907
JL
114 * intdoc.texi: Remove generated file from distribution.
115
8f87a563
JL
116Tue Aug 12 10:23:02 1997 Jeffrey A Law (law@cygnus.com)
117
8f87a563
JL
118 * config-lang.in: Don't demand the backend patch.
119 * com.c (lang_printable_name): Second argument is now an int. Don't
120 store into the value of the second argument.
121 * top.c (ffe_decode_option): Temporarily disable setting
122 of "Toon" loop options until we figure out how to address
123 them.
124
125Mon Aug 11 23:18:35 1997 Jeffrey A Law (law@cygnus.com)
126
127 * g77-0.5.21-19970811 Imported.
128 This file describes changes to the front end necessary to make
63d0810b 129 it work with egcs.
8f87a563 130
This page took 0.068189 seconds and 5 git commands to generate.