2008-05-20 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / fixincludes / ChangeLog
blob3f7e9918163f7f310a6a13a15787c2cfcd7d56ec
1 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
3         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on
4         posix_types_64.
5         * fixincl.x: Regenerate.
7 2008-04-25  Kai Tietz  <kai.tietz@onvision.com>
9         * fixincl.c (fix_with_system): Cast pointer difference to long.
10         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
12 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
14         PR bootstrap/35457
15         * Makefile.in: Rewrite aclocal.m4 rule.
16         * aclocal.m4: Regenerate.
17         * configure: Regenerate.
19 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
21         PR c++/20366
22         * inclhack.def (AAB_aix_stdio): Hack stdio.h for -D_LARGE_FILES.
23         * fixincl.x: Regenerate.
24         * tests/base/stdio.h: Add test.
26 2008-02-25  Ben Elliston  <bje@au.ibm.com>
28         PR other/32948
29         * fixincl.c (fix_applies): Remove unused variable `name_len'.
31 2008-02-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
33         * inclhack.def (solaris_math_10): New.
34         * tests/base/iso/math_c99.h: Update.
36         * fixincl.x: Regenerate.
38 2008-02-04  Ismail Dönmez  <ismail@pardus.org.tr>
40         * inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
41         freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,
42         netbsd_c99_inline_1, netbsd_c99_inline_2, netbsd_extra_semicolon):  Add
43         quotes around mach entries.
44         * fixincl.x: Regenerate with latest autogen (5.9.4), updating license
45         to GPLv3.
47 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
49         PR other/31405
50         * inclhack.def: (glibc_c99_inline_1a): Re-add last change.
51         (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
52         __extern_inline|__GNU_STDC_INLINE__.
53         (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h.
54         <bypass>: Change from __STDC_VERSION__ to
55         __extern_inline|__GNU_STDC_INLINE__.
56         <first c_fix_arg>: Change from #ifdef-wrapping the extern part to
57         appending attribute-gnu_inline.
58         <second c_fix_arg>: Remove.
59         <test_text>: Remove __extern_inline line.
60         * tests/base/features.h: Re-add.
61         * tests/base/sys/sysmacros.h: Adjust.
62         * fixincl.x: Regenerate.
64 2008-01-06  Hans-Peter Nilsson  <hp@axis.com>
66         Revert last change.
68 2007-12-18  Hans-Peter Nilsson  <hp@axis.com>
70         * inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.
71         * fixincl.x: Regenerate.
72         * tests/base/wchar.h: Update.
73         * tests/base/features.h: New.
75 2007-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
77         PR target/33700
78         * inclhack.def (hpux11_pthread_const): New.
79         * fixincl.x: Regenerate.
80         * tests/base/sys/pthread.h: Update.
82 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
84         * configure.ac: x86_64 mingw target uses twoprocess.
85         * mkfixinc.sh: Add x86_64 mingw target.
86         * configure: Regenerate.
88 2007-10-09  Geoffrey Keating  <geoffk@apple.com>
90         * inclhack.def (darwin_externc): New.
91         * fixincl.x: Regenerate.
92         * tests/base/mach-o/swap.h: New.
94 2007-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
96         * inclhack.def (solaris_math_5, solaris_math_6, solaris_math_7):
97         Delete fixes.
98         * tests/base/iso/math_c99.h: Delete associated test baselines.
99         * fixincl.x: Regenerate.
101 2007-07-24  Krister Walfridsson  <cato@df.lth.se>
103         PR target/30058
104         * inclhack.def (netbsd_c99_inline_2): New.
105         * fixincl.x: Regenerate.
106         * tests/base/signal.h: Update.
108 2007-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
110         PR target/32641
112         * inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
113         solaris_math_7): Constify and make FP exception-safe.
114         * tests/base/iso/math_c99.h: Update.
116         * fixincl.x: Regenerate.
118 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
120         PR libgcj/28190
121         * inclhack.def (irix_stdint_c99): New fix.
122         * fixincl.x: Regenerate.
123         * tests/base/stdint.h: New test.
125 2007-06-06  Steve Ellcey  <sje@cup.hp.com>
127         PR testsuite/31828
128         * inclhack.def (hppa_hpux_fp_macros): New.
129         * fixincl.x: Regenerate.
130         * tests/base/math.h: Update.
132 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
134         * inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES
135         if __extern_inline or __GNUC_GNU_INLINE__ is defined rather than
136         __STDC_VERSION__ < 199901L.
137         (glibc_c99_inline_2): Replace #if __STDC_VERSION__ < 199901L
138         with #ifdef __GNUC_GNU_INLINE__.
139         (glibc_c99_inline_3): Add select.  Replace __STDC_VERSION__ >= 199901L
140         with defined(__GNUC_STDC_INLINE__).
141         (glibc_c99_inline_4): Change select, add second c_fix_arg.
142         Replace #if __STDC_VERSION__ < 199901L with
143         #ifdef __GNUC_GNU_INLINE__.
144         * fixincl.x: Regenerated.
145         * tests/base/bits/string2.h: Update.
146         * tests/base/sys/sysmacros.h: Update.
147         * tests/base/sys/stat.h: Update.
149 2007-03-18  Krister Walfridsson  <cato@df.lth.se>
151         PR target/30058
152         * inclhack.def (netbsd_c99_inline_1): New.
153         * fixincl.x: Regenerate.
154         * tests/base/signal.h: New.
156 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
158         * Makefile.in: Add dummy "install-info" target.
160 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
162         * mkheaders.in: Fix headers for each multilib required.
164 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
166         * Makefile.in: Add dummy install-pdf target.
168 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
170         * mkheaders.in (incdir): Use include-fixed not include.
172 2007-02-15  Brooks Moses  <brooks.moses@codesourcery.com>
174         * Makefile.in: Added "pdf" target to .PHONY.
176 2007-02-05  Richard Guenther  <rguenther@suse.de>
178         * inclhack.def (glibc_c99_inline_4): Adjust selector to cope
179         with older glibc.  Adjust version number for C99.
180         * fixincl.x: Regenerated.
182 2007-02-04  Mike Stump  <mrs@apple.com>
184         * mkheaders.in: Allow optional isysroot parameter.
186 2007-02-03  Bruce Korb <bkorb@gnu.org>
188         * inclhack.def (glibc_c99_inline_4): replace "extern" only if
189         surrounded by space characters.
191 2007-01-25  Daniel Franke <franke.daniel@gmail.com>
193         PR target/30272
194         * inclhack.def(broken_cabs): Also remove definition of cabsl.
195         * fixincl.x: Regenerate.
196         * tests/base/math.h: Update.
198 2007-01-05  Bruce Korb <bkorb@gnu.org>, 
199             Daniel Franke <franke.daniel@gmail.com>
201         PR target/30008
202         * fixincl.tpl (List): separate file name patterns with a NUL byte instead
203         of a vertical bar ("|").
204         * fixincl.c (fix_applies, machine_matches): Use fnmatch for name
205         matching.  Set SKIP_TEST flag if we are not to run a test.
206         * fixincl.x: Regenerate.
207         * inclhack.def (glibc_c99_inline_[1234], broken_cabs, broken_nan,
208         kandr_concat, sco_math): Replace lists of specfic file names by search
209         patterns.
211 2006-12-12  Olivier Hainque  <hainque@adacore.com>
213         * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
214         targets for which a no-op fixer is appropriate.
215         
216 2006-11-07  Richard Guenther  <rguenther@suse.de>
218         * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3
219         systems.
220         * fixincl.x: Regenerate.
222 2006-11-02  Geoffrey Keating  <geoffk@apple.com>
224         * inclhack.def (glibc_c99_inline_1): New.
225         * inclhack.def (glibc_c99_inline_2): New.
226         * inclhack.def (glibc_c99_inline_3): New.
227         * inclhack.def (glibc_c99_inline_4): New.
228         * fixincl.x: Regenerate.
229         * tests/base/bits/string2.h: New.
230         * tests/base/sys/sysmacros.h: New.
231         * tests/base/sys/stat.h: Update.
233 2006-11-01  Steve Ellcey  <sje@cup.hp.com>
235         * tests/base/sys/socket.h: Update.
237 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
239         * inclhack.def (hpux11_extern_sendfile): New.
240         (hpux11_extern_sendpath): New.
241         * fixincl.x: Regenerate.
243 2006-10-29  Joseph Myers  <joseph@codesourcery.com>
245         * inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
246         * fixincl.x: Regenerate.
248 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
250         * Makefile.in: Added empty "pdf" target.
252 2006-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
254         PR target/29300
255         * inclhack.def (hpux_pthread_initializers): New hack.
256         * tests/base/sys/pthread.h: New file.
258         * fixincl.x: Regenerate.
260 2006-10-03  Uros Bizjak <uros@kss-loka.si>
262         * inclhack.def (glibc_mutex_init): Also fix
263         PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK|ADAPTIVE)_NP and
264         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP initializers.
265         * tests/base/pthread.h: Update.
267         * fixincl.x: Regenerate.
269 2006-10-01  Uros Bizjak <uros@kss-loka.si>
271         * inclhack.def (glibc_mutex_init): New fix.
272         * tests/base/pthread.h: Update.
274         * fixincl.x: Regenerate.
276 2006-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
278         * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
279         Prevent it from running on solaris10 or later.
280         (solaris_once_init_2): Fix comment.
281         * tests/base/pthread.h: Update.
283         * fixincl.x: Regenerate.
285 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
287         * inclhack.def (solaris_once_init_2): New fix.
288         * tests/base/pthread.h: Update.
290         * fixincl.x: Regenerate.
292 2006-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
294         * inclhack.def (solaris_mutex_init_2): Remove test for
295         PTHREAD_RWLOCK_INITIALIZER.
296         (solaris_rwlock_init_1): New.
297         * tests/base/pthread.h: Update.
299         * inclhack.def (solaris_once_init_1): New.
300         * tests/base/pthread.h: Adjust for new fix.
301         
302         * fixincl.x: Regenerate.
304 2006-07-17  Roger Sayle  <roger@eyesopen.com>
306         * tests/base/errno.h: New file.
307         * tests/base/architecture/ppc/math.h: Likewise.
308         * tests/base/ia64/sys/getppdp.h: Likewise.
310 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
312         PR bootstrap/20437
313         * Makefile.in (configure, config.h.in): Change into $(srcdir)
314         before autoconf or autoheader call.
316 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
318         PR target/28084
319         * inclhack.def (hpux_extern_errno): New.
320         * fixincl.x: Regenerate.
322 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
324         * Makefile.in: Add dvi info html and install-html to .PHONY
325         Add install-html target.
327 2006-05-16  Mike Stump  <mrs@apple.com>
329         * configure.ac: Add -Wno-overlength-strings.
330         * configure: Regenerate.
332 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
334         * README: Fix typo.
336 2006-02-18  Steve Ellcey  <sje@cup.hp.com>
338         PR target/26189
339         * inclhack.def (hpux_spu_info): New.
340         * fixincl.x: Regenerate
342 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
344         * configure.ac: Check for asprintf, basename, vasprintf.
345         * config.h.in: Regenerate.
346         * configure: Regenerate.
348 2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
350         PR target/15642
351         * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
352         __APPLE_CC_ as 1345.
353         (broken_nan): New.
354         * fixincl.x: Regenerate.
356 2005-11-24  Bruce Korb  <bkorb@gnu.org>
358         * fixincl.c (write_replacement): "here strings" in AutoGen
359         often/generally don't have a terminating newline.  Check the
360         last byte for '\n'.
362 2005-11-13  Andreas Jaeger  <aj@suse.de>
364         * check.tpl: Handle CVS additionally.
366 2005-11-05  Andreas Jaeger  <aj@suse.de>
368         * check.tpl: Adopt for move to subversion.
370 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
372         PR c++/23139
373         * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
374         fixes.
375         * fixincl.x: Regenerate.
376         * tests/base/bits/huge_val.h: New file.
378 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
380         * All files: Update with new FSF address.
382 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
384         * Makefile.in (WARN_CFLAGS): New.
385         (.c.o): Add $(WARN_CFLAGS).
386         * aclocal.m4: Include ../config/warnings.m4.
387         * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
388         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
389         ACX_PROG_CC_WARNINGS_ARE_ERRORS.
390         * fixopts.c (initialize_opts): Fix old-style definintion.
392         * configure: Regenerate.
394 2005-06-24  Geoffrey Keating  <geoffk@geoffk.org>
396         * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
397         (AAB_darwin7_9_long_double_funcs_2): New.
398         * fixincl.x: Regenerate.
400 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
402         PR libfortran/15266
403         * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
404         Use double quotes in select so \t matches tabs.
405         Add IRIX testcase.
406         * fixincl.x: Regenerate.
407         * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
409 2005-05-22  Danny Smith  <dannysmith@users.souceforge.net>
411         PR target/21683
412         * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
414 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
415             Joseph S. Myers  <joseph@codesourcery.com>
417         PR target/19933
418         PR target/21315
419         * inclhack.def: New fixes solaris_math_[1-9].
420         * fixincl.x: Regenerate.
421         * tests/base/iso/math_c99.h: New.
423 2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
425         * aclocal.m4: Remove superfluous reference to accross.m4.
427 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
429         * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
430         * server.c (load_data): Likewise.
431         (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
432         * fixincl.c: #include <sys/wait.h>
433         (run_compiles): Use XCNEWVEC instead of xcalloc.
434         (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
435         * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
437 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
439         * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
440         *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
441         * fixincl.x: Regenerate.
443 2005-05-06  Bruce Korb  <bkorb@gnu.org>
444         Joseph S. Myers <joseph@codesourcery.com>
446         * fixinc/inclhack.def: Correct backslashes
447         * fixinc/fixincl.x: regen
449 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
451         * system.h (fopen, fdopen, freopen): Define these to the unlocked
452         libiberty functions.
454 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
456         * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
457         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
458         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
459         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
460         _unlocked function.
461         (fwrite_unlocked): Fix prototype.
463         * configure, config.h.in: Regenerate.
465 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
467         * Makefile.in: Set gcc_version directly, not via substitution.
468         (libsubdir): Use $(gcc_version), not $(version).
469         (mkheaders.almost): New rule.
470         (mkheaders): Generate from mkheaders.almost.
471         (clean): Also delete mkheaders.almost.
472         * aclocal.m4: Do not include ../config/gcc-version.m4.
473         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
474         mkheaders.almost from mkheaders.in.
475         * configure: Regenerate.
477 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
479         PR target/20166
480         * inclhack.def: Add fix for array of incomplete structures
481         in function prototype in pthread.h.
482         * fixincl.x: Regenerate.
483         * tests/base/pthread.h: Adjust.
485 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
487         * inclhack.def (hpux_htonl): New fix.
488         * tests/base/netinet/in.h: New test.
489         * fixincl.x: Regenerate.
491 2005-02-23  James E Wilson  <wilson@specifixinc.com>
493         * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
495 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
497         PR 18458
498         * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
499         fixincl.
501 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
503         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
504         * aclocal.m4: Include ../config/gcc-version.m4.
505         * configure: Regenerate.
507 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
509         * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
510         (stdio_va_list): Likewise.
511         (stdio_stdarg.h): Likewise.
512         (solaris_stdio_tag): Add bypass.
513         * fixincl.x: Regenerated.
515 2004-11-23  Geoffrey Keating  <geoffk@apple.com>
517         * mkfixinc.sh: Check error code from 'cat'.  Don't try running
518         built fixincl program.
519         * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
520         up csh from user.
522 2004-11-20  Roger Sayle  <roger@eyesopen.com>
524         * inclhack.def (alpha_pthread_init): Fix technical problems with
525         the last check-in caused by CVS variable substitution.
526         * fixincl.x: Likewise.
527         * tests/base/pthread.h: Likewise.
529 2004-11-20  Roger Sayle  <roger@eyesopen.com>
530             Bruce Korb  <bkorb@gnu.org>
532         * inclhack.def (alpha_pthread_init): New fix.
533         * fixincl.x: Regenerate.
534         * tests/base/pthread.h: Update for new test.
536 2004-11-15  Bruce Korb  <bkorb@gnu.org>
538         * fixincl.c(fix_with_system): correct misuse of variables and
539         incorrect application of "sizeof()".
541 2004-11-13  Joseph S. Myers  <joseph@codesourcery.com>
543         * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
544         svr4__p, undefine_null): Remove.
545         * fixincl.x: Regenerate.
546         * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
547         * tests/base/sys/param.h: Remove.
548         * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
549         tests/base/sys/limits.h: Update.
551 2004-11-12  Mike Stump  <mrs@apple.com>
553         * Makefile.in (html): Add html generation support.
555 2004-11-12  Joseph S. Myers  <joseph@codesourcery.com>
557         * inclhack.def (sco_math): Bypass on __GNUG__.
558         (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
559         * fixincl.x: Regenerate.
561 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
563         * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
564         (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
565         _CLASSIC_ANSI_TYPES.
566         (sun_auth_proto): Bypass on __cplusplus.
567         * fixincl.x: Regenerate.
569 2004-11-05  Geoffrey Keating  <geoffk@apple.com>
571         * Makefile.in (mostlyclean): Add fixinc.sh.
572         (clean): Add mkheaders.
573         (distclean): New.
574         (dvi): New.
575         (info): New.
576         (installcheck): New.
578 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
580         * Makefile.in (mostlyclean, distclean): New targets.
582 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
584         * configure.ac: Add code to determine noncanonical_target,
585         local_prefix, gcc_version; process mkheaders.in to make mkheaders.
586         * configure: Regenerate.
587         * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
588         * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
589         * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
590         update for changes to fixinc.in.
591         * Makefile.in: Add many new macros.
592         (install): New target.
593         (mkheaders): New target.
594         (fixinc.sh): New target.
595         (all): Add mkheaders and fixinc.sh.
596         * README-fixinc: Move here from gcc/.
598 2004-11-01  Mike Stump  <mrs@apple.com>
600         * inclhack.def (stdio_va_list): Break out clients from here...
601         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
602         included or ifdef va_start.
603         * fixincl.x: Regenerate.
605 2004-10-28  Mike Stump  <mrs@apple.com>
607         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
608         systems.
609         * fixincl.x: Regenerate.
611 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
613         * inclhack.def (darwin_gcc4_breakage): New.
614         * fixincl.x: Regenerate.
616 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
618         PR bootstrap/17832
620         * fixfixes.c (main): Check for _PC_NAME_MAX.
622 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
624         PR other/17991
626         * configure.ac: Fix typo.
627         * configure: Regenerate.
628         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
630 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
632         PR bootstrap/17832
634         * fixincl.c (SIGCHLD): Remove definition.
635         (initialize): Remove SIGIOT and SIGPIPE checks.
636         (create_file): Fix mkdir() for Win32.
637         (internal_fix): Use dup2() instead of fcntl().
639         * fixlib.h (SIGQUIT): Define if undefined.
640         (SIGIOT): Same.
641         (SIGPIPE): Same.
642         (SIGALRM): Same.
643         (SIGKILL): Same.
645         * procopen.c (chain_open): Use dup2() instead of fcntl().
647 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
649         PR other/17991
651         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
652         Update copyright year.
653         * fixfixes.c (main): Call initialize_opts from fixopts.c.
654         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
655         do not include code for parsing options (environment vars).
656         (fix_with_system): Use a search path for applyfix, so that you
657         can run the test suite with two-process fixincludes.
658         * fixopts.c: New file.
659         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
660         to config.h.  Default to --enable-twoprocess for MinGW32.
661         * config.h.in: Regenerate.
662         * configure: Regenerate.
664 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
666         * tests/base/sys/cdefs.h: Update from test area.
668 2004-09-17  Roger Sayle  <roger@eyesopen.com>
670         * inclhack.def (linux_ia64_ucontext): New fix.
671         * fixincl.x: Regenerate.
672         * tests/base/sys/ucontext.h: New file.
674 2004-09-15  Roger Sayle  <roger@eyesopen.com>
676         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
677         * tests/base/stdlib.h: Likewise.
679 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
681         * inclhack.def (freebsd_gcc4_breakage): Add.
682         * fixincl.x: Regenerate.
683         * tests/base/sys/cdefs.h: Update for new test.
685 2004-09-10  Adam Nemet  <anemet@lnxw.com>
687         * inclhack.def (lynx_void_int): Remove.
688         (lynxos_fcntl_proto): Remove.
689         (lynxos_no_warning_in_sys_time_h): New fix.
690         (lynxos_missing_putenv): New fix.
691         * fixincl.x: Regenerate.
692         * tests/base/fcntl.h: Remove.
693         * tests/base/sys/time.h: Update from test area.
694         * tests/base/curses.h: Likewise.
695         * tests/base/stdlib.h: Likewise.
697 2004-09-03  Jan Beulich  <jbeulich@novell.com>
699         * inclhack.def: Suppress exception_structure and math_exception
700         for NetWare headers.
701         * fixincl.x: Regenerate.
703 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
705         * .cvsignore: New.
706         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
707         autoconfiscated.
708         * configure.ac: New.
709         * config.h.in: Generate.
710         * configure: Generate.
711         * aclocal.m4: New.
712         * fixlib.h: Remove inclusions of gcc files.
713         * system.h: New.
715         Other files copied from gcc/fixinc.