1. 24 May, 2006 1 commit
    • carlos's avatar
      · 8ef713d5
      carlos authored
      2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
      
      	* Makefile.in: Add dvi info html and install-html to .PHONY
      	Add install-html target.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114040 138bc75d-0d04-0410-961f-82ee72b054a4
      8ef713d5
  2. 17 May, 2006 1 commit
  3. 14 May, 2006 1 commit
  4. 18 Feb, 2006 1 commit
  5. 31 Jan, 2006 1 commit
  6. 19 Jan, 2006 1 commit
  7. 25 Nov, 2005 2 commits
  8. 13 Nov, 2005 1 commit
  9. 05 Nov, 2005 1 commit
  10. 31 Oct, 2005 1 commit
  11. 15 Sep, 2005 1 commit
    • jsm28's avatar
      fixincludes: · 96eced21
      jsm28 authored
      	PR c++/23139
      	* inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
      	fixes.
      	* fixincl.x: Regenerate.
      	* tests/base/bits/huge_val.h: New file.
      
      gcc/testsuite:
      	* g++.dg/warn/huge-val1.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104315 138bc75d-0d04-0410-961f-82ee72b054a4
      96eced21
  12. 15 Aug, 2005 1 commit
  13. 07 Aug, 2005 1 commit
  14. 16 Jul, 2005 1 commit
    • ghazi's avatar
      * Makefile.in (WARN_CFLAGS): New. · c3383428
      ghazi authored
      	(.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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102088 138bc75d-0d04-0410-961f-82ee72b054a4
      c3383428
  15. 24 Jun, 2005 1 commit
  16. 14 Jun, 2005 1 commit
    • ro's avatar
      PR libfortran/15266 · 19754f2b
      ro authored
      	* 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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100960 138bc75d-0d04-0410-961f-82ee72b054a4
      19754f2b
  17. 22 May, 2005 1 commit
  18. 19 May, 2005 2 commits
  19. 15 May, 2005 1 commit
  20. 10 May, 2005 1 commit
  21. 06 May, 2005 1 commit
  22. 19 Apr, 2005 1 commit
    • ghazi's avatar
      fixincludes: · 2224c90b
      ghazi authored
      	* system.h (fopen, fdopen, freopen): Define these to the unlocked
      	libiberty functions.
      
      gcc:
      	* system.h (fopen, fdopen, freopen): Define these to the unlocked
      	libiberty functions.
      
      libcpp:
      	* system.h (fopen, fdopen, freopen): Define these to the unlocked
      	libiberty functions.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98407 138bc75d-0d04-0410-961f-82ee72b054a4
      2224c90b
  23. 11 Apr, 2005 1 commit
    • ghazi's avatar
      fixincludes: · 077a3c99
      ghazi authored
      	* 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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97986 138bc75d-0d04-0410-961f-82ee72b054a4
      077a3c99
  24. 21 Mar, 2005 2 commits
  25. 15 Mar, 2005 1 commit
  26. 23 Feb, 2005 1 commit
  27. 13 Dec, 2004 1 commit
  28. 02 Dec, 2004 1 commit
  29. 26 Nov, 2004 1 commit
  30. 23 Nov, 2004 1 commit
  31. 21 Nov, 2004 2 commits
    • sayle's avatar
      · 4964185a
      sayle authored
      	* inclhack.def (alpha_pthread_init): Fix technical problems with
      	the last check-in caused by CVS variable substitution.
      	* fixincl.x: Likewise.
      	* tests/base/pthread.h: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90989 138bc75d-0d04-0410-961f-82ee72b054a4
      4964185a
    • sayle's avatar
      · 31e7bff5
      sayle authored
      	* inclhack.def (alpha_pthread_init): New fix.
      	* fixincl.x: Regenerate.
      	* tests/base/pthread.h: Update for new test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90981 138bc75d-0d04-0410-961f-82ee72b054a4
      31e7bff5
  32. 17 Nov, 2004 2 commits
  33. 13 Nov, 2004 2 commits
  34. 12 Nov, 2004 1 commit