summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Adjust configure.ac to match configure regarding FreeBSD/sparc64Ivan Maidanski2013-08-251-1/+1
| * | | | | | Fix GC_caller_func_offset and GC_DBG_RA namesIvan Maidanski2013-08-254-24/+17
| * | | | | | FreeBSD New ports collection for boehm-gc v7.2dVitaly Magerya2013-08-253-28/+22
| * | | | | | FreeBSD New ports collection for boehm-gc v7.1Mike McGaughey2013-08-257-12/+130
* | | | | | | .gitignore: Ignore *.log, *.trs files produced by 'make check' (Autoconf)Ivan Maidanski2013-09-021-0/+7
* | | | | | | Rename subthread_create to subthreadcreate_test (Makefile)Ivan Maidanski2013-09-022-5/+5
* | | | | | | tests: Append _test suffix to 'initsecondarythread' binary file namesIvan Maidanski2013-09-022-5/+5
* | | | | | | Prevent misleading AC_MSG_ERROR/AS_IF errors reported in configure.acIvan Maidanski2013-09-021-2/+7
* | | | | | | Replace deprecated [CXX]INCLUDES to AM_C[PP]FLAGS in configure.acIvan Maidanski2013-09-011-10/+8
* | | | | | | Remove configure.ac outdated revision numberIvan Maidanski2013-09-011-1/+0
* | | | | | | Specify LT_INIT in configure.acIvan Maidanski2013-09-011-2/+3
* | | | | | | .gitignore: Ignore test-driver (generated by autoreconf)Ivan Maidanski2013-08-311-0/+1
|/ / / / / /
* | | | | | Fix GC_INLINE definition to comply with ISO C90 standard (GCC)Ivan Maidanski2013-08-151-0/+1
* | | | | | Define GC_VSNPRINTF internal macro in misc.c (code refactoring)Ivan Maidanski2013-08-151-4/+6
* | | | | | Update AUTHORS fileIvan Maidanski2013-08-011-0/+2
* | | | | | Fix more typos in commentsOndrej Bilka2013-07-3112-28/+25
* | | | | | Update AUTHORS fileIvan Maidanski2013-07-211-0/+2
* | | | | | Fix 'stack section' pointer passed to push_all_stack_sections (Pthreads)Ivan Maidanski2013-07-201-2/+11
* | | | | | Fix stackbottom/stack_end assignment in GC_call_with_gc_activeIvan Maidanski2013-07-203-3/+12
* | | | | | TODO file: Add pending TODO/FIXME itemsIvan Maidanski2013-07-201-2/+22
* | | | | | Fix assertion violation in GC_mark_from prefetch loopIvan Maidanski2013-07-171-0/+4
* | | | | | Eliminate GC_first_nonempty atomic value reload in GC_mark_local assertionIvan Maidanski2013-07-161-13/+12
* | | | | | Fix typo in comment of GC_mark_fromIvan Maidanski2013-07-161-1/+1
* | | | | | Allow to compile GC_inner_start_routine aside from extra/gc.cIvan Maidanski2013-07-164-8/+20
* | | | | | Test NO_WRAP_MARK_SOME macro to suppress WRAP_MARK_SOME-specific codeIvan Maidanski2013-07-151-3/+4
* | | | | | Define [UN]SET_LOCK_HOLDER and I_[DONT_]HOLD_LOCK macros only if usedIvan Maidanski2013-07-151-24/+24
* | | | | | Do not set GC_lock_holder by call_with_alloc_lock if assertions disabledIvan Maidanski2013-07-154-12/+15
* | | | | | Define SET/UNSET_MARK_LOCK_HOLDER macros to set/check GC_acquire_mark_lockIvan Maidanski2013-07-152-62/+56
* | | | | | Add double-lock assertion to GC_acquire_mark_lockIvan Maidanski2013-07-152-0/+3
* | | | | | Mark GC_started_thread_while_stopped() as GC_INNERIvan Maidanski2013-07-152-2/+2
* | | | | | Make GC_mark_lock_holder variable staticIvan Maidanski2013-07-153-7/+4
* | | | | | Add assertion to LOCK definition that lock is not already heldIvan Maidanski2013-07-151-4/+8
* | | | | | Fix GC_PTHREAD_PTRVAL definition for GC_PTHREADS_PARAMARK (Win32)Ivan Maidanski2013-07-151-1/+1
* | | | | | Enable thread-local allocation support for Clang on CygwinIvan Maidanski2013-07-111-1/+6
* | | | | | Fix more typos in comments and documentationIvan Maidanski2013-07-1127-103/+99
* | | | | | Update AUTHORS fileIvan Maidanski2013-07-111-0/+1
* | | | | | Fix typos in commentsOndrej Bilka2013-07-1120-80/+77
* | | | | | Expand tabs to spaces in rarely used (ancient) filesIvan Maidanski2013-07-106-399/+399
* | | | | | Fix missing tabs in SMakefile.amigaIvan Maidanski2013-07-101-10/+10
* | | | | | Check that SIG_SUSPEND and SIG_THR_RESTART are different (Pthreads)Ivan Maidanski2013-07-101-0/+2
* | | | | | Improve debug-only messages of add/remove_roots and init_linux_data_startIvan Maidanski2013-06-122-4/+8
* | | | | | Fix typo in comment of signalObjectAndWait_func (Win32)Ivan Maidanski2013-06-121-2/+2
* | | | | | Use compiler TLS for Android NDK gcc/armIvan Maidanski2013-06-111-3/+5
* | | | | | Workaround 'unresolved __tls_get_addr' error for Android NDK Clang/x86Ivan Maidanski2013-06-101-2/+2
* | | | | | Tag GC malloc routines with alloc_size attribute for Clang 3.2+Ivan Maidanski2013-06-101-1/+3
* | | | | | Workaround 'unresolved __tls_get_addr' error for Android NDK clang/mipsIvan Maidanski2013-06-091-1/+3
* | | | | | Use pthread API to operate thread-local data on Linux if no compiler TLSIvan Maidanski2013-06-091-1/+1
* | | | | | Move GC_OPENBSD_UTHREADS definition to private/gcconfig.h (OpenBSD)Ivan Maidanski2013-06-082-9/+9
* | | | | | Suppress 'GC_dont_gc deprecated' warning in gc.h if GC_DONT_GCIvan Maidanski2013-06-081-2/+5
* | | | | | Support rthreads introduced in OpenBSD 5.2+Kurt Miller2013-06-087-19/+33