OSDN Git Service

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