summaryrefslogtreecommitdiff
path: root/boehm-gc
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am (toolexeclib_LTLIBRARIES): Remove.Jeff Sturm2002-04-233-112/+40
* [multiple changes]David S. Miller2002-04-212-4/+14
* gcconfig.h: Use LINUX_STACKBOTTOM for SPARC Linux.Hans Boehm2002-04-172-2/+6
* gcconfig.h (DATAEND): Update comment example to match reality.Loren J. Rittle2002-04-092-2/+7
* * include/private/gcconfig.h (DATAEND): Clarify comment.Loren J. Rittle2002-04-092-0/+7
* gc_priv.h (WARN macro): Add "GC warning:" prefix.Hans Boehm2002-04-096-12/+68
* gcconfig.h: Add support for an unmapped memory hole between the end of the in...Loren J. Rittle2002-04-042-0/+14
* gcconfig.h: define DYNAMIC_LOADING for ELF NetBSD/i386.Bryce McKinlay2002-03-312-0/+20
* linux_threads.c (return_free_lists): Clear fl[i] unconditionally.Hans Boehm2002-03-295-19/+78
* os_dep.c (GC_init_linux_data_start): Fix references to __data_start and _end.Richard Henderson2002-03-272-8/+13
* gcconfig.h: Change all likely references to linker script synthesized symbols...Loren J. Rittle2002-03-252-141/+149
* * linux_threads.c (GC_get_nprocs): Close file descriptor.Jeff Sturm2002-03-252-0/+12
* gcconfig.h: Add unified test for FreeBSD.Loren J. Rittle2002-03-223-9/+40
* Makefile.am: Make target library a convenience library.Bryce McKinlay2002-03-173-33/+126
* Address mingw32 issues.Anthony Green2002-03-154-6/+19
* dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.Adam Megacz2002-03-126-23/+38
* Hashtable synchronization for PowerPC.Bryce McKinlay2002-03-102-0/+11
* Makefile.am: Added win32_threads.c to sources list.Adam Megacz2002-02-254-60/+20
* Makefile.am: Re-add SUBDIRS parameter which was lost in merge.Bryce McKinlay2002-02-203-23/+109
* Import bugfix.Mike Stump2002-02-151-1/+1
* Removed .s files.Bryce McKinlay2002-02-142-108/+0
* dbg_mlc.c (GC_debug_generic_malloc): Removed.Bryce McKinlay2002-02-136-33/+122
* configure.in: Re-apply 2001-06-26 configure change.Richard Henderson2002-02-123-22/+25
* * sparc_mach_dep.S: Delete incorrectly named file.Bryce McKinlay2002-02-122-67/+2
* Imported GC 6.1 Alpha 3. Finally.Bryce McKinlay2002-02-1240-510/+1285
* configure.in: support for win32, saner cross-compile optionsAdam Megacz2002-02-113-17/+21
* xscale-elf supportAnthony Green2002-02-094-54/+89
* gc.h: (GC_CreateThread) This function is now exposed on all Win32 platforms.Adam Megacz2002-02-074-16/+46
* 2002-02-01 Adam Megacz <adam@xwt.org>Adam Megacz2002-02-022-1/+6
* This commit was generated by cvs2svn to compensate for changes in r49361,Bryce McKinlay2002-01-313-352/+555
* Initial revisionBryce McKinlay2002-01-313-0/+589
* gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.David Edelsohn2002-01-254-6/+32
* dyn_load.c: Define ElfW (if needed) for all targets, not just GNU/Linux.Jeff Sturm2001-12-173-19/+29
* re PR other/3725 (changed to configure.in's for autoconf 2.50)Craig Rodrigues2001-12-163-2/+10
* linux_threads.c (WRAP_FUNC(pthread_join)): Remove special case for GC_FREEBSD...Loren J. Rittle2001-11-264-18/+16
* solaris_threads.h: Update to use GC_SOLARIS_THREADS.Loren J. Rittle2001-10-232-2/+7
* linux_threads.c (GC_init_parallel): Do not declare as a static constructor.Bryce McKinlay2001-10-234-6/+16
* gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.Loren J. Rittle2001-10-175-5/+30
* Makefile.am (test.o): Find tests/test.c in $(srcdir).Loren J. Rittle2001-10-173-3/+8
* Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes.Bryce McKinlay2001-10-1639-356/+669
* This commit was generated by cvs2svn to compensate for changes in r46260,Bryce McKinlay2001-10-151-7/+21
* Initial revisionBryce McKinlay2001-10-151-0/+12
* solaris_threads.c (MAX_ORIG_STACK_SIZE): Provide special Solaris 2/Intel defi...Rainer Orth2001-09-265-3/+39
* Makefile.am: New file.Per Bothner2001-09-117-167/+452
* configure: Rebuilt.Tom Tromey2001-08-203-91/+82
* Makefile.am, [...]: Imported GC 6.0 and merged local changes.Tom Tromey2001-08-1842-707/+1274
* Initial revisionTom Tromey2001-08-1715-0/+11927
* configure.in: POSIX threads on cygwin does not link with -lpthreads.David Billinghurst2001-08-023-3/+15
* re PR bootstrap/3281 (Installation failure (mkinstalldirs))Tom Tromey2001-07-035-74/+104
* alpha_mach_dep.s: Mark call-saved FP registers.Richard Henderson2001-06-265-146/+156