OSDN Git Service

* inclhack.def (stdio_va_list): Break out clients from here...
[pf3gnuchains/gcc-fork.git] / fixincludes / ChangeLog
1 2004-11-01  Mike Stump  <mrs@apple.com>
2
3         * inclhack.def (stdio_va_list): Break out clients from here...
4         (stdio_va_list_clients): ...to here.  Also, don't fix if stdarg.h is
5         included or ifdef va_start.
6         * fixincl.x: Regenerate.
7
8 2004-10-28  Mike Stump  <mrs@apple.com>
9
10         * inclhack.def (void_null): Avoid changing NULL on C++ friendly
11         systems.
12         * fixincl.x: Regenerate.
13
14 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
15
16         * inclhack.def (darwin_gcc4_breakage): New.
17         * fixincl.x: Regenerate.
18
19 2004-10-27  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
20
21         PR bootstrap/17832
22
23         * fixfixes.c (main): Check for _PC_NAME_MAX.
24
25 2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
26
27         PR other/17991
28
29         * configure.ac: Fix typo.
30         * configure: Regenerate.
31         * fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
32
33 2004-10-20  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
34
35         PR bootstrap/17832
36
37         * fixincl.c (SIGCHLD): Remove definition.
38         (initialize): Remove SIGIOT and SIGPIPE checks.
39         (create_file): Fix mkdir() for Win32.
40         (internal_fix): Use dup2() instead of fcntl().
41
42         * fixlib.h (SIGQUIT): Define if undefined.
43         (SIGIOT): Same.
44         (SIGPIPE): Same.
45         (SIGALRM): Same.
46         (SIGKILL): Same.
47
48         * procopen.c (chain_open): Use dup2() instead of fcntl().
49
50 2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
51
52         PR other/17991
53
54         * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
55         Update copyright year.
56         * fixfixes.c (main): Call initialize_opts from fixopts.c.
57         * fixincl.c (initialize): Call initialize_opts from fixopts.c,
58         do not include code for parsing options (environment vars).
59         (fix_with_system): Use a search path for applyfix, so that you
60         can run the test suite with two-process fixincludes.
61         * fixopts.c: New file.
62         * configure.ac: Add --enable-twoprocess.  Export ac_exeext
63         to config.h.  Default to --enable-twoprocess for MinGW32.
64         * config.h.in: Regenerate.
65         * configure: Regenerate.
66
67 2004-10-04  Loren J. Rittle  <ljrittle@acm.org>
68
69         * tests/base/sys/cdefs.h: Update from test area.
70
71 2004-09-17  Roger Sayle  <roger@eyesopen.com>
72
73         * inclhack.def (linux_ia64_ucontext): New fix.
74         * fixincl.x: Regenerate.
75         * tests/base/sys/ucontext.h: New file.
76
77 2004-09-15  Roger Sayle  <roger@eyesopen.com>
78
79         * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
80         * tests/base/stdlib.h: Likewise.
81
82 2004-09-13  Loren J. Rittle  <ljrittle@acm.org>
83
84         * inclhack.def (freebsd_gcc4_breakage): Add.
85         * fixincl.x: Regenerate.
86         * tests/base/sys/cdefs.h: Update for new test.
87
88 2004-09-10  Adam Nemet  <anemet@lnxw.com>
89
90         * inclhack.def (lynx_void_int): Remove.
91         (lynxos_fcntl_proto): Remove.
92         (lynxos_no_warning_in_sys_time_h): New fix.
93         (lynxos_missing_putenv): New fix.
94         * fixincl.x: Regenerate.
95         * tests/base/fcntl.h: Remove.
96         * tests/base/sys/time.h: Update from test area.
97         * tests/base/curses.h: Likewise.
98         * tests/base/stdlib.h: Likewise.
99
100 2004-09-03  Jan Beulich  <jbeulich@novell.com>
101
102         * inclhack.def: Suppress exception_structure and math_exception
103         for NetWare headers.
104         * fixincl.x: Regenerate.
105
106 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
107
108         * .cvsignore: New.
109         * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
110         autoconfiscated.
111         * configure.ac: New.
112         * config.h.in: Generate.
113         * configure: Generate.
114         * aclocal.m4: New.
115         * fixlib.h: Remove inclusions of gcc files.
116         * system.h: New.
117
118         Other files copied from gcc/fixinc.