aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
AgeCommit message (Expand)AuthorFilesLines
2007-04-23gc.h (GC_is_thread_suspended): Declare.Keith Seitz3-0/+14
2007-04-03closures.c: Include sys/statfs.h.Jakub Jelinek3-14/+15
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva4-4/+129
2007-03-01Makefile.am: Add dummy install-pdf target.Brooks Moses3-4/+11
2007-02-05gcconfig.h: use LINUX_STACKBOTTOM so it works with Linux 2.6, reactivate MPRO...Roman Zippel3-3/+10
2007-01-242007-01-24 Andreas Tobler <a.tobler@schweiz.org>Andreas Tobler1-2/+2
2007-01-19os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently added def...Andreas Tobler4-25/+26
2007-01-17configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while cross-compiling.David Daney4-27/+7
2007-01-17* os_dep.c: Fix i686-apple-darwin9 builds.Mike Stump2-1/+14
2007-01-17aclocal.m4: Regenerate to use multi.m4.Jack Howarth5-59/+17
2007-01-17gc_config.h.in: Regenerate.Andreas Tobler2-6/+16
2007-01-16gcconfig.h: Handle amd64/x86-64 cpu under GNU/kFreeBSD.Petr Salinger3-2/+12
2007-01-15os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail reference.Andreas Tobler2-2/+8
2007-01-11configure.ac: Replaced HAS_I386_THREAD_STATE_* with HAS_X86_THREAD_STATE32_* ...Andreas Tobler8-120/+452
2006-12-08configure.ac: Fix x86 darwin builds.Mike Stump5-14/+37
2006-09-26re PR boehm-gc/29180 (boehm-gc/darwin_stop_world.c not 64-bit clean)Jack Howarth2-1/+6
2006-09-21os_dep.c: Port to Darwin/i386Sandro Tolaini4-2/+55
2006-09-18configure.ac: add support for GNU/kFreeBSD, accepted by upstream for gc 6.8.Petr Salinger7-9/+88
2006-09-14re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris)Tom Tromey2-1/+7
2006-08-21re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay9-83/+276
2006-06-21pthread_stop_world.c (GC_suspend_handler): Redirect to suspension routine if ...Keith Seitz4-6/+82
2006-06-20Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.Ranjit Mathew3-2/+21
2006-06-03Index: gcc/ChangeLogGeoffrey Keating5-98/+866
2006-05-24Makefile.am: Add install-html target.Carlos O'Donell5-324/+158
2006-04-24dyn_load.c (GC_has_static_roots): Declare.Andrew Haley3-1/+31
2006-04-11darwin_stop_world.c (GC_push_all_stacks, [...]): Call vm_deallocate to free a...Bryce McKinlay2-0/+9
2006-03-24configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.Andreas Tobler3-5/+27
2006-02-10* pthread_support.c: Conditionally include dlfcn.h.Tom Tromey2-0/+8
2006-02-07gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.Jakub Jelinek7-2/+97
2006-02-04gc_locks.h (GC_test_and_set <POWERPC>): Don't use broken 64-bit version.Alan Modra2-1/+6
2006-01-25darwin_stop_world.c: Change inline asm instruction to ld as ldz is wrong.Andreas Tobler2-1/+4
2006-01-25Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.Andreas Tobler3-8/+23
2006-01-25gcconfig.h: Revert to GC 6.6 version, removing all local changes.Bryce McKinlay2-12/+17
2006-01-25Remove svn:executable property.Bryce McKinlay1-0/+0
2006-01-25Import Boehm GC version 6.6.Bryce McKinlay48-1098/+847
2006-01-24re PR libobjc/13946 (ObjC configured --with-objc-gc needs external Boehm gc)David Ayers2-2/+7
2005-11-02gc_priv.h: Increase MAX_ROOT_SETS to 1024.Bryce McKinlay2-11/+7
2005-10-31.cvsignore are not needed for subversion, remove them.Andreas Jaeger1-1/+0
2005-09-15gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'.Kazu Hirata2-1/+6
2005-09-06re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on executi...Tom Tromey2-1/+7
2005-07-17* include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.SUGIOKA Toshinobu2-1/+5
2005-06-15os_dep.c: Add FreeBSD/PowerPC bits.Andreas Tobler3-2/+28
2005-05-25gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.Andrew Haley2-0/+6
2005-05-10* configure: Regenerate.Mike Stump2-1/+5
2005-04-19os_dep.c, gc_locks.h: Import CRIS port by Simon Posnjak from gc6.4.Hans-Peter Nilsson4-2/+57
2005-04-17gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.David S. Miller3-3/+17
2005-04-13* configure: Regenerate.Mike Stump2-1/+66
2005-04-12* include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.Richard Henderson2-1/+5
2005-03-24darwin_stop_world.c: Update for -m64 multilib.Mike Stump4-13/+37
2005-03-01Makefile.in, [...]: Regenerate.Kelley Cook3-11/+27