1. 13 Dec, 2004 1 commit
  2. 30 Nov, 2004 1 commit
  3. 29 Nov, 2004 1 commit
  4. 27 Nov, 2004 1 commit
  5. 26 Nov, 2004 1 commit
    • Fix "PACKAGE_NAME redefined" errors. · 504832c1
      2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
      
      	Fix "PACKAGE_NAME redefined" errors.
      	* configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
      	and include/gc_config.h.
      	* configure: Regenerated.
      	* include/gc_config.h.in: No longer auto-generated. Define only the
      	macros needed by libjava.
      	* include/config.h.in: Generated by autoheader.
      	* include/gc.h: Include config.h, not gc_config.h.
      
      From-SVN: r91330
      Bryce McKinlay committed
  6. 25 Nov, 2004 1 commit
    • libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. · 767f726e
      2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
      	* boehm-gc/configure: Regenerate.
      	* libffi/configure: Regenerate.
      	* libgfortran/configure: Regenerate.
      	* libjava/configure: Regenerate.
      	* libobjc/configure: Regenerate.
      	* libstdc++-v3/configure: Regenerate.
      	* zlib/configure: Regenerate.
      
      From-SVN: r91293
      Kelley Cook committed
  7. 24 Nov, 2004 1 commit
  8. 22 Nov, 2004 2 commits
  9. 05 Nov, 2004 1 commit
    • Makefile.am: Define ACLOCAL_AMFLAGS. · 97ee7627
      2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.am: Define ACLOCAL_AMFLAGS.
      	* configure.ac: Remove redundant sinclude.
      	* acinclude.m4: Delete file.
      	* aclocal.m4: Regenerate.
      	* Makefile.in, include/Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r90103
      Kelley Cook committed
  10. 19 Oct, 2004 1 commit
  11. 13 Oct, 2004 1 commit
  12. 27 Sep, 2004 1 commit
  13. 28 Aug, 2004 1 commit
    • backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split GC_traverse_back_graph. · 3c1cbf58
      	* backgraph.c, gc_priv.h (GC_traverse_back_graph,
      	GC_print_back_graph_stats): split GC_traverse_back_graph.
      	* backgraph.c: Dynamically grow in_progress_space.
      	* finalize.c (GC_notify_or_invoke_finalizers): also call
      	GC_print_back_graph_stats.
      	* alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
      	GC_print_back_height): Move delarations to header file.
      	* configure.ac: rename --enable-full-debug to --enable-gc-debug.
      	* configure: Regenerate.
      
      From-SVN: r86685
      Hans Boehm committed
  14. 23 Aug, 2004 2 commits
  15. 21 Aug, 2004 1 commit
  16. 16 Aug, 2004 3 commits
  17. 15 Aug, 2004 1 commit
  18. 13 Aug, 2004 1 commit
    • configure.in (GCINCS): Don't use "boehm-cflags". · 4109fe85
      libjava:
      2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
      
      	* configure.in (GCINCS): Don't use "boehm-cflags". Instead, -I
      	boehm-gc's include dirs.
      	* configure: Rebuilt.
      	* include/boehm-gc.h: Include gc_config.h.
      
      boehm-gc:
      2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
      
      	* configure.ac (gc_cflags): Add -Iinclude.
      	(AC_CONFIG_HEADERS): New. Configure gc_config.h header.
      	Don't write DEFS to boehm-cflags file.
      	* configure: Rebuilt.
      	* gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
      	* specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
      	* include/gc_config_macros.h: Remove backward-compatibility
      	redefinitions of GC_ names.
      	* include/gc.h: Include <gc_config.h>.
      
      2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
      
      	Import Boehm GC version 6.3.
      
      From-SVN: r85972
      Bryce McKinlay committed
  19. 12 Aug, 2004 3 commits
  20. 07 Jul, 2004 1 commit
  21. 20 Jun, 2004 1 commit
  22. 18 Jun, 2004 1 commit
  23. 16 Jun, 2004 1 commit
    • configure.ac: New name of configure.in. · bf9a420e
      boehm-gc/ChangeLog:
      2005-06-16  Paolo Bonzini  <bonzini@gnu.org>
      
      	* boehm-gc/configure.ac: New name of configure.in.
      	Remove useless multilib stuff.  Change uses of
      	INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
      	* boehm-gc/configure.in: New name of configure.in.
      	* boehm-gc/Makefile.am: Update for automake 1.8.5.
      	* boehm-gc/acinclude.m4: Include ../config/acx.m4.
      	* boehm-gc/aclocal.m4: Regenerate.
      	* boehm-gc/configure: Regenerate.
      
      contrib/ChangeLog:
      2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
      
      	* gcc_update (boehm-gc/configure): Depend on
      	boehm-gc/configure.ac instead of boehm-gc/configure.in
      
      gcc/ChangeLog:
      2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
      
      	* doc/install.texi: boehm-gc now uses automake 1.8.5.
      
      From-SVN: r83227
      Paolo Bonzini committed
  24. 15 Jun, 2004 1 commit
  25. 18 May, 2004 1 commit
  26. 25 Apr, 2004 1 commit
  27. 06 Apr, 2004 1 commit
  28. 11 Mar, 2004 1 commit
    • configure.ac: Bump AC_PREREQ to 2.59. · 8ab705be
      boehm-gc/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      fastjar/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      
      intl/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      	* config.h.in: Regenerate.
      
      gcc/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      
      libada/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.in: Rename file to ...
      	* configure.ac: .. to this. Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      
      libjava/libltdl/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      	* config-h.in: Regenerate.
      
      libstdc++-v3/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      
      contrib/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* gcc_update (files_and_dependencies): Insert libada/configure.
      
      From-SVN: r79285
      Kelley Cook committed
  29. 27 Feb, 2004 2 commits
  30. 26 Feb, 2004 4 commits