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