source: trunk/third/gcc/contrib/ChangeLog @ 14548

Revision 14548, 7.6 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r14547, which included commits to RCS files with non-trunk default branches.
Line 
1Sun Oct 24 23:54:10 PDT 1999 Jeff Law  (law@cygnus.com)
2
3        * gcc-2.95.2 Released.
4
5Mon Aug 16 01:29:24 PDT 1999 Jeff Law  (law@cygnus.com)
6
7        * gcc-2.95.1 Released.
8
9Wed Jul 28 21:39:31 PDT 1999 Jeff Law  (law@cygnus.com)
10
11        * gcc-2.95 Released.
12
13Sun Jul 25 23:40:51 PDT 1999 Jeff Law  (law@cygnus.com)
14
15        * gcc-2.95 Released.
16
171999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
18       
19        * test_summary: Replace egcs with gcc.  Update e-mail address.
20
211999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
22
23        * test_summary: Set default mail-address and version for egcs
24        instead of relying on unpredictable pathnames.
25        Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
26
271999-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
33Fri Apr  2 16:09:02 1999  Jeffrey A Law  (law@cygnus.com)
34
35        * fixinc/*: Delete obsolete files.
36
371999-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
421999-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
471999-01-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
48
49        * egcs_update: Do not use xargs, but a backquote construct.
50
511999-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
561998-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
57
58        * egcs_update: Only touch files that already exist.
59
601998-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
651998-11-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
66
67        * test_summary (address): Set to egcs-testresults mailing list.
68
691998-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
741998-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
79Sat 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
103Sat 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
107Fri 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
112Fri Oct 16 07:35:00 1998  Bruce Korb <korb@datadesign.com>
113
114        * egcs_update:  Added gcc/fixinc/* generated files to touch list.
115
116Tue 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
121Wed 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
125Mon 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
135Tue 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
145Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
146
147        * egcs_update: Additionally touch gcc/java/parse.[ch].
148
149Thu 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
156Thu 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
1611998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
162
163        * test_installed: New script for testing already-installed
164        gcc/g++/g77.
165
166Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
167
168        * egcs_update: Assigned copyright to FSF.
169
170Tue 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
176Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
177
178        * egcs_update: New script.
179
1801998-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
200Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
201
202        * compare_tests: New script.
203
2041998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
205
206        * test_summary: Assigned copyright to FSF.
207
208Mon 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
213Fri 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
2181998-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
2231998-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
2331998-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
2381998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
239
240        * index-prop: New file.
241
242Sat 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
246Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
247
248        * test_summary, warn_summary: New files
Note: See TracBrowser for help on using the repository browser.