platform/upstream/libgc.git
2016-09-27 Ivan MaidanskiCode refactoring of huge_test
2016-09-27 Ivan MaidanskiFix GC_collect_or_expand to prevent allocation size...
2016-09-23 Ivan MaidanskiFix malloc routines to prevent size value wrap-around
2016-09-23 Ivan MaidanskiFix page calculation in checksums
2016-09-21 Ivan MaidanskiTravis CI configuration: temporarily remove --enable...
2016-09-21 Ivan MaidanskiFix 'shift count >= width of type' compiler warning...
2016-09-20 Ivan MaidanskiFix typo in comment of GC_lock (Win32)
2016-09-15 Ivan MaidanskiAdjust code indentation of calloc_explicitly_typed
2016-09-15 Ivan MaidanskiFix calloc_explicitly_typed in case of lb*n overflow
2016-09-15 Ivan MaidanskiFix double multiplication of lb by n in calloc_explicit...
2016-09-14 Ivan MaidanskiEliminate 'constructor with 1 argument is not explicit...
2016-09-14 Ivan MaidanskiFix 'void pointers in calculations: behavior undefined...
2016-09-14 Ivan MaidanskiWorkaround 'suspicious pointer subtraction' cppcheck...
2016-09-13 Ivan MaidanskiEliminate 'class defines member variable with name...
2016-09-13 Ivan MaidanskiEliminate 'C-style pointer casting' cppcheck style...
2016-09-13 Ivan MaidanskiEliminate 'assigned value never used' CSA warning in...
2016-09-12 Ivan MaidanskiWorkaround 'va_list used before va_start' cppcheck...
2016-09-01 Ivan MaidanskiWorkaround 'struct member Generic::null never used...
2016-08-29 Ivan MaidanskiEliminate 'checking if unsigned variable is <0' cppchec...
2016-08-29 Ivan MaidanskiEliminate 'condition is always true' cppcheck style...
2016-08-27 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2016-08-26 Ivan MaidanskiEliminate CSA false warning about null dereference...
2016-08-26 Ivan MaidanskiEliminate 'value stored is never read' warning of Clang...
2016-08-26 Ivan MaidanskiFix Clang static analyzer warning about not found gc_pr...
2016-08-26 Ivan MaidanskiFix header filename in gcconfig.h comment
2016-08-18 Ivan MaidanskiEliminate 'cast to void* from int' compiler warnings...
2016-08-18 Ivan MaidanskiRefine README about library source downloading
2016-08-18 Andy LiAdd CI (continuous integration) badges to README
2016-08-17 Ivan MaidanskiFix compilation if configured with --enable-werror...
2016-08-17 Ivan MaidanskiFix 'GetVersion deprecated' compiler warning in os_dep...
2016-08-17 Ivan MaidanskiFix 'incompatible pointer' compiler warning in GC_init_...
2016-08-15 Ivan MaidanskiTravis CI configuration: Remove default configure options;
2016-08-15 Ivan MaidanskiAppveyor/Travis CI configuration: limit git clone depth...
2016-08-15 Ivan MaidanskiAppveyor CI configuration: prefix build version with...
2016-08-12 Andy LiInitial AppVeyor CI configuration
2016-08-11 Ivan MaidanskiImprove Travis CI configuration (use both compilers...
2016-08-11 Ivan MaidanskiWorkaround missing getcontext() in Docker osrf/ubuntu_32bit
2016-08-10 Andy LiInitial configuration for Travis CI
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
next