1 2005-02-23 James E Wilson <wilson@specifixinc.com>
3 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
5 2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
8 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
11 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
13 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
14 * aclocal.m4: Include ../config/gcc-version.m4.
15 * configure: Regenerate.
17 2004-11-26 Mark Mitchell <mark@codesourcery.com>
19 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
20 (stdio_va_list): Likewise.
21 (stdio_stdarg.h): Likewise.
22 (solaris_stdio_tag): Add bypass.
23 * fixincl.x: Regenerated.
25 2004-11-23 Geoffrey Keating <geoffk@apple.com>
27 * mkfixinc.sh: Check error code from 'cat'. Don't try running
28 built fixincl program.
29 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
32 2004-11-20 Roger Sayle <roger@eyesopen.com>
34 * inclhack.def (alpha_pthread_init): Fix technical problems with
35 the last check-in caused by CVS variable substitution.
36 * fixincl.x: Likewise.
37 * tests/base/pthread.h: Likewise.
39 2004-11-20 Roger Sayle <roger@eyesopen.com>
40 Bruce Korb <bkorb@gnu.org>
42 * inclhack.def (alpha_pthread_init): New fix.
43 * fixincl.x: Regenerate.
44 * tests/base/pthread.h: Update for new test.
46 2004-11-15 Bruce Korb <bkorb@gnu.org>
48 * fixincl.c(fix_with_system): correct misuse of variables and
49 incorrect application of "sizeof()".
51 2004-11-13 Joseph S. Myers <joseph@codesourcery.com>
53 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
54 svr4__p, undefine_null): Remove.
55 * fixincl.x: Regenerate.
56 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
57 * tests/base/sys/param.h: Remove.
58 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
59 tests/base/sys/limits.h: Update.
61 2004-11-12 Mike Stump <mrs@apple.com>
63 * Makefile.in (html): Add html generation support.
65 2004-11-12 Joseph S. Myers <joseph@codesourcery.com>
67 * inclhack.def (sco_math): Bypass on __GNUG__.
68 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
69 * fixincl.x: Regenerate.
71 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
73 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
74 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
76 (sun_auth_proto): Bypass on __cplusplus.
77 * fixincl.x: Regenerate.
79 2004-11-05 Geoffrey Keating <geoffk@apple.com>
81 * Makefile.in (mostlyclean): Add fixinc.sh.
82 (clean): Add mkheaders.
88 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
90 * Makefile.in (mostlyclean, distclean): New targets.
92 2004-11-04 Geoffrey Keating <geoffk@apple.com>
94 * configure.ac: Add code to determine noncanonical_target,
95 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
96 * configure: Regenerate.
97 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
98 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
99 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
100 update for changes to fixinc.in.
101 * Makefile.in: Add many new macros.
102 (install): New target.
103 (mkheaders): New target.
104 (fixinc.sh): New target.
105 (all): Add mkheaders and fixinc.sh.
106 * README-fixinc: Move here from gcc/.
108 2004-11-01 Mike Stump <mrs@apple.com>
110 * inclhack.def (stdio_va_list): Break out clients from here...
111 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
112 included or ifdef va_start.
113 * fixincl.x: Regenerate.
115 2004-10-28 Mike Stump <mrs@apple.com>
117 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
119 * fixincl.x: Regenerate.
121 2004-10-27 Geoffrey Keating <geoffk@apple.com>
123 * inclhack.def (darwin_gcc4_breakage): New.
124 * fixincl.x: Regenerate.
126 2004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
130 * fixfixes.c (main): Check for _PC_NAME_MAX.
132 2004-10-27 Paolo Bonzini <bonzini@gnu.org>
136 * configure.ac: Fix typo.
137 * configure: Regenerate.
138 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
140 2004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
144 * fixincl.c (SIGCHLD): Remove definition.
145 (initialize): Remove SIGIOT and SIGPIPE checks.
146 (create_file): Fix mkdir() for Win32.
147 (internal_fix): Use dup2() instead of fcntl().
149 * fixlib.h (SIGQUIT): Define if undefined.
155 * procopen.c (chain_open): Use dup2() instead of fcntl().
157 2004-08-14 Paolo Bonzini <bonzini@gnu.org>
161 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
162 Update copyright year.
163 * fixfixes.c (main): Call initialize_opts from fixopts.c.
164 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
165 do not include code for parsing options (environment vars).
166 (fix_with_system): Use a search path for applyfix, so that you
167 can run the test suite with two-process fixincludes.
168 * fixopts.c: New file.
169 * configure.ac: Add --enable-twoprocess. Export ac_exeext
170 to config.h. Default to --enable-twoprocess for MinGW32.
171 * config.h.in: Regenerate.
172 * configure: Regenerate.
174 2004-10-04 Loren J. Rittle <ljrittle@acm.org>
176 * tests/base/sys/cdefs.h: Update from test area.
178 2004-09-17 Roger Sayle <roger@eyesopen.com>
180 * inclhack.def (linux_ia64_ucontext): New fix.
181 * fixincl.x: Regenerate.
182 * tests/base/sys/ucontext.h: New file.
184 2004-09-15 Roger Sayle <roger@eyesopen.com>
186 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
187 * tests/base/stdlib.h: Likewise.
189 2004-09-13 Loren J. Rittle <ljrittle@acm.org>
191 * inclhack.def (freebsd_gcc4_breakage): Add.
192 * fixincl.x: Regenerate.
193 * tests/base/sys/cdefs.h: Update for new test.
195 2004-09-10 Adam Nemet <anemet@lnxw.com>
197 * inclhack.def (lynx_void_int): Remove.
198 (lynxos_fcntl_proto): Remove.
199 (lynxos_no_warning_in_sys_time_h): New fix.
200 (lynxos_missing_putenv): New fix.
201 * fixincl.x: Regenerate.
202 * tests/base/fcntl.h: Remove.
203 * tests/base/sys/time.h: Update from test area.
204 * tests/base/curses.h: Likewise.
205 * tests/base/stdlib.h: Likewise.
207 2004-09-03 Jan Beulich <jbeulich@novell.com>
209 * inclhack.def: Suppress exception_structure and math_exception
211 * fixincl.x: Regenerate.
213 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
216 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
219 * config.h.in: Generate.
220 * configure: Generate.
222 * fixlib.h: Remove inclusions of gcc files.
225 Other files copied from gcc/fixinc.