platform/upstream/libgc.git
2016-08-10 Ivan MaidanskiUpdate AUTHORS file
2016-08-10 Andy LiCMake: add gctest as a test
2016-08-09 Ivan MaidanskiFix 'unknown type name GC_INNER' compilation error...
2016-08-09 Ivan MaidanskiBump libgc version (for development)
2016-08-02 Ivan Maidanski[7.6.0] gc7_6_0
2016-08-02 Ivan MaidanskiUpdate ChangeLog file (add gc-7.4.4 release date)
2016-08-02 Ivan MaidanskiUpdate ChangeLog file
2016-08-02 Ivan MaidanskiDo not allow SHORT_DBG_HDRS if KEEP_BACK_PTRS or MAKE_B...
2016-08-01 Ivan MaidanskiDo not report multiple load-seg-overflow warnings per...
2016-08-01 Ivan MaidanskiFix various typos in comments and documentation
2016-07-28 Ivan MaidanskiFix tag collision between ENABLE_DISCLAIM and KEEP_BACK...
2016-07-27 Kjetil MatheussenProcess all PT_LOAD segments before PT_GNU_RELRO segmen...
2016-07-26 Ivan MaidanskiRemove unused GC_gcjdebugobjfreelist
2016-07-25 Ivan MaidanskiRemove code commented out by 'ifdef UNDEFINED'
2016-07-22 Kjetil MatheussenHandle load_segs overflow in register_dynlib_callback...
2016-07-22 Ivan MaidanskiUpdate AUTHORS file (update email for Kjetil Matheussen)
2016-07-22 Kjetil MatheussenDo not warn of missing PT_GNU_RELRO segment when custom...
2016-07-22 Ivan MaidanskiFix missing new-line and redundant trailing dot in...
2016-07-22 Thomas Linder... Enable thread-local storage usage for GC_malloc/calloc_...
2016-07-21 Ivan MaidanskiUpdate AUTHORS file
2016-07-21 Mike FrysingerCheck for execinfo.h by configure
2016-07-20 Ivan MaidanskiRe-implement GC_finalized_malloc using GC_malloc_kind
2016-07-19 Ivan MaidanskiFix integer shift undefined behavior in GC_init_explici...
2016-07-05 Ivan MaidanskiUpdate AUTHORS file
2016-07-05 Gabor DrescherFix assertion in GC_mark_from for non-heap regions
2016-07-05 Ivan MaidanskiUpdate AUTHORS file
2016-07-05 Thomas Linder... Missing volatile in declaration of GC_with_callee_saves...
2016-07-01 Ivan MaidanskiFix 'arg parameter might be clobbered by setjmp' compil...
2016-07-01 Ivan MaidanskiReplace (fix) 'objs' acronym in comments with 'objects...
2016-06-30 Ivan MaidanskiMerge branch 'generalize-alloc-via-ok_freelist'
2016-06-30 Ivan MaidanskiRevert "Refactoring of GC_Xobjfreelist" partially
2016-06-30 Ivan MaidanskiReplace GC_freelists usage with GC_obj_kinds[].ok_freelist
2016-06-29 Ivan MaidanskiRevert "Fix GC_new_kind in case of client-defined PREDE...
2016-06-29 Ivan MaidanskiRevert "Remove redundant comments in GC_obj_kinds"
2016-06-24 Ivan MaidanskiFix unchecked fork() result in gctest (Unix, Cygwin)
2016-06-23 Ivan MaidanskiFix GC_new_kind in case of client-defined PREDEFINED_KINDS
2016-06-23 Ivan MaidanskiAdd assertion for GC_new_kind boolean arguments
2016-06-21 Ivan MaidanskiFix assertion violation in GC_wait_builder called from...
2016-06-21 Ivan MaidanskiFix GC_suspend_thread regarding potential cancellation...
2016-06-21 Ivan MaidanskiMerge branch 'thread-suspend'
2016-06-21 Ivan MaidanskiFix GC_suspend_thread for terminated threads
2016-06-20 Ivan MaidanskiFix deadlock (and double lock) in explicit thread suspe...
2016-06-16 Peter WangFix STACKBOTTOM for Solaris 11/x86
2016-06-10 Ivan MaidanskiUpdate AUTHORS file
2016-06-10 Adrian PopWorkaround a bug in winpthreads causing parallel marks...
2016-06-10 Paul BoneDump the block information in CSV format
2016-05-30 Ivan MaidanskiRefactoring of android_thread_kill/pthread_kill calls
2016-05-24 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-05-24 Ivan MaidanskiRemove reference to deleted TODO file from Makefile
2016-05-17 Ivan MaidanskiRemove (deprecate) TODO file
2016-05-10 Ivan MaidanskiUpdate AUTHORS file
2016-05-10 Chris MetcalfSupport (add machine description for) TILE-Gx and TILEP...
2016-04-30 Ivan MaidanskiFix GC_new_kind in case of client-defined PREDEFINED_KINDS
2016-04-28 Ivan MaidanskiUpdate ChangeLog file
2016-04-27 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-04-05 Ivan MaidanskiFix GC_REALLOC to call GC_FREE if new size is zero...
2016-03-31 Ivan MaidanskiUpdate AUTHORS file
2016-03-31 Ivan MaidanskiMerge pull request #95 from tschwinge/hurd-mmap
2016-03-30 Thomas Schwinge[Hurd] Use mmap instead of sbrk
2016-03-18 Ivan MaidanskiFix 'GC_generic_malloc_inner_ignore_off_page not used...
2016-03-18 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-03-15 Ivan MaidanskiAdd assertion for GC_new_kind boolean arguments
2016-03-09 Ivan MaidanskiRefactoring of mark_and_push_stack (check GC_base resul...
2016-03-04 Ivan Maidanskistart_mark_threads refactoring regarding GC_markers_m1...
2016-03-04 Ivan MaidanskiRevert "Prevent code analysis tool warning about GC_bas...
2016-03-03 Ivan MaidanskiUpdate AUTHORS file
2016-03-03 Hiroshi YokotaFix user-defined signals drop by marker threads
2016-03-02 Ivan MaidanskiFix filename printing in cordtest
2016-03-02 Ivan MaidanskiFix 'CORD_iter5 unused result' code defect in cordxtra
2016-03-01 Ivan MaidanskiRemove code duplication in GC_realloc
2016-03-01 Ivan MaidanskiFix 'statement unreachable' compiler warning in memalign
2016-03-01 Ivan MaidanskiWorkaround false warning about unreachable code path
2016-02-29 Ivan MaidanskiFix unchecked pointer dereference in check_ints (gctest)
2016-02-29 Ivan MaidanskiFix unchecked sigdelset() result in pthread_support
2016-02-29 Ivan MaidanskiFix unchecked pthread_join() result in threadkey_test
2016-02-24 Niklas TherningSkip GC_DS_PER_OBJECT objects with negative descriptor...
2016-02-19 Ivan MaidanskiUpdate AUTHORS file
2016-02-19 Marek VasutAltera NIOS2 support
2016-02-18 Ivan MaidanskiFix unchecked fcntl() result
2016-02-17 Ivan MaidanskiFix 'unreachable code' compiler warning in GC_dirty_ini...
2016-02-17 Ivan MaidanskiPrevent code analysis tool warning about GC_base unchec...
2016-02-17 Ivan MaidanskiFix 'statement unreachable' compiler warning in GC_mark...
2016-02-17 Ivan MaidanskiFix 'signed-to-bigger-unsigned value assignment' in...
2016-02-17 Ivan MaidanskiFix 'signed-to-bigger-unsigned value assignment' warnin...
2016-02-16 Ivan MaidanskiFix 'signed-to-bigger-unsigned value assignment' warnin...
2016-02-16 Ivan MaidanskiFix 'implicit declaration of function' compiler warning...
2016-02-15 Ivan MaidanskiFix null-pointer dereferences on out-of-memory in cord/de
2016-02-15 Ivan MaidanskiFix potential left shift overflows in finalize.c (64...
2016-02-12 Ivan MaidanskiFix potential multiplication overflow in check_heap_sta...
2016-02-12 Ivan MaidanskiFix missing numeric casts in cord
2016-02-12 Ivan Maidanskicord/de: Change main() declaration style from K-R to...
2016-02-12 Ivan MaidanskiFix 'unused label' compiler warning in cord/de
2016-02-12 Ivan MaidanskiRemove duplicate new-line in OUT_OF_MEMORY message...
2016-02-12 Ivan MaidanskiEliminate 'divide by zero' compiler warning in cordtest
2016-02-12 Ivan MaidanskiFix GC initialization in de_win for Cygwin
2016-02-12 Ivan MaidanskiFix de_win WndProc prototype parameters for 64-bit...
2016-02-11 Ivan MaidanskiFix null-pointer dereferences in case of out-of-memory...
2016-02-09 Ivan MaidanskiFix null pointer dereference on out-of-memory in tests
2016-02-09 Ivan MaidanskiWorkaround 'identical expr on both sides of bitwise...
2016-02-03 Ivan MaidanskiUpdate AUTHORS file
next