OSDN Git Service

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