OSDN Git Service

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