1 2006-10-01 Uros Bizjak <uros@kss-loka.si>
3 * inclhack.def (glibc_mutex_init): New fix.
4 * tests/base/pthread.h: Update.
6 * fixincl.x: Regenerate.
8 2006-09-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10 * inclhack.def (solaris_mutex_init_2): Update for Solaris9.
11 Prevent it from running on solaris10 or later.
12 (solaris_once_init_2): Fix comment.
13 * tests/base/pthread.h: Update.
15 * fixincl.x: Regenerate.
17 2006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19 * inclhack.def (solaris_once_init_2): New fix.
20 * tests/base/pthread.h: Update.
22 * fixincl.x: Regenerate.
24 2006-09-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26 * inclhack.def (solaris_mutex_init_2): Remove test for
27 PTHREAD_RWLOCK_INITIALIZER.
28 (solaris_rwlock_init_1): New.
29 * tests/base/pthread.h: Update.
31 * inclhack.def (solaris_once_init_1): New.
32 * tests/base/pthread.h: Adjust for new fix.
34 * fixincl.x: Regenerate.
36 2006-07-17 Roger Sayle <roger@eyesopen.com>
38 * tests/base/errno.h: New file.
39 * tests/base/architecture/ppc/math.h: Likewise.
40 * tests/base/ia64/sys/getppdp.h: Likewise.
42 2006-07-10 Laurynas Biveinis <laurynas.biveinis@gmail.com>
45 * Makefile.in (configure, config.h.in): Change into $(srcdir)
46 before autoconf or autoheader call.
48 2006-06-23 Steve Ellcey <sje@cup.hp.com>
51 * inclhack.def (hpux_extern_errno): New.
52 * fixincl.x: Regenerate.
54 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
56 * Makefile.in: Add dvi info html and install-html to .PHONY
57 Add install-html target.
59 2006-05-16 Mike Stump <mrs@apple.com>
61 * configure.ac: Add -Wno-overlength-strings.
62 * configure: Regenerate.
64 2006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
68 2006-02-18 Steve Ellcey <sje@cup.hp.com>
71 * inclhack.def (hpux_spu_info): New.
72 * fixincl.x: Regenerate
74 2006-01-31 Marcin Dalecki <martin@dalecki.de>
76 * configure.ac: Check for asprintf, basename, vasprintf.
77 * config.h.in: Regenerate.
78 * configure: Regenerate.
80 2006-01-19 Andrew Pinski <pinskia@physics.uc.edu>
83 * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
86 * fixincl.x: Regenerate.
88 2005-11-24 Bruce Korb <bkorb@gnu.org>
90 * fixincl.c (write_replacement): "here strings" in AutoGen
91 often/generally don't have a terminating newline. Check the
94 2005-11-13 Andreas Jaeger <aj@suse.de>
96 * check.tpl: Handle CVS additionally.
98 2005-11-05 Andreas Jaeger <aj@suse.de>
100 * check.tpl: Adopt for move to subversion.
102 2005-09-15 Joseph S. Myers <joseph@codesourcery.com>
105 * inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
107 * fixincl.x: Regenerate.
108 * tests/base/bits/huge_val.h: New file.
110 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
112 * All files: Update with new FSF address.
114 2005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
116 * Makefile.in (WARN_CFLAGS): New.
117 (.c.o): Add $(WARN_CFLAGS).
118 * aclocal.m4: Include ../config/warnings.m4.
119 * configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
120 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
121 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
122 * fixopts.c (initialize_opts): Fix old-style definintion.
124 * configure: Regenerate.
126 2005-06-24 Geoffrey Keating <geoffk@geoffk.org>
128 * inclhack.def (AAB_darwin7_9_long_double_funcs): New.
129 (AAB_darwin7_9_long_double_funcs_2): New.
130 * fixincl.x: Regenerate.
132 2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
135 * inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
136 Use double quotes in select so \t matches tabs.
138 * fixincl.x: Regenerate.
139 * tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
141 2005-05-22 Danny Smith <dannysmith@users.souceforge.net>
144 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
146 2005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
147 Joseph S. Myers <joseph@codesourcery.com>
151 * inclhack.def: New fixes solaris_math_[1-9].
152 * fixincl.x: Regenerate.
153 * tests/base/iso/math_c99.h: New.
155 2005-05-19 Kelley Cook <kcook@gcc.gnu.org>
157 * aclocal.m4: Remove superfluous reference to accross.m4.
159 2005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
161 * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
162 * server.c (load_data): Likewise.
163 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
164 * fixincl.c: #include <sys/wait.h>
165 (run_compiles): Use XCNEWVEC instead of xcalloc.
166 (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
167 * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
169 2005-05-10 Joseph S. Myers <joseph@codesourcery.com>
171 * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on
172 *-*-solaris2.1[0-9]*, not just *-*-solaris2.1[0-9].
173 * fixincl.x: Regenerate.
175 2005-05-06 Bruce Korb <bkorb@gnu.org>
176 Joseph S. Myers <joseph@codesourcery.com>
178 * fixinc/inclhack.def: Correct backslashes
179 * fixinc/fixincl.x: regen
181 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
183 * system.h (fopen, fdopen, freopen): Define these to the unlocked
186 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
188 * configure.ac (fixincludes_UNLOCKED_FUNCS): New.
189 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
190 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
191 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
193 (fwrite_unlocked): Fix prototype.
195 * configure, config.h.in: Regenerate.
197 2005-03-21 Zack Weinberg <zack@codesourcery.com>
199 * Makefile.in: Set gcc_version directly, not via substitution.
200 (libsubdir): Use $(gcc_version), not $(version).
201 (mkheaders.almost): New rule.
202 (mkheaders): Generate from mkheaders.almost.
203 (clean): Also delete mkheaders.almost.
204 * aclocal.m4: Do not include ../config/gcc-version.m4.
205 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Generate
206 mkheaders.almost from mkheaders.in.
207 * configure: Regenerate.
209 2005-03-21 Richard Guenther <rguenth@gcc.gnu.org>
212 * inclhack.def: Add fix for array of incomplete structures
213 in function prototype in pthread.h.
214 * fixincl.x: Regenerate.
215 * tests/base/pthread.h: Adjust.
217 2005-03-15 Joseph S. Myers <joseph@codesourcery.com>
219 * inclhack.def (hpux_htonl): New fix.
220 * tests/base/netinet/in.h: New test.
221 * fixincl.x: Regenerate.
223 2005-02-23 James E Wilson <wilson@specifixinc.com>
225 * Makefile.in (full-stamp, test-stamp, $(AF)): Add $(CFLAGS) to link.
227 2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
230 * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
233 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
235 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
236 * aclocal.m4: Include ../config/gcc-version.m4.
237 * configure: Regenerate.
239 2004-11-26 Mark Mitchell <mark@codesourcery.com>
241 * inclhack.def (gnu_types): Do not use on Solaris 2.1x.
242 (stdio_va_list): Likewise.
243 (stdio_stdarg.h): Likewise.
244 (solaris_stdio_tag): Add bypass.
245 * fixincl.x: Regenerated.
247 2004-11-23 Geoffrey Keating <geoffk@apple.com>
249 * mkfixinc.sh: Check error code from 'cat'. Don't try running
250 built fixincl program.
251 * mkheaders.in: Use @SHELL@ rather than ${SHELL} to avoid picking
254 2004-11-20 Roger Sayle <roger@eyesopen.com>
256 * inclhack.def (alpha_pthread_init): Fix technical problems with
257 the last check-in caused by CVS variable substitution.
258 * fixincl.x: Likewise.
259 * tests/base/pthread.h: Likewise.
261 2004-11-20 Roger Sayle <roger@eyesopen.com>
262 Bruce Korb <bkorb@gnu.org>
264 * inclhack.def (alpha_pthread_init): New fix.
265 * fixincl.x: Regenerate.
266 * tests/base/pthread.h: Update for new test.
268 2004-11-15 Bruce Korb <bkorb@gnu.org>
270 * fixincl.c(fix_with_system): correct misuse of variables and
271 incorrect application of "sizeof()".
273 2004-11-13 Joseph S. Myers <joseph@codesourcery.com>
275 * inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
276 svr4__p, undefine_null): Remove.
277 * fixincl.x: Regenerate.
278 * tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
279 * tests/base/sys/param.h: Remove.
280 * tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
281 tests/base/sys/limits.h: Update.
283 2004-11-12 Mike Stump <mrs@apple.com>
285 * Makefile.in (html): Add html generation support.
287 2004-11-12 Joseph S. Myers <joseph@codesourcery.com>
289 * inclhack.def (sco_math): Bypass on __GNUG__.
290 (sysz_stdlib_for_sun): Bypass on _CLASSIC_ANSI_TYPES.
291 * fixincl.x: Regenerate.
293 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
295 * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__.
296 (int_abort_free_and_exit, sun_malloc, sysv68_string): Bypass on
298 (sun_auth_proto): Bypass on __cplusplus.
299 * fixincl.x: Regenerate.
301 2004-11-05 Geoffrey Keating <geoffk@apple.com>
303 * Makefile.in (mostlyclean): Add fixinc.sh.
304 (clean): Add mkheaders.
310 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
312 * Makefile.in (mostlyclean, distclean): New targets.
314 2004-11-04 Geoffrey Keating <geoffk@apple.com>
316 * configure.ac: Add code to determine noncanonical_target,
317 local_prefix, gcc_version; process mkheaders.in to make mkheaders.
318 * configure: Regenerate.
319 * fixinc.in: Move here from gcc/; fix many cross-hosting bugs.
320 * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in.
321 * mkheaders.in: Move here from gcc/; remove some unnecessary macros;
322 update for changes to fixinc.in.
323 * Makefile.in: Add many new macros.
324 (install): New target.
325 (mkheaders): New target.
326 (fixinc.sh): New target.
327 (all): Add mkheaders and fixinc.sh.
328 * README-fixinc: Move here from gcc/.
330 2004-11-01 Mike Stump <mrs@apple.com>
332 * inclhack.def (stdio_va_list): Break out clients from here...
333 (stdio_va_list_clients): ...to here. Also, don't fix if stdarg.h is
334 included or ifdef va_start.
335 * fixincl.x: Regenerate.
337 2004-10-28 Mike Stump <mrs@apple.com>
339 * inclhack.def (void_null): Avoid changing NULL on C++ friendly
341 * fixincl.x: Regenerate.
343 2004-10-27 Geoffrey Keating <geoffk@apple.com>
345 * inclhack.def (darwin_gcc4_breakage): New.
346 * fixincl.x: Regenerate.
348 2004-10-27 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
352 * fixfixes.c (main): Check for _PC_NAME_MAX.
354 2004-10-27 Paolo Bonzini <bonzini@gnu.org>
358 * configure.ac: Fix typo.
359 * configure: Regenerate.
360 * fixincl.c (fix_with_system): tSCC is not a pointer. Fix.
362 2004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
366 * fixincl.c (SIGCHLD): Remove definition.
367 (initialize): Remove SIGIOT and SIGPIPE checks.
368 (create_file): Fix mkdir() for Win32.
369 (internal_fix): Use dup2() instead of fcntl().
371 * fixlib.h (SIGQUIT): Define if undefined.
377 * procopen.c (chain_open): Use dup2() instead of fcntl().
379 2004-08-14 Paolo Bonzini <bonzini@gnu.org>
383 * Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
384 Update copyright year.
385 * fixfixes.c (main): Call initialize_opts from fixopts.c.
386 * fixincl.c (initialize): Call initialize_opts from fixopts.c,
387 do not include code for parsing options (environment vars).
388 (fix_with_system): Use a search path for applyfix, so that you
389 can run the test suite with two-process fixincludes.
390 * fixopts.c: New file.
391 * configure.ac: Add --enable-twoprocess. Export ac_exeext
392 to config.h. Default to --enable-twoprocess for MinGW32.
393 * config.h.in: Regenerate.
394 * configure: Regenerate.
396 2004-10-04 Loren J. Rittle <ljrittle@acm.org>
398 * tests/base/sys/cdefs.h: Update from test area.
400 2004-09-17 Roger Sayle <roger@eyesopen.com>
402 * inclhack.def (linux_ia64_ucontext): New fix.
403 * fixincl.x: Regenerate.
404 * tests/base/sys/ucontext.h: New file.
406 2004-09-15 Roger Sayle <roger@eyesopen.com>
408 * tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
409 * tests/base/stdlib.h: Likewise.
411 2004-09-13 Loren J. Rittle <ljrittle@acm.org>
413 * inclhack.def (freebsd_gcc4_breakage): Add.
414 * fixincl.x: Regenerate.
415 * tests/base/sys/cdefs.h: Update for new test.
417 2004-09-10 Adam Nemet <anemet@lnxw.com>
419 * inclhack.def (lynx_void_int): Remove.
420 (lynxos_fcntl_proto): Remove.
421 (lynxos_no_warning_in_sys_time_h): New fix.
422 (lynxos_missing_putenv): New fix.
423 * fixincl.x: Regenerate.
424 * tests/base/fcntl.h: Remove.
425 * tests/base/sys/time.h: Update from test area.
426 * tests/base/curses.h: Likewise.
427 * tests/base/stdlib.h: Likewise.
429 2004-09-03 Jan Beulich <jbeulich@novell.com>
431 * inclhack.def: Suppress exception_structure and math_exception
433 * fixincl.x: Regenerate.
435 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
438 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
441 * config.h.in: Generate.
442 * configure: Generate.
444 * fixlib.h: Remove inclusions of gcc files.
447 Other files copied from gcc/fixinc.