* gcc.target/ia64/20010423-1.c, gcc.target/ia64/20020313-1.c,
[official-gcc.git] / fixincludes / ChangeLog
blobeb739434b33d383b790b92da53298d42129924d3
1 2005-11-13  Andreas Jaeger  <aj@suse.de>
3         * check.tpl: Handle CVS additionally.
5 2005-11-05  Andreas Jaeger  <aj@suse.de>
7         * check.tpl: Adopt for move to subversion.
9 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
11         PR c++/23139
12         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
13         fixes.
14         * fixincl.x: Regenerate.
15         * tests/base/bits/huge_val.h: New file.
17 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
19         * All files: Update with new FSF address.
21 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23         * Makefile.in (WARN_CFLAGS): New.
24         (.c.o): Add $(WARN_CFLAGS).
25         * aclocal.m4: Include ../config/warnings.m4.
26         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
27         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
28         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
29         * fixopts.c (initialize_opts): Fix old-style definintion.
31         * configure: Regenerate.
33 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
35         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
36         (AAB_darwin7_9_long_double_funcs_2): New.
37         * fixincl.x: Regenerate.
39 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41         PR libfortran/15266
42         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
43         Use double quotes in select so \t matches tabs.
44         Add IRIX testcase.
45         * fixincl.x: Regenerate.
46         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
48 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
50         PR target/21683
51         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
53 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
54             Joseph S. Myers  <joseph@codesourcery.com>
56         PR target/19933
57         PR target/21315
58         * inclhack.def: New fixes solaris_math_[1-9].
59         * fixincl.x: Regenerate.
60         * tests/base/iso/math_c99.h: New.
62 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
64         * aclocal.m4: Remove superfluous reference to accross.m4.
66 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
68         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
69         * server.c (load_data): Likewise.
70         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
71         * fixincl.c: #include <sys/wait.h>
72         (run_compiles): Use XCNEWVEC instead of xcalloc.
73         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
74         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
76 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
78         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
79         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
80         * fixincl.x: Regenerate.
82 2005-05-06  Bruce Korb  <bkorb@gnu.org>
83         Joseph S. Myers <joseph@codesourcery.com>
85         * fixinc/inclhack.def: Correct backslashes
86         * fixinc/fixincl.x: regen
88 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
90         * system.h (fopen, fdopen, freopen): Define these to the unlocked
91         libiberty functions.
93 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
95         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
96         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
97         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
98         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
99         _unlocked function.
100         (fwrite_unlocked): Fix prototype.
102         * configure, config.h.in: Regenerate.
104 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
106         * Makefile.in: Set gcc_version directly, not via substitution.
107         (libsubdir): Use $(gcc_version), not $(version).
108         (mkheaders.almost): New rule.
109         (mkheaders): Generate from mkheaders.almost.
110         (clean): Also delete mkheaders.almost.
111         * aclocal.m4: Do not include ../config/gcc-version.m4.
112         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
113         mkheaders.almost from mkheaders.in.
114         * configure: Regenerate.
116 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
118         PR target/20166
119         * inclhack.def: Add fix for array of incomplete structures
120         in function prototype in pthread.h.
121         * fixincl.x: Regenerate.
122         * tests/base/pthread.h: Adjust.
124 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
126         * inclhack.def (hpux_htonl): New fix.
127         * tests/base/netinet/in.h: New test.
128         * fixincl.x: Regenerate.
130 2005-02-23  James E Wilson  <wilson@specifixinc.com>
132         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
134 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
136         PR 18458
137         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
138         fixincl.
140 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
142         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
143         * aclocal.m4: Include ../config/gcc-version.m4.
144         * configure: Regenerate.
146 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
148         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
149         (stdio_va_list): Likewise.
150         (stdio_stdarg.h): Likewise.
151         (solaris_stdio_tag): Add bypass.
152         * fixincl.x: Regenerated.
154 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
156         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
157         built fixincl program.
158         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
159         up csh from user.
161 2004-11-20  Roger Sayle  <roger@eyesopen.com>
163         * inclhack.def (alpha_pthread_init): Fix technical problems with
164         the last check-in caused by CVS variable substitution.
165         * fixincl.x: Likewise.
166         * tests/base/pthread.h: Likewise.
168 2004-11-20  Roger Sayle  <roger@eyesopen.com>
169             Bruce Korb  <bkorb@gnu.org>
171         * inclhack.def (alpha_pthread_init): New fix.
172         * fixincl.x: Regenerate.
173         * tests/base/pthread.h: Update for new test.
175 2004-11-15  Bruce Korb  <bkorb@gnu.org>
177         * fixincl.c(fix_with_system): correct misuse of variables and
178         incorrect application of "sizeof()".
180 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
182         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
183         svr4__p, undefine_null): Remove.
184         * fixincl.x: Regenerate.
185         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
186         * tests/base/sys/param.h: Remove.
187         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
188         tests/base/sys/limits.h: Update.
190 2004-11-12  Mike Stump  <mrs@apple.com>
192         * Makefile.in (html): Add html generation support.
194 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
196         * inclhack.def (sco_math): Bypass on __GNUG__.
197         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
198         * fixincl.x: Regenerate.
200 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
202         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
203         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
204         _CLASSIC_ANSI_TYPES.
205         (sun_auth_proto): Bypass on __cplusplus.
206         * fixincl.x: Regenerate.
208 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
210         * Makefile.in (mostlyclean): Add fixinc.sh.
211         (clean): Add mkheaders.
212         (distclean): New.
213         (dvi): New.
214         (info): New.
215         (installcheck): New.
217 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
219         * Makefile.in (mostlyclean, distclean): New targets.
221 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
223         * configure.ac: Add code to determine noncanonical_target,
224         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
225         * configure: Regenerate.
226         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
227         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
228         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
229         update for changes to fixinc.in.
230         * Makefile.in: Add many new macros.
231         (install): New target.
232         (mkheaders): New target.
233         (fixinc.sh): New target.
234         (all): Add mkheaders and fixinc.sh.
235         * README-fixinc: Move here from gcc/.
237 2004-11-01  Mike Stump  <mrs@apple.com>
239         * inclhack.def (stdio_va_list): Break out clients from here...
240         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
241         included or ifdef va_start.
242         * fixincl.x: Regenerate.
244 2004-10-28  Mike Stump  <mrs@apple.com>
246         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
247         systems.
248         * fixincl.x: Regenerate.
250 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
252         * inclhack.def (darwin_gcc4_breakage): New.
253         * fixincl.x: Regenerate.
255 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
257         PR bootstrap/17832
259         * fixfixes.c (main): Check for _PC_NAME_MAX.
261 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
263         PR other/17991
265         * configure.ac: Fix typo.
266         * configure: Regenerate.
267         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
269 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
271         PR bootstrap/17832
273         * fixincl.c (SIGCHLD): Remove definition.
274         (initialize): Remove SIGIOT and SIGPIPE checks.
275         (create_file): Fix mkdir() for Win32.
276         (internal_fix): Use dup2() instead of fcntl().
278         * fixlib.h (SIGQUIT): Define if undefined.
279         (SIGIOT): Same.
280         (SIGPIPE): Same.
281         (SIGALRM): Same.
282         (SIGKILL): Same.
284         * procopen.c (chain_open): Use dup2() instead of fcntl().
286 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
288         PR other/17991
290         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
291         Update copyright year.
292         * fixfixes.c (main): Call initialize_opts from fixopts.c.
293         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
294         do not include code for parsing options (environment vars).
295         (fix_with_system): Use a search path for applyfix, so that you
296         can run the test suite with two-process fixincludes.
297         * fixopts.c: New file.
298         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
299         to config.h.  Default to --enable-twoprocess for MinGW32.
300         * config.h.in: Regenerate.
301         * configure: Regenerate.
303 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
305         * tests/base/sys/cdefs.h: Update from test area.
307 2004-09-17  Roger Sayle  <roger@eyesopen.com>
309         * inclhack.def (linux_ia64_ucontext): New fix.
310         * fixincl.x: Regenerate.
311         * tests/base/sys/ucontext.h: New file.
313 2004-09-15  Roger Sayle  <roger@eyesopen.com>
315         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
316         * tests/base/stdlib.h: Likewise.
318 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
320         * inclhack.def (freebsd_gcc4_breakage): Add.
321         * fixincl.x: Regenerate.
322         * tests/base/sys/cdefs.h: Update for new test.
324 2004-09-10  Adam Nemet  <anemet@lnxw.com>
326         * inclhack.def (lynx_void_int): Remove.
327         (lynxos_fcntl_proto): Remove.
328         (lynxos_no_warning_in_sys_time_h): New fix.
329         (lynxos_missing_putenv): New fix.
330         * fixincl.x: Regenerate.
331         * tests/base/fcntl.h: Remove.
332         * tests/base/sys/time.h: Update from test area.
333         * tests/base/curses.h: Likewise.
334         * tests/base/stdlib.h: Likewise.
336 2004-09-03  Jan Beulich  <jbeulich@novell.com>
338         * inclhack.def: Suppress exception_structure and math_exception
339         for NetWare headers.
340         * fixincl.x: Regenerate.
342 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
344         * .cvsignore: New.
345         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
346         autoconfiscated.
347         * configure.ac: New.
348         * config.h.in: Generate.
349         * configure: Generate.
350         * aclocal.m4: New.
351         * fixlib.h: Remove inclusions of gcc files.
352         * system.h: New.
354         Other files copied from gcc/fixinc.