Skip to content
Snippets Groups Projects
  1. May 24, 2006
  2. May 17, 2006
  3. May 14, 2006
  4. Feb 18, 2006
  5. Jan 31, 2006
  6. Jan 19, 2006
  7. Nov 25, 2005
  8. Nov 13, 2005
  9. Nov 05, 2005
  10. Oct 31, 2005
  11. Sep 15, 2005
  12. Aug 15, 2005
  13. Aug 07, 2005
  14. Jul 16, 2005
    • Kaveh R. Ghazi's avatar
      Makefile.in (WARN_CFLAGS): New. · 87fbb651
      Kaveh R. Ghazi authored
      	* Makefile.in (WARN_CFLAGS): New.
      	(.c.o): Add $(WARN_CFLAGS).
      	* aclocal.m4: Include ../config/warnings.m4.
      	* configure.ac: Invoke ACX_PROG_CC_WARNING_OPTS,
      	ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
      	ACX_PROG_CC_WARNINGS_ARE_ERRORS.
      	* fixopts.c (initialize_opts): Fix old-style definintion.
      
      	* configure: Regenerate.
      
      From-SVN: r102088
      87fbb651
  15. Jun 24, 2005
  16. Jun 14, 2005
    • Rainer Orth's avatar
      re PR target/15266 (libgfortran doesn't compile on IRIX 5.3) · 11f4453b
      Rainer Orth authored
      	PR libfortran/15266
      	* inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
      	Use double quotes in select so \t matches tabs.
      	Add IRIX testcase.
      	* fixincl.x: Regenerate.
      	* tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
      
      From-SVN: r100960
      11f4453b
  17. May 22, 2005
  18. May 19, 2005
  19. May 15, 2005
    • Gabriel Dos Reis's avatar
      fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc. · 03a9fcb8
      Gabriel Dos Reis authored
              * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
              * server.c (load_data): Likewise.
              (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
              * fixincl.c: #include <sys/wait.h>
              (run_compiles): Use XCNEWVEC instead of xcalloc.
              (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
              * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
      
      From-SVN: r99740
      03a9fcb8
  20. May 10, 2005
  21. May 06, 2005
  22. Apr 19, 2005
  23. Apr 11, 2005
    • Kaveh R. Ghazi's avatar
      configure.ac (fixincludes_UNLOCKED_FUNCS): New. · 0d667716
      Kaveh R. Ghazi authored
      fixincludes:
      	* configure.ac (fixincludes_UNLOCKED_FUNCS): New.
      	(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
      	* system.h (putchar, getc, getchar, clearerr, feof, fileno,
      	fflush, fgetc, fgets, ferror, fread): Redefine to the associated
      	_unlocked function.
      	(fwrite_unlocked): Fix prototype.
      
      	* configure, config.h.in: Regenerate.
      
      gcc:
      	PR/17092
      	* configure.ac (gcc_UNLOCKED_FUNCS): New.
      	(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for gcc_UNLOCKED_FUNCS.
      	* system.h (putchar, getc, getchar, clearerr, feof, fileno,
      	fflush, fgetc, fgets, ferror, fread): Redefine to the associated
      	_unlocked function.
      	(fwrite_unlocked): Fix prototype.
      
      	* configure, config.in: Regenerate.
      
      libcpp:
      	* configure.ac (libcpp_UNLOCKED_FUNCS): New.
      	(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
      	* system.h (putchar, getc, getchar, clearerr, feof, fileno,
      	fflush, fgetc, fgets, ferror, fread): Redefine to the associated
      	_unlocked function.
      	(fwrite_unlocked): Fix prototype.
      
      	* configure, config.in: Regenerate.
      
      From-SVN: r97986
      0d667716
  24. Mar 21, 2005
    • Zack Weinberg's avatar
      Makefile.in: Set gcc_version directly, not via substitution. · 90ee1368
      Zack Weinberg authored
      	* Makefile.in: Set gcc_version directly, not via substitution.
      	(libsubdir): Use $(gcc_version), not $(version).
      	(mkheaders.almost): New rule.
      	(mkheaders): Generate from mkheaders.almost.
      	(clean): Also delete mkheaders.almost.
      	* aclocal.m4: Do not include ../config/gcc-version.m4.
      	* configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
      	mkheaders.almost from mkheaders.in.
      	* configure: Regenerate.
      
      From-SVN: r96819
      90ee1368
    • Richard Guenther's avatar
      re PR target/20166 (Bootstrap failure due to lack of fixinclude of pthread problem) · 14bfd7c7
      Richard Guenther authored
      2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
      
      	PR target/20166
      	* inclhack.def: Add fix for array of incomplete structures
      	in function prototype in pthread.h.
      	* fixincl.x: Regenerate.
      	* tests/base/pthread.h: Adjust.
      
      From-SVN: r96812
      14bfd7c7
  25. Mar 15, 2005
  26. Feb 23, 2005
  27. Dec 13, 2004
  28. Dec 02, 2004
  29. Nov 26, 2004
    • Mark Mitchell's avatar
      inclhack.def (gnu_types): Do not use on Solaris 2.1x. · 9fcc7481
      Mark Mitchell authored
      2004-11-26  Mark Mitchell  <mark@codesourcery.com>
      
      	* inclhack.def (gnu_types): Do not use on Solaris 2.1x.
      	(stdio_va_list): Likewise.
      	(stdio_stdarg.h): Likewise.
      	(solaris_stdio_tag): Add bypass.
      	* fixincl.x: Regenerated.
      
      From-SVN: r91351
      9fcc7481
  30. Nov 23, 2004
  31. Nov 21, 2004
  32. Nov 17, 2004
  33. Nov 13, 2004
  34. Nov 12, 2004
Loading