platform/upstream/libgc.git
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...
2015-12-17 Ivan MaidanskiReturn GC_UNIMPLEMENTED instead of abort in GC_get_stac...
2015-12-04 Ivan MaidanskiFix typo (items numbering) in GC_finalize_all documentation
2015-12-02 Ivan MaidanskiRemove references to missing linux_threads.c from docum...
2015-12-01 Ivan MaidanskiRemove documentation about obsolete GC_REDIRECT_TO_LOCAL
2015-11-26 Ivan MaidanskiFix missing GC_get_stack_base for Amiga
2015-11-19 Ivan MaidanskiRemove 'sig' argument of GC_suspend_handler_inner
2015-11-17 Ivan MaidanskiAllow specific TLS attributes for GC_thread_key
2015-11-17 Ivan MaidanskiFix USE_COMPILER_TLS macro duplicate description in...
2015-11-11 Ivan MaidanskiDocument GC_register_my_thread returned value
2015-10-30 Rainer OrthAvoid unstructured procfs on Solaris
2015-10-29 Ivan MaidanskiDo no declare kernel_id field of GC_Thread_Rep for...
2015-10-26 Ivan MaidanskiABORT_ARGn log details at INFO level (Android)
2015-10-26 Ivan MaidanskiRemove item from TODO file about resuming parallel...
2015-10-26 Ivan MaidanskiCheck DATASTART is less than DATAEND even assertions off
2015-10-23 Ivan MaidanskiWorkaround invalid '_end' symbol on Android clang 3.5+
2015-10-21 Ivan MaidanskiFix lock assert violation in GC_gcollect_inner if GC_AL...
2015-10-21 Ivan MaidanskiWorkaround 'unresolved __tls_get_addr' error for Androi...
2015-10-21 Ivan MaidanskiAdd assertion on lock status to GC_alloc_large and...
2015-10-20 Ivan MaidanskiFix lock assertion violation in GC_new_thread if GC_ALW...
2015-10-15 Ivan MaidanskiConsistently set type of DATASTART/END to ptr_t
2015-10-15 Ivan MaidanskiConsistently use outermost parentheses for DATASTART...
2015-10-07 Elijah TaylorNaCl/arm initial support
2015-10-06 Elijah TaylorNaCl runtime fixes
2015-10-02 Elijah TaylorNaCl GC improvements (fix volatile for vars accessed...
2015-10-01 Elijah TaylorDefine GC_LINUX_THREADS, NO_EXECUTE_PERMISSION in confi...
2015-09-30 Ivan MaidanskiFix gc.mak regarding msvc_dbg and test (MSVC)
2015-09-29 Ivan Maidanski.gitignore: Ignore .copied.c, .dll.manifest, idb, ilk...
2015-09-22 Ivan MaidanskiFix race (and potential deadlock) at marker threads...
2015-09-18 Ivan MaidanskiFix 'value truncated' compiler warning in CORD_cat...
2015-09-16 Ivan MaidanskiFix compilation for Android clang/arm with bfd linker
2015-09-16 Ivan MaidanskiEnable thread-local storage for Android Clang
2015-09-15 Ivan Maidanskiwindows-untested: Fix paths to msvc_dbg.c/h
2015-09-15 Ivan MaidanskiUpdate AUTHORS file
2015-09-15 Terrell RussellFix typos in README for ews4800
2015-09-14 Ivan MaidanskiUpdate compiler options in gc.mak (Win32)
2015-09-14 Ivan Maidanski.gitignore: Ignore .exp and .sbr also in subfolders...
2015-09-11 Ivan MaidanskiTurn off sigsetjmp workaround for Android/x86 starting...
2015-09-10 Ivan MaidanskiFix abort message in GC_move_long_link
2015-09-10 Ivan MaidanskiFix 'comparison of non-null parameter is always false...
2015-09-10 Ivan MaidanskiAllow fork() automatic handling on Android with API...
2015-09-10 Ivan MaidanskiConsistently use int[] type for '_end' symbol
2015-09-09 Ivan MaidanskiWorkaround 'sa_sigaction member missing' compiler error...
2015-09-09 Ivan MaidanskiSupport build for Android 64-bit (arm64, mips64, x86_64)
2015-09-09 Ivan MaidanskiFix 'cast to pointer from integer' warning in GC_on_thr...
2015-09-09 Ivan MaidanskiSupport Android API level 21
2015-09-04 Niklas TherningFix (allow) thread local allocations from within pthrea...
2015-09-02 Ivan MaidanskiFix 'visibility attribute not supported' GCC warning...
2015-09-01 Ivan MaidanskiMerge branch 'toggleref'
2015-09-01 Ivan MaidanskiFix data race in GC_init_explicit_typing
2015-08-29 Carlos J. Puga... Support FreeBSD/mips
2015-08-28 Ivan MaidanskiReduce GCToggleRef size twice (convert struct to union)
2015-08-28 Ivan MaidanskiCode refactoring of toggle-ref support
2015-08-26 Ivan MaidanskiFix out-of-memory handling in GC_toggleref_add
2015-08-26 Ivan MaidanskiFix clearing of moved toggle-refs array elements
2015-08-26 Rodrigo KumperaFix memory management for toggle-ref
2015-08-26 Rodrigo KumperaAdd toggle-ref support
2015-08-26 Ivan MaidanskiMark fo_head, finalize_now with a single GC_push_all...
2015-08-26 Ivan MaidanskiCode refactoring of GC_push_finalizer/thread/typed_stru...
2015-08-17 Ivan MaidanskiGC_make_descriptor code refactoring (eliminate two...
2015-08-07 Ivan MaidanskiFix exporting of GC_push_finalizer_structures
2015-08-07 Ivan MaidanskiFix exporting of GC_push_all_eager
2015-08-04 Ivan MaidanskiDistinct long-link table growth log message
2015-08-04 Ivan MaidanskiUpdate AUTHORS file
2015-08-04 Ivan MaidanskiMake heap walker accept callback
2015-07-31 Peter WangAdd support for enumerating the reachable objects in...
2015-07-28 Ivan MaidanskiReplace non-API occurrences of GC_word to word
2015-07-27 Ivan MaidanskiCode refactoring of 'alt-stack registration support'
2015-07-24 Zoltan VargaAdd alt-stack registration support
next