summaryrefslogtreecommitdiff
path: root/boehm-gc
Commit message (Expand)AuthorAgeFilesLines
* extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ...Ralf Wildenhues2009-07-302-1/+5
* Commit patch #3 of 4 for Power7 VSX supportMichael Meissner2009-07-232-25/+20
* configure.ac: Add rule for mingw targets to add -DGC_BUILD=1 to cflags.Kai Tietz2009-07-173-20/+42
* win32_threads.c (GC_get_thread_stack_base): Implement for Cygwin.Dave Korn2009-05-172-0/+10
* backport: Support GNU/kOpenSolaris.Ralf Wildenhues2009-03-012-7/+11
* Makefile.am (LTLDFLAGS): New variable.Mark Mitchell2009-02-093-2/+10
* Backport from upstream Libtool:Ralf Wildenhues2008-12-182-82/+116
* configure: Regenerate for new libtool.Peter O'Gorman2008-09-265-484/+1327
* - checkin threads.mk.in.Matthias Klose2008-07-181-0/+3
* configure.ac (AC_CONFIG_FILES): Add threads.mk.Matthias Klose2008-07-184-6/+15
* Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues2008-06-175-34/+67
* re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini2008-04-183-26/+42
* configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues2008-03-165-30/+64
* dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro GC_GETS...Andreas Tobler2008-02-193-16/+20
* gcconfig.h (HBLKSIZE): Define for MIPS.Richard Sandiford2008-01-262-0/+7
* * configure: Regenerate.David Edelsohn2008-01-242-11/+15
* re PR boehm-gc/33442 (1938 unexpected fails in libjava testsuite)John David Anglin2007-10-112-1/+7
* * include/private/gcconfig.h: Handle mips64-linux n64 ABI.David Daney2007-08-152-1/+10
* Regenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp,H.J. Lu2007-07-052-6377/+4
* re PR boehm-gc/21940 (boehm-gc gctest fails on Solaris 10/x86)Rainer Orth2007-07-0212-1204/+79
* pthread_support.c (GC_get_thread_stack_base): Handle pthread_getattr_np failu...Jakub Jelinek2007-06-222-1/+12
* configure: Regenerate.Paolo Bonzini2007-06-022-40/+50
* Commit the change of this file, mentionend in the CL from 2007-05-20.Andreas Tobler2007-05-241-11/+10
* ltmain.sh: Update from ToT Libtool.Steve Ellcey2007-05-245-1104/+16907
* configure.ac: Introduce extra_ldflags_libgc.Andreas Tobler2007-05-206-3/+34
* gc.h (GC_is_thread_suspended): Declare.Keith Seitz2007-04-233-0/+14
* closures.c: Include sys/statfs.h.Jakub Jelinek2007-04-033-14/+15
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-074-4/+129
* Makefile.am: Add dummy install-pdf target.Brooks Moses2007-03-013-4/+11
* gcconfig.h: use LINUX_STACKBOTTOM so it works with Linux 2.6, reactivate MPRO...Roman Zippel2007-02-053-3/+10
* 2007-01-24 Andreas Tobler <a.tobler@schweiz.org>Andreas Tobler2007-01-241-2/+2
* os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently added def...Andreas Tobler2007-01-194-25/+26
* configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while cross-compiling.David Daney2007-01-174-27/+7
* * os_dep.c: Fix i686-apple-darwin9 builds.Mike Stump2007-01-172-1/+14
* aclocal.m4: Regenerate to use multi.m4.Jack Howarth2007-01-175-59/+17
* gc_config.h.in: Regenerate.Andreas Tobler2007-01-172-6/+16
* gcconfig.h: Handle amd64/x86-64 cpu under GNU/kFreeBSD.Petr Salinger2007-01-163-2/+12
* os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail reference.Andreas Tobler2007-01-152-2/+8
* configure.ac: Replaced HAS_I386_THREAD_STATE_* with HAS_X86_THREAD_STATE32_* ...Andreas Tobler2007-01-118-120/+452
* configure.ac: Fix x86 darwin builds.Mike Stump2006-12-085-14/+37
* re PR boehm-gc/29180 (boehm-gc/darwin_stop_world.c not 64-bit clean)Jack Howarth2006-09-262-1/+6
* os_dep.c: Port to Darwin/i386Sandro Tolaini2006-09-214-2/+55
* configure.ac: add support for GNU/kFreeBSD, accepted by upstream for gc 6.8.Petr Salinger2006-09-187-9/+88
* re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris)Tom Tromey2006-09-142-1/+7
* re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay2006-08-219-83/+276
* pthread_stop_world.c (GC_suspend_handler): Redirect to suspension routine if ...Keith Seitz2006-06-214-6/+82
* Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.Ranjit Mathew2006-06-203-2/+21
* Index: gcc/ChangeLogGeoffrey Keating2006-06-035-98/+866
* Makefile.am: Add install-html target.Carlos O'Donell2006-05-245-324/+158
* dyn_load.c (GC_has_static_roots): Declare.Andrew Haley2006-04-243-1/+31