aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
AgeCommit message (Expand)AuthorFilesLines
2005-01-02boehm-gc.h: Include gc_ext_config.h, not gc_config.h.Bryce McKinlay5-2/+37
2004-12-13configure: Regenerate.Kelley Cook2-9/+6
2004-11-30re PR libgcj/18699 (SIGSEGV in GC_local_gcj_malloc)Bryce McKinlay6-162/+166
2004-11-29libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case from CVS libto...Kelley Cook2-9/+6
2004-11-27gc_config.h.in: Add comment.Bryce McKinlay2-2/+10
2004-11-26Fix "PACKAGE_NAME redefined" errors.Bryce McKinlay6-152/+167
2004-11-25libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook2-2/+13
2004-11-24libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ...Kelley Cook2-9/+6
2004-11-22configure.ac (machdep): Use sparc_mach_dep.lo on sparc64-sun-solaris2.* too.Eric Botcazou3-5/+12
2004-11-22re PR target/18444 (Multithreading broken on Unix95-class platforms)Eric Botcazou3-3/+8
2004-11-05Makefile.am: Define ACLOCAL_AMFLAGS.Kelley Cook8-50/+24
2004-10-19gc_priv.h (GC_generic_malloc_words_small_inner): Add prototype.Ulrich Weigand2-0/+9
2004-10-13Add support for M32RKazuhiro Inaoka2-0/+25
2004-09-27configure.ac: Update all AC_DEFINEs to newer style.Kelley Cook4-101/+273
2004-08-28backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split GC_traverse_bac...Hans Boehm7-40/+77
2004-08-23aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.Hans Boehm4-1/+11
2004-08-23win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.Bryce McKinlay2-2/+8
2004-08-21misc.c (GC_init): Replace lhs cast with rhs cast.Danny Smith2-2/+7
2004-08-17specific.c: Check GC_LINUX_THREADS before including private/specific.h.Bryce McKinlay2-1/+7
2004-08-16aclocal.m4: Remove obsolete construct for old automake.Nathanael Nerode7-102/+89
2004-08-16solaris_threads.c: Remove ifdef around #include "private/gc_priv.h" since the...Andreas Tobler3-7/+9
2004-08-15re PR target/14931 (ASM file in GCC for PPC darwin should use the new stub st...Andreas Tobler2-3/+8
2004-08-14configure.in (GCINCS): Don't use "boehm-cflags".Bryce McKinlay65-770/+2208
2004-08-12This commit was generated by cvs2svn to compensate for changes in r85899,Bryce McKinlay10-237/+546
2004-08-12Initial revisionBryce McKinlay3-0/+287
2004-08-12Makefile.in: RegenerateKelley Cook2-137/+279
2004-07-06os-dep.c (GC_task_self): Declare as static and remove the second declaration.Andrew Pinski2-3/+6
2004-06-20Makefile.am: Add rule for .S files to fix bootstrap on solaris and alpha.Andreas Tobler3-1/+11
2004-06-18Fix incorrect year for some ChangeLog entries.R. Kelley Cook1-2/+2
2004-06-16configure.ac: New name of configure.in.Paolo Bonzini7-867/+2391
2004-06-15Added .cvsignore entry for autom4te.cache to boehm-gc, libffi andPaolo Bonzini2-0/+5
2004-05-18re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ...Kaz Kojima1-1/+1
2004-04-25* mark.c (GC_mark_from): Use pointer as prefetch argument.Andreas Jaeger2-4/+8
2004-04-06gcconfig.h (PREFETCH): Use __builtin_prefetch for gcc >= 3.0.H.J. Lu2-4/+10
2004-03-11configure.ac: Bump AC_PREREQ to 2.59.Kelley Cook3-261/+537
2004-02-27ltconfig, ltmain.sh: Remove unused files.Nathanael Nerode11-11108/+11
2004-02-27configure.in: Add CCAS, CCASFLAGS for future automakes.Nathanael Nerode5-2/+23
2004-02-26Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.Nathanael Nerode5-30/+7
2004-02-26acinclude.m4: Remove GC_CONFIGURE macro; move contents to configure.in.Nathanael Nerode5-105/+52
2004-02-26configure.in: Remove more obsolete, bogus code.Nathanael Nerode3-48/+9
2004-02-26acinclude.m4: Remove obsolete and bogus constructs.Nathanael Nerode4-52/+10
2004-02-25acinclude.m4: De-precious CC and CXX so that the right flags are passed down ...Nathanael Nerode4-549/+309
2004-02-23config.sub, [...]: Replace with forwarding scripts which invoke the master co...Zack Weinberg3-2998/+72
2004-02-23acinclude.m4: Remove old no-executables workaround; add new no-executables wo...Nathanael Nerode5-1872/+5202
2004-02-23configure.in: Use NCN_TARGET_NONCANONICAL and friends.Nathanael Nerode6-92/+182
2004-02-20Index: ChangeLogAndrew Cagney3-225/+466
2004-02-20acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.Nathanael Nerode4-92/+61
2004-02-20acinclude.m4: Move certain code to configure.in.Nathanael Nerode5-315/+287
2004-02-20* Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.Nathanael Nerode3-6/+15
2004-01-20gcconfig.h (USE_MMAP): Define for all Linux.Andrew Haley3-2/+9