]> gcc.gnu.org Git - gcc.git/blame - contrib/ChangeLog
New script to replace CVS/Root and CVS/Repository
[gcc.git] / contrib / ChangeLog
CommitLineData
697f6b2f
CB
11999-09-11 Craig Burley <craig@jcb-sc.com>
2
3 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
4
ecdea017
GP
51999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6
7 * gcc_update: New file.
8 * egcs_update: Renamed to gcc_update.
9
83694b61
RL
101999-08-09 Robert Lipe <robertlipe@usa.net>
11
12 * test_summary: Quote curly braces in 1999-07-03 change.
13
1a618a5a
AO
141999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
15
16 * egcs_update (files_and_dependencies): Fixed typo in
17 gcc/cstamp-h.in. Added gcc/config.in.
18
94b82f2b
AO
191999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
20
21 * egcs_update (files_and_dependencies): New function, with
22 complete list of files to be updated, as well as their
23 dependencies.
24 (touch_files): Check the timestamp of each generated file against
25 its dependencies'.
26 (main): New flags --touch, --list and --help. Remove the
27 pre-update step.
28
bc8735ed
AO
291999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
30
31 * test_summary: Replace egcs with gcc. Update e-mail address.
32
9d59f307
GP
331999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
34 Jerry Quinn <jquinn@nortelnetworks.com>
35
36 * egcs_update (touch_files, apply_patch): New functions.
37 Use them. New command-line option --patch. Split test of local
38 tree into two parts. Add comments.
39
069550be
AO
401999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
41
42 * test_summary: If Target is `unix{*}', append the Target variants
43 to Host.
44
6f482ae3
AO
451999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
46
47 * test_summary: Set default mail-address and version for egcs
48 instead of relying on unpredictable pathnames.
49 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
50
2fa6b2d2
JL
51Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
52
53 * fixinc/*: Delete obsolete files.
54
7a19950e
RL
551999-02-04 Robert Lipe <robertlipe@usa.net>
56
57 * egcs_update: Test return values of 'cvs update'. Propogate
58 to caller as exit values.
59
bdf32ae5
GP
601999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
61
62 * egcs_update: Use "if" instead of "&&". Touch generated files
63 only after the corresponding *.y files.
64
3243be28
GP
651999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
66
67 * egcs_update: Do not use xargs, but a backquote construct.
68
692c4bf5
AO
691999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
70
ceff9b14
AO
71 * test_summary (version): Remove carriage return that gawk inserts
72 in the version string for some reason.
692c4bf5 73
5eff2ed5
GP
741998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
75
76 * egcs_update: Only touch files that already exist.
77
cae94af8
AO
781998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
79
ceff9b14 80 * test_summary (EOF): Remove double backslash.
cae94af8
AO
81 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
82
ddf469cc
AO
831998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
84
ceff9b14 85 * test_summary (address): Set to egcs-testresults mailing list.
ddf469cc 86
aa4d18c9
AO
871998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
88
ceff9b14
AO
89 * test_summary (address): Added Marc Lehmann's testsuite-results
90 to the default e-mail address.
aa4d18c9 91
0a955618
AO
921998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
93
ceff9b14
AO
94 * test_summary (-p, prepend_logs): Add these before the summary.
95 (Compiler, Platform): Print these just before configflags.
0a955618 96
0d4f7920
KG
97Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
98
99 * warn_summary (longLineFilter): New shell function to encapsulate
100 this functionality. It is off by default, only active if -llf
101 flag is specified.
102 (subdirectoryFilter): Fix bug in filtering which made some
103 subdirectory warnings erroneously appear in the toplevel set.
104 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
105 warnings from stage1 as well as stage0, which means warnings from
106 outside the bootstrap directory. Eg, the libraries, etc.
107 (warningFilter): New shell function to encapsulate this
108 functionality.
109 (keywordFilter): New shell function to encapsulate this
110 functionality.
111
112 Store data in a temp file rather than calculating it 3x. Arrange
113 to remove it on exit and signals.
114
115 Add -pass/-wpass flags to do "pass through" (i.e. manual
116 inspection) of bootstrap output from a particular stageN as well
117 as language subdirs.
118
119 Add better comments/documentation.
120
415634f6
GP
121Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
122
123 * egcs_update: Add comment about keeping the FAQ synchronized.
124
0999b4b8
JL
125Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
126
127 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
128 in the repo again.
129
318b0430
BK
130Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
131
132 * egcs_update: Added gcc/fixinc/* generated files to touch list.
133
788169db
JL
134Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
135
136 * egcs_update: Remove gcc/java/parse.c from list of files to
137 touch.
138
8173d477
KG
139Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
140
141 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
142
a3225b7a
KG
143Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
144
145 * warn_summary (subdirectoryFilter): New shell function to
146 optionally filter in/out gcc subdirectories when summarizing
147 warnings. Add new flags to support subdirectory filtering.
148
149 Also, ensure the bootstrap stage is a number. Add some more C
150 keywords that are preserved in the "warning type" summary and
151 tighten up the "arg ???" regexp.
152
3b0e5534
BK
153Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
154
155 * fixinc/inclhack.def: Not all C++ comments in C headers
156 were treated alike. They are now. Also fixed syntax
157 of sed expression in "systypes" fix.
158
159 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
160
161 * egcs_update: Added fixinc/* generated files to touch list.
162
f06e7a27
KG
163Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
164
165 * egcs_update: Additionally touch gcc/java/parse.[ch].
166
430c3d7b 167Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
f06e7a27 168
430c3d7b
BK
169 * fixinc/inclhack.def: Added two files required by
170 SCO's Open Server 5's avoid_bool fix.
171 Regenerated fixinc.x and inclhack.sh to incorporate
172 the update.
173
aecb0339
RL
174Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
175
176 * egcs_update: Do the pass 1 CVS update only for files that
177 may reasonably be under CVS control.
178
49e921be
AO
1791998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
180
ceff9b14
AO
181 * test_installed: New script for testing already-installed
182 gcc/g++/g77.
49e921be 183
23a05d03
GP
184Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
185
186 * egcs_update: Assigned copyright to FSF.
187
9b14b81c
GP
188Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
189 Alexandre Oliva <oliva@dcc.unicamp.br>
190
191 * egcs_update: New switch --nostdflags and documentation
192 enhancements.
193
f717c7e4
GP
194Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
195
196 * egcs_update: New script.
197
7c3b5ba5
BK
1981998-08-05 Bruce Korb <korbb@datadesign.com>
199
200 * fixinc/Makefile
201 Added define for target machine so machine-specific tests
202 can be selected for or against.
203
204 * fixinc/fixincl.c
205 Added an array of string pointers to machines to select
206 or avoid, depending on a FD_MACH_IFNOT bit flag.
207 Used a shell script to match the defined TARGET_MACHINE
208 with any of the given match patterns.
209
210 * fixinc/fixincl.tpl
211 Generate the array of strings and bit flag, as needed,
212 depending on "mach" and "not_machine" attributes for a fix.
213
214 * fixinc/mkfixinc.sh
215 Invoke the make with TARGET assigned the value of the
216 machine name argument.
217
31e9c6ed
MS
218Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
219
220 * compare_tests: New script.
221
91fa313b
AO
2221998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
223
ceff9b14 224 * test_summary: Assigned copyright to FSF.
91fa313b 225
18aca902
GP
226Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
227
228 * test_summary: Corrected script name in comments providing
229 documentation. Added linebreaks for lines with > 80 characters.
230
3e5fb7a9
AO
231Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
232
ceff9b14
AO
233 * test_summary: New switch, -i, and environment variable,
234 append_logs, for including files in the report.
3e5fb7a9 235
91af92df
MH
2361998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
237
238 * warn_summary: Update to Kaveh's latest version allowing to
239 specify the last stage built.
240
a681b39b 2411998-05-29 Bruce Korb <korbb@datadesign.com>
91af92df 242
a681b39b
BK
243 * fixinc/mkfixinc.sh
244 Changes to make it easier to invoke on platforms that
245 normally do not invoke fixincludes.
246
247 * fixinc/inclhack.def
248 Applied fixes from egcs/gcc/fixincludes from the past several
249 months.
250
8a5b8e20 2511998-05-28 Bruce Korb <korbb@datadesign.com>
91af92df 252
8a5b8e20
BK
253 * fixinc/*: Updated most everything for a first real
254 try at getting "fast_fixincludes" working.
255
be3a14bb
JM
2561998-05-28 Jason Merrill <jason@yorick.cygnus.com>
257
258 * index-prop: New file.
259
269df0f8
JL
260Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
261
262 * test_summary: find good awk (copied from warn_summary).
263
264Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
265
266 * test_summary, warn_summary: New files
This page took 0.120537 seconds and 5 git commands to generate.