OSDN Git Service

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