OSDN Git Service

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