summaryrefslogtreecommitdiff
path: root/boehm-gc/include
Commit message (Expand)AuthorAgeFilesLines
* boehm-gc.h: Include gc_ext_config.h, not gc_config.h.Bryce McKinlay2005-01-022-0/+27
* re PR libgcj/18699 (SIGSEGV in GC_local_gcj_malloc)Bryce McKinlay2004-11-303-157/+150
* gc_config.h.in: Add comment.Bryce McKinlay2004-11-271-2/+6
* Fix "PACKAGE_NAME redefined" errors.Bryce McKinlay2004-11-263-150/+153
* Makefile.am: Define ACLOCAL_AMFLAGS.Kelley Cook2004-11-051-4/+3
* gc_priv.h (GC_generic_malloc_words_small_inner): Add prototype.Ulrich Weigand2004-10-191-0/+4
* Add support for M32RKazuhiro Inaoka2004-10-131-0/+21
* configure.ac: Update all AC_DEFINEs to newer style.Kelley Cook2004-09-271-0/+118
* backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split GC_traverse_bac...Hans Boehm2004-08-281-0/+7
* aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.Hans Boehm2004-08-231-0/+2
* aclocal.m4: Remove obsolete construct for old automake.Nathanael Nerode2004-08-161-11/+30
* configure.in (GCINCS): Don't use "boehm-cflags".Bryce McKinlay2004-08-1416-139/+292
* This commit was generated by cvs2svn to compensate for changes in r85899,Bryce McKinlay2004-08-124-6/+33
* Makefile.in: RegenerateKelley Cook2004-08-121-137/+275
* gcconfig.h (PREFETCH): Use __builtin_prefetch for gcc >= 3.0.H.J. Lu2004-04-061-4/+4
* configure.in: Add CCAS, CCASFLAGS for future automakes.Nathanael Nerode2004-02-271-0/+2
* configure.in: Use NCN_TARGET_NONCANONICAL and friends.Nathanael Nerode2004-02-231-3/+8
* gcconfig.h (USE_MMAP): Define for all Linux.Andrew Haley2004-01-201-1/+2
* * include/private/gcconfig.h: Re-install change of 2003-04-16.Richard Earnshaw2003-10-311-3/+8
* gcconfig.h (ALIGNMENT <powerpc linux>): Remove unsure comment.Alan Modra2003-10-181-2/+1
* configure.in: Remove NO_GETENV definition for win32.Hans Boehm2003-10-031-1/+13
* Fix arm-elf support.Anthony Green2003-09-211-1/+1
* gc.h (GC_CreateThread): Declare with WINAPI attribute.Danny Smith2003-07-311-1/+1
* Import GC 6.3alpha1.Jeff Sturm2003-07-2816-463/+896
* Initial revisionJeff Sturm2003-07-286-0/+571
* * include/private/gcconfig.h: Add support for arm-netbsdelf.Richard Earnshaw2003-04-161-4/+9
* gcconfig.h (LINUX_STACKBOTTOM): Define for POWERPC.Tom Tromey2003-04-101-3/+1
* gc_locks.h [IA64]: Include ia64intrin.h.Richard Henderson2003-03-221-14/+7
* gcconfig.h (GC_data_start): declare when needed.Hans Boehm2003-03-042-4/+8
* mark_rts.c (GC_cond_register_dynamic_libraries): add.Hans Boehm2003-03-032-0/+14
* gcconfig.h: undefine MPROTECT_VDB for MACOSXAndreas Tobler2003-02-111-1/+1
* For PR libgcj/8933:Tom Tromey2002-12-312-29/+12
* * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.Andreas Jaeger2002-10-021-0/+1
* gcconfig.h: Don't check for __XSCALE__.Richard Earnshaw2002-09-281-1/+1
* gcconfig: Add machine type S390.Ulrich Weigand2002-09-272-3/+55
* * include/private/gcconfig.h: Fix NetBSD/mips parameters.Jason Thorpe2002-09-241-17/+8
* Remove dead endif so x86-64 compilation works.Bo Thorsen2002-07-191-1/+0
* gcconfig.h: Add x86-64 definitions.Bo Thorsen2002-07-191-1/+44
* gc_locks.h (GC_test_and_set): Support Linux/mips.H.J. Lu2002-06-102-6/+9
* irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.Mark Mitchell2002-05-192-4/+8
* [multiple changes]David S. Miller2002-04-211-4/+4
* gcconfig.h: Use LINUX_STACKBOTTOM for SPARC Linux.Hans Boehm2002-04-171-2/+1
* gcconfig.h (DATAEND): Update comment example to match reality.Loren J. Rittle2002-04-091-2/+2
* * include/private/gcconfig.h (DATAEND): Clarify comment.Loren J. Rittle2002-04-091-0/+3
* gc_priv.h (WARN macro): Add "GC warning:" prefix.Hans Boehm2002-04-091-2/+7
* gcconfig.h: Add support for an unmapped memory hole between the end of the in...Loren J. Rittle2002-04-041-0/+8
* gcconfig.h: define DYNAMIC_LOADING for ELF NetBSD/i386.Bryce McKinlay2002-03-311-0/+3
* linux_threads.c (return_free_lists): Clear fl[i] unconditionally.Hans Boehm2002-03-291-6/+18
* gcconfig.h: Change all likely references to linker script synthesized symbols...Loren J. Rittle2002-03-251-141/+143
* gcconfig.h: Add unified test for FreeBSD.Loren J. Rittle2002-03-221-3/+27