Age | Commit message (Expand) | Author | Files | Lines |
2007-08-15 | * include/private/gcconfig.h: Handle mips64-linux n64 ABI. | David Daney | 2 | -1/+10 |
2007-07-05 | Regenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp, | H.J. Lu | 2 | -6377/+4 |
2007-07-02 | re PR boehm-gc/21940 (boehm-gc gctest fails on Solaris 10/x86) | Rainer Orth | 12 | -1204/+79 |
2007-06-22 | pthread_support.c (GC_get_thread_stack_base): Handle pthread_getattr_np failu... | Jakub Jelinek | 2 | -1/+12 |
2007-06-02 | configure: Regenerate. | Paolo Bonzini | 2 | -40/+50 |
2007-05-24 | Commit the change of this file, mentionend in the CL from 2007-05-20. | Andreas Tobler | 1 | -11/+10 |
2007-05-24 | ltmain.sh: Update from ToT Libtool. | Steve Ellcey | 5 | -1104/+16907 |
2007-05-20 | configure.ac: Introduce extra_ldflags_libgc. | Andreas Tobler | 6 | -3/+34 |
2007-04-23 | gc.h (GC_is_thread_suspended): Declare. | Keith Seitz | 3 | -0/+14 |
2007-04-03 | closures.c: Include sys/statfs.h. | Jakub Jelinek | 3 | -14/+15 |
2007-03-07 | ffi.h.in (ffi_closure_alloc, [...]): New. | Alexandre Oliva | 4 | -4/+129 |
2007-03-01 | Makefile.am: Add dummy install-pdf target. | Brooks Moses | 3 | -4/+11 |
2007-02-05 | gcconfig.h: use LINUX_STACKBOTTOM so it works with Linux 2.6, reactivate MPRO... | Roman Zippel | 3 | -3/+10 |
2007-01-24 | 2007-01-24 Andreas Tobler <a.tobler@schweiz.org> | Andreas Tobler | 1 | -2/+2 |
2007-01-19 | os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently added def... | Andreas Tobler | 4 | -25/+26 |
2007-01-17 | configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while cross-compiling. | David Daney | 4 | -27/+7 |
2007-01-17 | * os_dep.c: Fix i686-apple-darwin9 builds. | Mike Stump | 2 | -1/+14 |
2007-01-17 | aclocal.m4: Regenerate to use multi.m4. | Jack Howarth | 5 | -59/+17 |
2007-01-17 | gc_config.h.in: Regenerate. | Andreas Tobler | 2 | -6/+16 |
2007-01-16 | gcconfig.h: Handle amd64/x86-64 cpu under GNU/kFreeBSD. | Petr Salinger | 3 | -2/+12 |
2007-01-15 | os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail reference. | Andreas Tobler | 2 | -2/+8 |
2007-01-11 | configure.ac: Replaced HAS_I386_THREAD_STATE_* with HAS_X86_THREAD_STATE32_* ... | Andreas Tobler | 8 | -120/+452 |
2006-12-08 | configure.ac: Fix x86 darwin builds. | Mike Stump | 5 | -14/+37 |
2006-09-26 | re PR boehm-gc/29180 (boehm-gc/darwin_stop_world.c not 64-bit clean) | Jack Howarth | 2 | -1/+6 |
2006-09-21 | os_dep.c: Port to Darwin/i386 | Sandro Tolaini | 4 | -2/+55 |
2006-09-18 | configure.ac: add support for GNU/kFreeBSD, accepted by upstream for gc 6.8. | Petr Salinger | 7 | -9/+88 |
2006-09-14 | re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris) | Tom Tromey | 2 | -1/+7 |
2006-08-21 | re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with... | Bryce McKinlay | 9 | -83/+276 |
2006-06-21 | pthread_stop_world.c (GC_suspend_handler): Redirect to suspension routine if ... | Keith Seitz | 4 | -6/+82 |
2006-06-20 | Backport Windows 9x/ME VirtualQuery() fix from GC 6.7. | Ranjit Mathew | 3 | -2/+21 |
2006-06-03 | Index: gcc/ChangeLog | Geoffrey Keating | 5 | -98/+866 |
2006-05-24 | Makefile.am: Add install-html target. | Carlos O'Donell | 5 | -324/+158 |
2006-04-24 | dyn_load.c (GC_has_static_roots): Declare. | Andrew Haley | 3 | -1/+31 |
2006-04-11 | darwin_stop_world.c (GC_push_all_stacks, [...]): Call vm_deallocate to free a... | Bryce McKinlay | 2 | -0/+9 |
2006-03-24 | configure.ac (THREADS): Add REENTRANT for *-*-hpux11*. | Andreas Tobler | 3 | -5/+27 |
2006-02-10 | * pthread_support.c: Conditionally include dlfcn.h. | Tom Tromey | 2 | -0/+8 |
2006-02-07 | gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION. | Jakub Jelinek | 7 | -2/+97 |
2006-02-04 | gc_locks.h (GC_test_and_set <POWERPC>): Don't use broken 64-bit version. | Alan Modra | 2 | -1/+6 |
2006-01-25 | darwin_stop_world.c: Change inline asm instruction to ld as ldz is wrong. | Andreas Tobler | 2 | -1/+4 |
2006-01-25 | Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources. | Andreas Tobler | 3 | -8/+23 |
2006-01-25 | gcconfig.h: Revert to GC 6.6 version, removing all local changes. | Bryce McKinlay | 2 | -12/+17 |
2006-01-25 | Remove svn:executable property. | Bryce McKinlay | 1 | -0/+0 |
2006-01-25 | Import Boehm GC version 6.6. | Bryce McKinlay | 48 | -1098/+847 |
2006-01-24 | re PR libobjc/13946 (ObjC configured --with-objc-gc needs external Boehm gc) | David Ayers | 2 | -2/+7 |
2005-11-02 | gc_priv.h: Increase MAX_ROOT_SETS to 1024. | Bryce McKinlay | 2 | -11/+7 |
2005-10-31 | .cvsignore are not needed for subversion, remove them. | Andreas Jaeger | 1 | -1/+0 |
2005-09-15 | gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'. | Kazu Hirata | 2 | -1/+6 |
2005-09-06 | re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on executi... | Tom Tromey | 2 | -1/+7 |
2005-07-17 | * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM. | SUGIOKA Toshinobu | 2 | -1/+5 |
2005-06-15 | os_dep.c: Add FreeBSD/PowerPC bits. | Andreas Tobler | 3 | -2/+28 |