platform/upstream/libgc.git
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
2016-02-03 Yuki OkumuraFix Cygwin64 build
2016-01-27 Alessandro... GC_malloc[_atomic] global and thread-local generalizati...
2016-01-15 Ivan MaidanskiGC_malloc_[atomic_]uncollectable generalization
2016-01-15 Ivan MaidanskiRemove redundant comments in GC_obj_kinds
2016-01-13 Ivan MaidanskiFix typo in GC_malloc_uncollectable comment
2016-01-12 Alessandro... Refactoring of thread-local *_freelists
2016-01-11 Ivan MaidanskiUpdate AUTHORS file
2016-01-11 Michael FoxEnable build with musl libc
2016-01-05 Ivan MaidanskiUpdate AUTHORS file
2016-01-05 Alessandro... Refactoring of GC_Xobjfreelist
2015-12-30 Ivan MaidanskiFix typo in comment of ERROR_FL
2015-12-30 Ivan MaidanskiFix typos in gc_priv.h
2015-12-28 Ivan MaidanskiFix undefined PTRFREE/NORMAL in gc_inline.h
2015-12-28 Ivan MaidanskiPrefix PREFETCH_FOR_WRITE with GC_ as used in gc_inline...
2015-12-28 Ivan MaidanskiAllow GC_FAST_MALLOC_GRANS() multiple use in a function
2015-12-28 Ivan MaidanskiWorkaround 'comparison is always false' GCC warning...
2015-12-24 Ivan MaidanskiUpdate AUTHORS file
2015-12-24 Andrew BussFix CMake warning about CMP0054 by unquoting instances...
next