]> git.ipfire.org Git - thirdparty/gcc.git/blame - contrib/ChangeLog
* rtti.c (build_dynamic_cast_1): Fix cut-and-paste error.
[thirdparty/gcc.git] / contrib / ChangeLog
CommitLineData
b9c7e30a 1Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
2
3 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
4 in the repo again.
5
b7c3a553 6Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
7
8 * egcs_update: Added gcc/fixinc/* generated files to touch list.
9
0795841f 10Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
11
12 * egcs_update: Remove gcc/java/parse.c from list of files to
13 touch.
14
d37e5c1e 15Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16
17 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
18
4d63ec41 19Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20
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.
28
a354607d 29Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
30
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.
34
35 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
36
37 * egcs_update: Added fixinc/* generated files to touch list.
38
24b45eda 39Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
40
41 * egcs_update: Additionally touch gcc/java/parse.[ch].
42
1666cb45 43Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
24b45eda 44
1666cb45 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.
49
3812ed27 50Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
51
52 * egcs_update: Do the pass 1 CVS update only for files that
53 may reasonably be under CVS control.
54
38af0326 551998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
56
57 * test_installed: new script for testing already-installed
58 gcc/g++/g77
59
384df7ea 60Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
61
62 * egcs_update: Assigned copyright to FSF.
63
83dbb020 64Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
65 Alexandre Oliva <oliva@dcc.unicamp.br>
66
67 * egcs_update: New switch --nostdflags and documentation
68 enhancements.
69
a2e539b0 70Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
71
72 * egcs_update: New script.
73
d09be903 741998-08-05 Bruce Korb <korbb@datadesign.com>
75
76 * fixinc/Makefile
77 Added define for target machine so machine-specific tests
78 can be selected for or against.
79
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.
85
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.
89
90 * fixinc/mkfixinc.sh
91 Invoke the make with TARGET assigned the value of the
92 machine name argument.
93
974daf94 94Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
95
96 * compare_tests: New script.
97
aa7a82bb 981998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
99
100 * test_summary: assigned copyright to FSF
101
72fd2597 102Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
103
104 * test_summary: Corrected script name in comments providing
105 documentation. Added linebreaks for lines with > 80 characters.
106
5771cabf 107Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
108
109 * test_summary: new switch (-i) and environment variable
110 (append_logs) for including files in the report.
111
9a8a89d7 1121998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
113
114 * warn_summary: Update to Kaveh's latest version allowing to
115 specify the last stage built.
116
b70df245 1171998-05-29 Bruce Korb <korbb@datadesign.com>
9a8a89d7 118
b70df245 119 * fixinc/mkfixinc.sh
120 Changes to make it easier to invoke on platforms that
121 normally do not invoke fixincludes.
122
123 * fixinc/inclhack.def
124 Applied fixes from egcs/gcc/fixincludes from the past several
125 months.
126
dab3b51e 1271998-05-28 Bruce Korb <korbb@datadesign.com>
9a8a89d7 128
dab3b51e 129 * fixinc/*: Updated most everything for a first real
130 try at getting "fast_fixincludes" working.
131
85ec80d3 1321998-05-28 Jason Merrill <jason@yorick.cygnus.com>
133
134 * index-prop: New file.
135
99701298 136Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
137
138 * test_summary: find good awk (copied from warn_summary).
139
140Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
141
142 * test_summary, warn_summary: New files