Age | Commit message (Expand) | Author | Files | Lines |
2009-12-13 | gc_locks.h: For __ARM_EABI__ define GC_test_and_set GC_clear to use the atomi... | Matthias Klose | 2 | -1/+12 |
2009-12-05 | Sync from git Libtool and regenerate. | Ralf Wildenhues | 4 | -1079/+852 |
2009-11-30 | mark_rts.c (GC_approx_sp): Use __builtin_frame_address when compiling with GC... | Ben Elliston | 2 | -1/+13 |
2009-11-30 | os_dep.c: Use the POSIX signal API in preference to the BSD API. | Ben Elliston | 2 | -6/+14 |
2009-09-11 | Override all per-target *_LINK variables correctly. | Ralf Wildenhues | 3 | -9/+14 |
2009-09-08 | libtool.m4 (output_verbose_link_cmd): Require leading blank, and blank before... | Alexandre Oliva | 2 | -6/+10 |
2009-09-03 | dyn_load.c (HAVE_DL_ITERATE_PHDR): Break definition from use. | Loren J. Rittle | 2 | -2/+15 |
2009-08-24 | Update AC_PREREQ entries to 2.64 | Ralf Wildenhues | 2 | -1/+5 |
2009-08-22 | Cleanups after the update to Autoconf 2.64, Automake 1.11. | Ralf Wildenhues | 3 | -11/+7 |
2009-08-22 | Regenerate tree using Autoconf 2.64 and Automake 1.11. | Ralf Wildenhues | 6 | -6975/+5984 |
2009-08-22 | LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11 | Ralf Wildenhues | 3 | -4/+15 |
2009-07-30 | extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ... | Ralf Wildenhues | 2 | -1/+5 |
2009-07-23 | Commit patch #3 of 4 for Power7 VSX support | Michael Meissner | 2 | -25/+20 |
2009-07-17 | configure.ac: Add rule for mingw targets to add -DGC_BUILD=1 to cflags. | Kai Tietz | 3 | -20/+42 |
2009-05-17 | win32_threads.c (GC_get_thread_stack_base): Implement for Cygwin. | Dave Korn | 2 | -0/+10 |
2009-03-01 | backport: Support GNU/kOpenSolaris. | Ralf Wildenhues | 2 | -7/+11 |
2009-02-09 | Makefile.am (LTLDFLAGS): New variable. | Mark Mitchell | 3 | -2/+10 |
2008-12-18 | Backport from upstream Libtool: | Ralf Wildenhues | 2 | -82/+116 |
2008-09-26 | configure: Regenerate for new libtool. | Peter O'Gorman | 5 | -484/+1327 |
2008-07-18 | - checkin threads.mk.in. | Matthias Klose | 1 | -0/+3 |
2008-07-18 | configure.ac (AC_CONFIG_FILES): Add threads.mk. | Matthias Klose | 4 | -6/+15 |
2008-06-17 | Makefile.tpl ($(srcdir)/configure): Update dependencies. | Ralf Wildenhues | 5 | -34/+67 |
2008-04-18 | re PR other/35457 (Error building GCC trunk on CELL SPU) | Paolo Bonzini | 3 | -26/+42 |
2008-03-16 | configure.ac: m4_include config/proginstall.m4. | Ralf Wildenhues | 5 | -30/+64 |
2008-02-19 | dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro GC_GETS... | Andreas Tobler | 3 | -16/+20 |
2008-01-26 | gcconfig.h (HBLKSIZE): Define for MIPS. | Richard Sandiford | 2 | -0/+7 |
2008-01-24 | * configure: Regenerate. | David Edelsohn | 2 | -11/+15 |
2007-10-11 | re PR boehm-gc/33442 (1938 unexpected fails in libjava testsuite) | John David Anglin | 2 | -1/+7 |
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 |