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