platform/upstream/libgc.git
2013-07-15 Ivan MaidanskiAdd assertion to LOCK definition that lock is not alrea...
2013-07-15 Ivan MaidanskiFix GC_PTHREAD_PTRVAL definition for GC_PTHREADS_PARAMA...
2013-07-11 Ivan MaidanskiEnable thread-local allocation support for Clang on...
2013-07-11 Ivan MaidanskiFix more typos in comments and documentation
2013-07-11 Ivan MaidanskiUpdate AUTHORS file
2013-07-11 Ondrej BilkaFix typos in comments
2013-07-10 Ivan MaidanskiExpand tabs to spaces in rarely used (ancient) files
2013-07-10 Ivan MaidanskiFix missing tabs in SMakefile.amiga
2013-07-10 Ivan MaidanskiCheck that SIG_SUSPEND and SIG_THR_RESTART are differen...
2013-06-12 Ivan MaidanskiImprove debug-only messages of add/remove_roots and...
2013-06-12 Ivan MaidanskiFix typo in comment of signalObjectAndWait_func (Win32)
2013-06-10 Ivan MaidanskiUse compiler TLS for Android NDK gcc/arm
2013-06-10 Ivan MaidanskiWorkaround 'unresolved __tls_get_addr' error for Androi...
2013-06-10 Ivan MaidanskiTag GC malloc routines with alloc_size attribute for...
2013-06-09 Ivan MaidanskiWorkaround 'unresolved __tls_get_addr' error for Androi...
2013-06-09 Ivan MaidanskiUse pthread API to operate thread-local data on Linux...
2013-06-08 Ivan MaidanskiMove GC_OPENBSD_UTHREADS definition to private/gcconfig...
2013-06-08 Ivan MaidanskiSuppress 'GC_dont_gc deprecated' warning in gc.h if...
2013-06-08 Kurt MillerSupport rthreads introduced in OpenBSD 5.2+
2013-06-08 Ivan MaidanskiRemove unused UTHREAD_SP_OFFSET macro (OpenBSD)
2013-06-02 Ivan MaidanskiUpdate AUTHORS file
2013-06-02 Kurt MillerRegister dynamic libraries via dl_iterate_phdr on OpenBSD
2013-06-01 Ivan MaidanskiRegister dynamic libraries via dl_iterate_phdr on Andro...
2013-06-01 Ivan MaidanskiFix GC_INIT_CONF_ROOTS in gc.h for Android (define...
2013-05-22 Ludovic CourtesDefault to use libc_stack_end in single-threaded GC...
2013-05-18 Ivan MaidanskiAdjust README.md title and references to doc .html...
2013-05-18 Ivan MaidanskiAdjust README filename in README.QUICK
2013-05-10 David TereiConvert readme to markdown.
2013-05-05 Ivan MaidanskiAdjust build scripts to enable additional test library...
2013-05-05 Ivan MaidanskiImprove staticrootstest: add global data to library...
2013-05-04 Ivan MaidanskiEnable staticrootstest for the case of GC shared librar...
2013-05-04 Ivan MaidanskiRemove GC_BUILD definition from build scripts
2013-05-03 Ivan MaidanskiFix triple-letter typos in comments and documentation
2013-04-03 Manuel SerranoFix AM_CONFIG_HEADER in configure for autoconf-2.69-1
2013-03-14 Ivan MaidanskiFix GC_INIT_CONF_ROOTS in gc.h for Android/x86 and...
2013-02-28 Ivan MaidanskiFix make disclaim_test to link with new GNU ld linking...
2013-02-28 Andy WingoFix tests makefile to link with new GNU ld linking...
2013-02-25 Ivan MaidanskiWorkaround 'ELF_DATA/EM_ALPHA redefined' warning in...
2013-02-16 Ivan MaidanskiAdd assertion on number_of_objs to GC_extend_size_map
2013-02-13 Ivan MaidanskiAllow not to rely on __data_start value (Linux)
2013-02-13 Ivan MaidanskiAllow to omit libc atexit() call
2013-01-27 Ivan Maidanski.gitignore: Ignore .gch files
2013-01-23 Ivan MaidanskiAdjust punctuation in comments and documentation
2013-01-23 Ivan MaidanskiUpdate AUTHORS file
2013-01-23 Yvan RouxAdd AArch64 (64-bit ARM) target support
2013-01-06 Ivan MaidanskiDo not include sigcontext.h if NO_SIGCONTEXT_H (Linux)
2013-01-06 Ivan MaidanskiDo not use pthread_getattr_np if NO_PTHREAD_GETATTR_NP...
2012-12-28 Ivan MaidanskiFix reference to debugging-related README file in READM...
2012-12-23 Ivan MaidanskiFix GC_win32_free_heap compilation error for Cygwin
2012-12-23 Max MouratovFix: VirtualAlloc leaks when freeing the heap on win32
2012-12-23 Ivan MaidanskiFix GC_win32_free_heap to prevent memory leak if USE_GL...
2012-12-23 Ivan MaidanskiFix dwSize argument of VirtualFree call in detect_GetWr...
2012-12-23 Ivan MaidanskiAdd assertion to LONG_MULT and remove useless assert...
2012-12-23 Ivan MaidanskiMake GC_print_trace always thread-safe and remove ...
2012-12-23 Ivan MaidanskiMove GC_print_trace code inside LOCK/UNLOCK to GC_print...
2012-12-23 Ivan MaidanskiAdjust printf format specifiers in GC_print_trace
2012-12-23 Ivan MaidanskiFix GC_print_trace missing unlock
2012-12-23 Ivan MaidanskiChange definition of macros represented as block to...
2012-12-22 Ivan MaidanskiDefine CORD_ec_append macro to expression instead of...
2012-12-22 Ivan MaidanskiRefine comment of GC_is_heap_ptr and GC_thread_is_regis...
2012-12-22 Ivan MaidanskiUse EXPECT in GC_COND/VERBOSE_LOG_PRINTF
2012-12-22 Ivan MaidanskiUpdate AUTHORS (add email)
2012-12-14 Ivan MaidanskiDefine functions in darwin_semaphore.h as inline instea...
2012-12-14 Ivan MaidanskiReplace '`' symbol with double-quote in comments
2012-12-12 Ivan MaidanskiTurn on world-stop delay logging at debug level by...
2012-12-12 Ivan MaidanskiImprove logged messages about heap size and usage
2012-12-12 Ivan MaidanskiReplace GC_stats_log_printf with GC_DBG/INFOLOG_PRINTF
2012-12-12 Ivan MaidanskiRedirect WRITE to __android_log_write if GC_ANDROID_LOG...
2012-12-12 Ivan MaidanskiDo not duplicate android_log_write output to GC log...
2012-12-11 Ivan MaidanskiReplace GC_COND_LOG_PRINTF calls with WARN for allocati...
2012-12-11 Ivan MaidanskiReplace GC_log/err_printf() followed by ABORT with...
2012-12-11 Ivan MaidanskiRemove redundant GC_err_printf before abort
2012-12-11 Ivan MaidanskiEnable on-demand debug logging in GC_FindTopOfStack...
2012-12-10 Ivan MaidanskiPrepend '#' symbol to GC number in logged messages
2012-12-10 Ivan MaidanskiRemove abort on open log failure from GC_write (Win32)
2012-12-10 Ivan MaidanskiRemove DebugBreak on WriteFile failure (Win32)
2012-12-10 Ivan MaidanskiPrevent abort on GC_err/warn_printf write failure
2012-12-09 Ivan MaidanskiMerge branch 'add-long-weakref'
2012-12-09 Ivan MaidanskiAdd assertion to GC_enable() ensuring no counter underflow
2012-12-09 Ivan MaidanskiFix typo and refine comment of GC_enable in public...
2012-12-09 Ivan MaidanskiMerge branch 'master' into add-long-weakref
2012-12-09 Ivan MaidanskiAdd tests for GC_register/move/unregister_long_link
2012-12-08 Ivan MaidanskiUpdate TODO (add FIXME regarding Win32 threads)
2012-12-08 Ivan MaidanskiMake GC_generic_malloc_ignore_off_page() public
2012-12-08 Ivan MaidanskiUpdate AUTHORS file
2012-12-08 Reimer BehrendsFix GC_malloc_explicitly_typed_ignore_off_page for...
2012-11-30 Ivan MaidanskiFix GC_remove_all_threads_but_me for Android (fork...
2012-11-30 Ivan MaidanskiAllow pthread_kill error code logging in GC_suspend...
2012-11-25 Ivan MaidanskiFix ABORT definition for mingw32ce (WinCE)
2012-11-25 Ivan MaidanskiFix GC_CreateThread 'dwStackSize' argument type for...
2012-11-24 Ivan MaidanskiMinor code refactoring of dumping routines related...
2012-11-22 Ivan MaidanskiPrevent POSIX fork if mprotect_thread is started (Darwin)
2012-11-21 Ivan MaidanskiAdd manual POSIX fork handling support (Android)
2012-11-20 Ivan MaidanskiImprove fork test logging in gctest
2012-11-20 Ivan MaidanskiMinor code refactoring of GC fork handlers (remove...
2012-11-19 Zach SawAdded GC_LONG_REFS_NOT_NEEDED ifdefs to exclude long...
2012-11-19 Ivan MaidanskiUpdate TODO (add FIXME regarding forking in Cygwin)
2012-11-19 Ivan MaidanskiAdd public GC_start_mark_threads() to allow parallel...
2012-11-19 Ivan MaidanskiUpdate TODO file ('heap sections overflow' Cygwin bug...
2012-11-19 Ivan MaidanskiFix heap sections overflow for Win32/Cygwin with enable...
next