OSDN Git Service

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