OSDN Git Service

05498343012eca5945e1768f39da0d5110f198ef
[pf3gnuchains/gcc-fork.git] / contrib / ChangeLog
1 Wed Oct  7 13:00:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2
3         * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
4
5 Mon Oct  5 14:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6
7         * warn_summary (subdirectoryFilter): New shell function to
8         optionally filter in/out gcc subdirectories when summarizing
9         warnings.  Add new flags to support subdirectory filtering.
10         
11         Also, ensure the bootstrap stage is a number.  Add some more C
12         keywords that are preserved in the "warning type" summary and
13         tighten up the "arg ???" regexp.
14
15 Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
16
17         * fixinc/inclhack.def:  Not all C++ comments in C headers
18         were treated alike.  They are now.  Also fixed syntax
19         of sed expression in "systypes" fix.
20
21         * fixinc/inclhack.def:  Removed SVR4.2-ism from shell invocation
22
23         * egcs_update:  Added fixinc/* generated files to touch list.
24
25 Wed Sep 16 16:06:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26
27         * egcs_update: Additionally touch gcc/java/parse.[ch].
28
29 Thu Sep  9 16:48 Bruce Korb <korb@datadesign.com>
30         
31         * fixinc/inclhack.def:  Added two files required by
32         SCO's Open Server 5's avoid_bool fix.
33         Regenerated fixinc.x and inclhack.sh to incorporate
34         the update.
35
36 Thu Sep  3 10:11:32 1998  Robert Lipe   <robertl@dgii.com>
37
38         * egcs_update: Do the pass 1 CVS update only for files that
39         may reasonably be under CVS control. 
40
41 1998-08-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
42
43         * test_installed: new script for testing already-installed
44         gcc/g++/g77
45
46 Wed Aug 12 19:59:36 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
47
48         * egcs_update: Assigned copyright to FSF.
49
50 Tue Aug 11 17:55:53 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
51                           Alexandre Oliva  <oliva@dcc.unicamp.br>
52
53         * egcs_update: New switch --nostdflags and documentation
54         enhancements.
55
56 Tue Aug 11 17:33:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
57
58         * egcs_update: New script.
59
60 1998-08-05  Bruce Korb <korbb@datadesign.com>
61
62         * fixinc/Makefile
63         Added define for target machine so machine-specific tests
64         can be selected for or against.
65
66         * fixinc/fixincl.c
67         Added an array of string pointers to machines to select
68         or avoid, depending on a FD_MACH_IFNOT bit flag.
69         Used a shell script to match the defined TARGET_MACHINE
70         with any of the given match patterns.
71
72         * fixinc/fixincl.tpl
73         Generate the array of strings and bit flag, as needed,
74         depending on "mach" and "not_machine" attributes for a fix.
75
76         * fixinc/mkfixinc.sh
77         Invoke the make with TARGET assigned the value of the
78         machine name argument.
79
80 Mon Jul 27 22:08:12 1998  Mike Stump  (mrs@wrs.com)
81
82         * compare_tests: New script.
83
84 1998-07-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
85
86         * test_summary: assigned copyright to FSF
87
88 Mon Jul 27 20:33:02 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
89
90         * test_summary: Corrected script name in comments providing
91         documentation.  Added linebreaks for lines with > 80 characters.
92
93 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
94
95         * test_summary: new switch (-i) and environment variable
96         (append_logs) for including files in the report.
97
98 1998-06-01  Manfred Hollstein  <manfred@s-direktnet.de>
99
100         * warn_summary: Update to Kaveh's latest version allowing to
101         specify the last stage built.
102
103 1998-05-29  Bruce Korb <korbb@datadesign.com>
104
105         * fixinc/mkfixinc.sh
106         Changes to make it easier to invoke on platforms that
107         normally do not invoke fixincludes.
108
109         * fixinc/inclhack.def
110         Applied fixes from egcs/gcc/fixincludes from the past several
111         months.
112
113 1998-05-28  Bruce Korb <korbb@datadesign.com>
114
115         * fixinc/*: Updated most everything for a first real
116         try at getting "fast_fixincludes" working.
117
118 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
119
120         * index-prop: New file.
121
122 Sat May 23 23:38:49 1998  Matthias Klose  <doko@cs.tu-berlin.de>
123
124         * test_summary: find good awk (copied from warn_summary).
125
126 Sat May 23 23:38:33 1998  Jeffrey A Law  (law@cygnus.com)
127
128         * test_summary, warn_summary: New files