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