summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused UTHREAD_SP_OFFSET macro (OpenBSD)Ivan Maidanski2013-06-081-27/+9
* Update AUTHORS fileIvan Maidanski2013-06-021-0/+1
* Register dynamic libraries via dl_iterate_phdr on OpenBSDKurt Miller2013-06-021-1/+8
* Register dynamic libraries via dl_iterate_phdr on Android if possibleIvan Maidanski2013-06-011-4/+9
* Fix GC_INIT_CONF_ROOTS in gc.h for Android (define __data_start as weak)Ivan Maidanski2013-06-011-2/+4
* Default to use libc_stack_end in single-threaded GC on glibc targetsLudovic Courtes2013-05-231-0/+5
* Adjust README.md title and references to doc .html files in itIvan Maidanski2013-05-181-24/+23
* Adjust README filename in README.QUICKIvan Maidanski2013-05-181-4/+4
* Convert readme to markdown.David Terei2013-05-104-265/+277
* Adjust build scripts to enable additional test library in staticrootstestIvan Maidanski2013-05-061-2/+9
* Improve staticrootstest: add global data to library, add lib w/o GC_INITIvan Maidanski2013-05-052-18/+46
* Enable staticrootstest for the case of GC shared library buildIvan Maidanski2013-05-043-57/+42
* Remove GC_BUILD definition from build scriptsIvan Maidanski2013-05-0415-101/+99
* Fix triple-letter typos in comments and documentationIvan Maidanski2013-05-044-5/+5
* Fix AM_CONFIG_HEADER in configure for autoconf-2.69-1Manuel Serrano2013-04-031-1/+1
* Fix GC_INIT_CONF_ROOTS in gc.h for Android/x86 and Android/mipsIvan Maidanski2013-03-141-2/+2
* Fix make disclaim_test to link with new GNU ld linking rulesIvan Maidanski2013-02-281-0/+4
* Fix tests makefile to link with new GNU ld linking rulesAndy Wingo2013-02-281-4/+7
* Workaround 'ELF_DATA/EM_ALPHA redefined' warning in Android linker.hIvan Maidanski2013-02-251-0/+9
* Add assertion on number_of_objs to GC_extend_size_mapIvan Maidanski2013-02-161-3/+4
* Allow not to rely on __data_start value (Linux)Ivan Maidanski2013-02-141-1/+3
* Allow to omit libc atexit() callIvan Maidanski2013-02-141-11/+15
* .gitignore: Ignore .gch filesIvan Maidanski2013-01-271-0/+1
* Adjust punctuation in comments and documentationIvan Maidanski2013-01-235-6/+6
* Update AUTHORS fileIvan Maidanski2013-01-231-0/+1
* Add AArch64 (64-bit ARM) target supportYvan Roux2013-01-231-0/+37
* Do not include sigcontext.h if NO_SIGCONTEXT_H (Linux)Ivan Maidanski2013-01-061-4/+4
* Do not use pthread_getattr_np if NO_PTHREAD_GETATTR_NP specifiedIvan Maidanski2013-01-062-2/+4
* Fix reference to debugging-related README file in README and Makefile.djIvan Maidanski2012-12-282-2/+2
* Fix GC_win32_free_heap compilation error for CygwinIvan Maidanski2012-12-231-3/+5
* Fix: VirtualAlloc leaks when freeing the heap on win32Max Mouratov2012-12-231-1/+8
* Fix GC_win32_free_heap to prevent memory leak if USE_GLOBAL_ALLOCIvan Maidanski2012-12-231-1/+1
* Fix dwSize argument of VirtualFree call in detect_GetWriteWatch (Win32)Ivan Maidanski2012-12-231-1/+1
* Add assertion to LONG_MULT and remove useless assert in PUSH_CONTENTS_HDRIvan Maidanski2012-12-231-1/+2
* Make GC_print_trace always thread-safe and remove 'lock' argumentIvan Maidanski2012-12-231-8/+4
* Move GC_print_trace code inside LOCK/UNLOCK to GC_print_trace_innerIvan Maidanski2012-12-231-5/+14
* Adjust printf format specifiers in GC_print_traceIvan Maidanski2012-12-231-5/+5
* Fix GC_print_trace missing unlockIvan Maidanski2012-12-231-1/+4
* Change definition of macros represented as block to be simple statementIvan Maidanski2012-12-2312-146/+165
* Define CORD_ec_append macro to expression instead of block (cord)Ivan Maidanski2012-12-221-8/+6
* Refine comment of GC_is_heap_ptr and GC_thread_is_registered in gc.hIvan Maidanski2012-12-221-6/+6
* Use EXPECT in GC_COND/VERBOSE_LOG_PRINTFIvan Maidanski2012-12-221-2/+3
* Update AUTHORS (add email)Ivan Maidanski2012-12-221-1/+1
* Define functions in darwin_semaphore.h as inline instead of staticIvan Maidanski2012-12-151-11/+9
* Replace '`' symbol with double-quote in commentsIvan Maidanski2012-12-155-9/+9
* Turn on world-stop delay logging at debug level by default for AndroidIvan Maidanski2012-12-122-7/+8
* Improve logged messages about heap size and usageIvan Maidanski2012-12-122-11/+24
* Replace GC_stats_log_printf with GC_DBG/INFOLOG_PRINTFIvan Maidanski2012-12-124-40/+42
* Redirect WRITE to __android_log_write if GC_ANDROID_LOG (Android)Ivan Maidanski2012-12-121-39/+34
* Do not duplicate android_log_write output to GC log file (Android)Ivan Maidanski2012-12-122-38/+20