OSDN Git Service

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