OSDN Git Service

* inclhack.def (hpux_htonl): New fix.
[pf3gnuchains/gcc-fork.git] / fixincludes / ChangeLog
1 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
2
3         * inclhack.def (hpux_htonl): New fix.
4         * tests/base/netinet/in.h: New test.
5         * fixincl.x: Regenerate.
6
7 2005-02-23  James E Wilson  <wilson@specifixinc.com>
8
9         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
10
11 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
12
13         PR 18458
14         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
15         fixincl.
16
17 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
18
19         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
20         * aclocal.m4: Include ../config/gcc-version.m4.
21         * configure: Regenerate.
22
23 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
24
25         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
26         (stdio_va_list): Likewise.
27         (stdio_stdarg.h): Likewise.
28         (solaris_stdio_tag): Add bypass.
29         * fixincl.x: Regenerated.
30
31 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
32
33         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
34         built fixincl program.
35         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
36         up csh from user.
37
38 2004-11-20  Roger Sayle  <roger@eyesopen.com>
39
40         * inclhack.def (alpha_pthread_init): Fix technical problems with
41         the last check-in caused by CVS variable substitution.
42         * fixincl.x: Likewise.
43         * tests/base/pthread.h: Likewise.
44
45 2004-11-20  Roger Sayle  <roger@eyesopen.com>
46             Bruce Korb  <bkorb@gnu.org>
47
48         * inclhack.def (alpha_pthread_init): New fix.
49         * fixincl.x: Regenerate.
50         * tests/base/pthread.h: Update for new test.
51
52 2004-11-15  Bruce Korb  <bkorb@gnu.org>
53
54         * fixincl.c(fix_with_system): correct misuse of variables and
55         incorrect application of "sizeof()".
56
57 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
58
59         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
60         svr4__p, undefine_null): Remove.
61         * fixincl.x: Regenerate.
62         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
63         * tests/base/sys/param.h: Remove.
64         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
65         tests/base/sys/limits.h: Update.
66
67 2004-11-12  Mike Stump  <mrs@apple.com>
68
69         * Makefile.in (html): Add html generation support.
70
71 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
72
73         * inclhack.def (sco_math): Bypass on __GNUG__.
74         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
75         * fixincl.x: Regenerate.
76
77 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
78
79         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
80         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
81         _CLASSIC_ANSI_TYPES.
82         (sun_auth_proto): Bypass on __cplusplus.
83         * fixincl.x: Regenerate.
84
85 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
86
87         * Makefile.in (mostlyclean): Add fixinc.sh.
88         (clean): Add mkheaders.
89         (distclean): New.
90         (dvi): New.
91         (info): New.
92         (installcheck): New.
93
94 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
95
96         * Makefile.in (mostlyclean, distclean): New targets.
97
98 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
99
100         * configure.ac: Add code to determine noncanonical_target,
101         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
102         * configure: Regenerate.
103         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
104         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
105         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
106         update for changes to fixinc.in.
107         * Makefile.in: Add many new macros.
108         (install): New target.
109         (mkheaders): New target.
110         (fixinc.sh): New target.
111         (all): Add mkheaders and fixinc.sh.
112         * README-fixinc: Move here from gcc/.
113
114 2004-11-01  Mike Stump  <mrs@apple.com>
115
116         * inclhack.def (stdio_va_list): Break out clients from here...
117         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
118         included or ifdef va_start.
119         * fixincl.x: Regenerate.
120
121 2004-10-28  Mike Stump  <mrs@apple.com>
122
123         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
124         systems.
125         * fixincl.x: Regenerate.
126
127 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
128
129         * inclhack.def (darwin_gcc4_breakage): New.
130         * fixincl.x: Regenerate.
131
132 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
133
134         PR bootstrap/17832
135
136         * fixfixes.c (main): Check for _PC_NAME_MAX.
137
138 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
139
140         PR other/17991
141
142         * configure.ac: Fix typo.
143         * configure: Regenerate.
144         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
145
146 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
147
148         PR bootstrap/17832
149
150         * fixincl.c (SIGCHLD): Remove definition.
151         (initialize): Remove SIGIOT and SIGPIPE checks.
152         (create_file): Fix mkdir() for Win32.
153         (internal_fix): Use dup2() instead of fcntl().
154
155         * fixlib.h (SIGQUIT): Define if undefined.
156         (SIGIOT): Same.
157         (SIGPIPE): Same.
158         (SIGALRM): Same.
159         (SIGKILL): Same.
160
161         * procopen.c (chain_open): Use dup2() instead of fcntl().
162
163 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
164
165         PR other/17991
166
167         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
168         Update copyright year.
169         * fixfixes.c (main): Call initialize_opts from fixopts.c.
170         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
171         do not include code for parsing options (environment vars).
172         (fix_with_system): Use a search path for applyfix, so that you
173         can run the test suite with two-process fixincludes.
174         * fixopts.c: New file.
175         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
176         to config.h.  Default to --enable-twoprocess for MinGW32.
177         * config.h.in: Regenerate.
178         * configure: Regenerate.
179
180 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
181
182         * tests/base/sys/cdefs.h: Update from test area.
183
184 2004-09-17  Roger Sayle  <roger@eyesopen.com>
185
186         * inclhack.def (linux_ia64_ucontext): New fix.
187         * fixincl.x: Regenerate.
188         * tests/base/sys/ucontext.h: New file.
189
190 2004-09-15  Roger Sayle  <roger@eyesopen.com>
191
192         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
193         * tests/base/stdlib.h: Likewise.
194
195 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
196
197         * inclhack.def (freebsd_gcc4_breakage): Add.
198         * fixincl.x: Regenerate.
199         * tests/base/sys/cdefs.h: Update for new test.
200
201 2004-09-10  Adam Nemet  <anemet@lnxw.com>
202
203         * inclhack.def (lynx_void_int): Remove.
204         (lynxos_fcntl_proto): Remove.
205         (lynxos_no_warning_in_sys_time_h): New fix.
206         (lynxos_missing_putenv): New fix.
207         * fixincl.x: Regenerate.
208         * tests/base/fcntl.h: Remove.
209         * tests/base/sys/time.h: Update from test area.
210         * tests/base/curses.h: Likewise.
211         * tests/base/stdlib.h: Likewise.
212
213 2004-09-03  Jan Beulich  <jbeulich@novell.com>
214
215         * inclhack.def: Suppress exception_structure and math_exception
216         for NetWare headers.
217         * fixincl.x: Regenerate.
218
219 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
220
221         * .cvsignore: New.
222         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
223         autoconfiscated.
224         * configure.ac: New.
225         * config.h.in: Generate.
226         * configure: Generate.
227         * aclocal.m4: New.
228         * fixlib.h: Remove inclusions of gcc files.
229         * system.h: New.
230
231         Other files copied from gcc/fixinc.