]> gcc.gnu.org Git - gcc.git/blame - contrib/ChangeLog
gcc_build: Output information about the commands used to configure the compiler.
[gcc.git] / contrib / ChangeLog
CommitLineData
72e0bae5
MM
12001-06-11 Mark Mitchell <mark@codesourcery.com>
2
3 * gcc_build: Output information about the commands used to
4 configure the compiler.
5
47c2a318
JM
62001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
7
8 * gennews: Update for GCC 3.0.
9
aff5d053
JM
102001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
11
12 * gcc_update: Update for move of documentation to gcc/doc.
13
26d8af06
RO
142001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15
16 * contrib/test_summary (files): Sort before evaluating.
17
6cf735a7
GP
182001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19
20 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
21
47816305
MM
222001-05-21 Mark Mitchell <mark@codesourcery.com>
23
24 * gcc_build: Use -d when invoking gcc_update.
25
f3e16a47
AJ
262001-05-18 Andreas Jaeger <aj@suse.de>
27
28 * gcc_update: Add rules for libf2c/libI77.
29
e8dc2763
AO
302001-05-17 Alexandre Oliva <aoliva@redhat.com>
31
32 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
33
af22667e
LR
342001-05-14 Loren J. Rittle <ljrittle@acm.org>
35
36 * gcc_update (touch_files): Enhance make portability.
37
e8b073c1
AO
382001-05-14 Alexandre Oliva <aoliva@redhat.com>
39
40 * gcc_update (touch_files): Use a Makefile to touch files.
41
6e26f4aa
JM
422001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
43
44 * texi2pod.pl: Add copyright and GPL notices.
45
445c435a
JM
462001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
47
48 * texi2pod.pl: Handle "\,".
49
3f896fc2
JM
502001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
51
52 * texi2pod.pl: Fix regular expression for @r to avoid exponential
53 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
54 version check.
55
c2b31703
KG
562001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
57
58 * warn_summary (stageNfilter): Update for recent changes in
59 bootstrap logic.
60
150d3c00
JM
612001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
62
63 * texi2pod.pl: Require at least perl 5.6.0.
64
4bc1997b
JM
652001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
66
67 * gcc_update: Add gcc/gcc.1 to generated files.
68 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
69 discarding to end of sentence with @xref where the sentence has an
70 interior "." in markup, and handle discarding parentheses around
71 such a sentence.
72
d2796d4e
BS
732001-01-11 Bernd Schmidt <bernds@redhat.com>
74
75 * gennews: Add gcc-2.95.3.
76
2642624b
JM
772001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
78
79 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
80 @command. Format URLs and email addresses in bold.
81
fd939e46
JM
822001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
83
6bfa3dac
JM
84 * gcc_update: Add cpp.1 to the list of generated files.
85
fd939e46
JM
86 * texi2pod.pl: Handle @option and @env.
87
79424a4f
MS
882001-01-03 Mike Stump <mrs@wrs.com>
89
90 * snapshot: Update to account for java libraries.
91
5da01bc1
JO
922000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
93
94 * test_summary: Export filesuffix, not fileprefix.
95
2d6fd5fd
JM
962000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
97
98 * release: Change some EGCS references to GCC.
99
c097fab6
KG
1002000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
101
102 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
103 subdirectory flags. Add source directory prefix filtering.
104 Redirect diagnostic output to stderr.
105
f4e8dec6
ZW
1062000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
107
108 * texi2pod.pl: If multiple @c man sections with the same tag
109 appear, concatenate them in the final output. When skipping,
110 ignore block commands that can't cause skipping, and honor
111 those that can. Ensure that verbatim blocks are separate
112 paragraphs.
113
beb039fe
JM
1142000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
115
116 * gcc_update: Don't touch tradcif.c or java/parse.h.
117
b75d998f
ZW
1182000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
119
120 * texi2pod.pl: Restructure for comprehensibility, add
121 comments. Merge handling of @ignore and @ifxxx. Handle a
122 whole bunch more Texinfo commands. Use consistent formatting
123 style.
124
c4f0b011
JM
1252000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
126
127 * gennews: New script.
128
d9ddcc6a
GP
1292000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
130
131 * gcc_update: Update a comment as we now require bison for CVS users.
132
c01a508e
JM
1332000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
134
135 * gcc_update: Add gcov.1 to the list of generated files.
136
c132c0e3
MM
1372000-11-21 Mark Mitchell <mark@codesourcery.com>
138
139 * gcc_build: Remove code to put information in a log file.
140
3d6f4d76
ZW
1412000-11-19 Zack Weinberg <zackw@stanford.edu>
142
143 * texi2pod.pl:
144 - Add real command line parsing.
145 - Support @ifset, @ifclear, @set, @value, -D switch.
146 - Support @sc. Improve handling of @ref and friends.
147 - Discard @subsection, @need, @node lines.
148 - Un-nest font changes to match texinfo semantics.
149 - Handle @{ and @}. Oops.
150 - Don't emit E<> directives inside verbatim blocks.
151
f6820157
BK
1522000-11-12 Bruce Korb <bkorb@gnu.org>
153
154 * release: generalize the release script a bit.
155
8a3d997e
MM
156Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
157
158 * gcc_build: Add -o option for setting the objdir to use.
159
1e8ba2a3
JL
1602000-11-11 Jeff Law <law@redhat.com>,
161
162 * release: New file.
163
09ff8283
JL
1642000-11-08 Jeff Law <law@redhat.com>,
165 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
166
167 * snapshot: New file.
168
37ac3c7f
JO
1692000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
170
171 * gcc_build (bootstrap_gcc): New function.
172 (configure_gcc): Likewise.
173 (build_gcc): Rewritten to use configure and bootstrap.
174 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
175
9f56c004
MM
1762000-10-31 Mark Mitchell <mark@codesourcery.com>
177
178 * gcc_build (MAKE): New variable.
179 (build_gcc): Use it. Fix logging of errors.
180 (install_gcc): Likewise.
181
d3d6410d
MM
1822000-10-29 Mark Mitchell <mark@codesourcery.com>
183
184 * gcc_build: Save the output from CVS into the logfile as well.
185
59c341cb
MM
1862000-10-25 Mark Mitchell <mark@codesourcery.com>
187
188 * gcc_build: Fix typos.
189
f4d48ea9
JM
1902000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
191
192 * gperf-2.7-19981006.pat: Remove.
193
6f298a0a
JM
1942000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
195
196 * test_installed: Change EGCS references to refer to GCC.
197
2d89ce6a
GP
1982000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
199
200 * gcc_update (touch_files): Add some informative output.
f3e16a47 201
12acf3a9
AJ
2022000-09-16 Andreas Jaeger <aj@suse.de>
203
204 * gcc_update: Remove gcc/c-parse.gperf.
205
41343a8f
GP
2062000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
207 Alexandre Oliva <aoliva@redhat.com>
208
209 * gcc_update: Execute touch_files_reexec even if `cvs update`
210 failed.
211
e50d2932
AO
2122000-08-09 Alexandre Oliva <aoliva@redhat.com>
213
214 * test_summary: AWK breaks with filenames containing `='.
215
b9faa6b6
MM
216Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
217
218 * gcc_build: New script.
219
1735b35f
MM
2202000-07-13 Mark Mitchell <mark@codesourcery.com>
221
222 * gcc_update (files_and_dependencies): Remove generated YACC files.
223
792abd35
MM
2242000-07-12 Mark Mitchell <mark@codesourcery.com>
225
226 * gcc_update (files_and_dependencies): Remove generated YACC files.
227
84d6d72f
MM
2282000-06-04 Mark Mitchell <mark@codesourcery.com>
229
230 * newcvsroot: Handle filenames that contain spaces.
231
dd5330e8
ZW
2322000-06-03 Zack Weinberg <zack@wolery.cumb.org>
233
234 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
235 Elide --with-gcc-version-trigger and --norecursion from
236 configure flags. Remove code to report status of haifa scheduler.
237
fda73e41
AO
2382000-05-18 Alexandre Oliva <aoliva@cygnus.com>
239
240 * gcc_update (self): Set to `$0'.
241 (touch_files_reexec): Use `$self' instead of `$0'.
fda73e41 242
25a9b3e5
AO
2432000-05-12 Alexandre Oliva <aoliva@cygnus.com>
244
245 * gcc_update (touch_files_reexec): New function, run after the
246 tree is modified.
247
bdcabcd4
RH
2482000-05-08 Richard Hendeson <rth@cygnus.com>
249
250 * gcc_update: Remove references to inclhack.tpl.
251
62014cb3
JM
2522000-04-28 Jason Merrill <jason@casey.cygnus.com>
253
254 * index-prop: Use a single pattern. Also support *** cdiffs.
255
2562000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
257
258 * index-prop: Don't change /dev/null.
259
b9550bfb
GP
2602000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
261
262 * gcc_update: Refer to GCC and gcc_update instead of egcs and
12acf3a9 263 egcs_update.
b9550bfb 264
db6a1df0
JL
2652000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
266
b9550bfb 267 * index-prop: Fix occasional problem when using cvs diff -p.
db6a1df0 268
86702e31
ZW
2692000-04-18 Zack Weinberg <zack@wolery.cumb.org>
270
271 * gcc_update: Remove references to cexp.c/cexp.y.
272
05e1739f
GP
2731999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
274
275 * newcvsroot: Add check on the number of command-line arguments.
276 Add usage.
277
5c96cc3b
WB
278Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
279
280 * gcc_update: Allow patches compressed by bzip2.
281
ba33cb50
ML
282