platform/upstream/libgc.git
2017-09-22 Ivan MaidanskiAlign local_mark_stack in help_marker explicitly
2017-09-19 Ivan MaidanskiFix thread id leaks in subthread_create and threadkey_test
2017-09-19 Ivan MaidanskiFix missing new-line at format strings end in subthread...
2017-09-19 Ivan MaidanskiFix infinite mark_some calls after memory mapping disap...
2017-09-19 Ivan MaidanskiFix 'undefined reference to GC_wait_for_reclaim' linker...
2017-09-19 Ivan MaidanskiAdd TODO item to suppress 'called on pointer without...
2017-09-19 Ivan MaidanskiEliminate 'boolean result used in bitwise op' cppcheck...
2017-09-18 Ivan MaidanskiFix USE_GET_STACKBASE_FOR_MAIN definition in gcconfig.h
2017-09-18 Ivan MaidanskiAllow custom N_LOCAL_ITERS and ENTRIES_TO_GET values
2017-09-18 Ivan MaidanskiFix missing started_thread_while_stopped call from...
2017-09-18 Ivan MaidanskiFix SIGSEGV in mark_from called from do_local_mark...
2017-08-30 Ivan MaidanskiFix typo in 'scale' documentation file
2017-08-30 Ivan MaidanskiRemove unnecessary type casts of printf arguments to...
2017-08-29 Ivan MaidanskiFix printf arguments type in print_callers
2017-08-28 Ivan MaidanskiFix assertion violation in return_single_freelist in...
2017-08-28 Ivan MaidanskiTravis CI: Test USE_CUSTOM_SPECIFIC
2017-08-28 Ivan MaidanskiFix GC_remove_specific invocation from remove_all_threa...
2017-08-28 Ivan MaidanskiEliminate 'memory leak' code defect in remove_specific
2017-08-25 Ivan MaidanskiSimplify THREAD_TABLE_INDEX expression for Win32/64
2017-08-24 Ivan MaidanskiAdd debug logging to new_thread about GC_threads hash...
2017-08-24 Ivan MaidanskiEliminate most of collisions in GC_threads on Linux/x64
2017-08-23 Ivan MaidanskiChange type of THREAD_TABLE_INDEX result to int in...
2017-08-22 Ivan MaidanskiFix deadlock in GC_help_marker caused by use of mark_cv...
2017-08-22 Ivan MaidanskiTravis CI: Test some --enable-munmap configurations...
2017-08-22 Ivan MaidanskiAvoid busy waiting in mark_thread while GC_parallel...
2017-08-21 Ivan MaidanskiEliminate unsigned fl_builder_count underflow in mark_t...
2017-08-19 Ivan MaidanskiAdd assertion that no hb_n_marks underflow occurs
2017-08-19 Ivan MaidanskiFix hb_n_marks underflow in clear_fl_marks if MARK_BIT_...
2017-08-19 Ivan MaidanskiUse MARK_BIT_PER_GRANULE instead of MARK_BIT_PER_OBJ...
2017-08-17 Ivan MaidanskiUpdate ChangeLog file
2017-08-17 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-08-17 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-08-16 Ivan MaidanskiFix visibility of __asan_default_options in case of...
2017-08-16 Ivan MaidanskiEliminate '-pedantic is not an option that controls...
2017-08-14 Ivan MaidanskiRemove redundant check that clear_fl_marks argument...
2017-08-09 Ivan MaidanskiAllow gctest and thread_leak_test with zero NTHREADS
2017-08-09 Ivan MaidanskiFix array_mark_proc to request global mark stack growth...
2017-08-09 Ivan MaidanskiDo not call BCOPY and BZERO if size is zero
2017-08-07 Ivan MaidanskiFix leak_test crash in print_callers if free() is redir...
2017-08-03 Ivan MaidanskiRefine collect_a_little documentation (better explain...
2017-08-03 Ivan MaidanskiTravis CI: Test configure --disable-docs
2017-08-03 Ivan MaidanskiDo not install documentation if configure --disable...
2017-08-02 Ivan MaidanskiFix undefined HEAP_START in register_dynamic_libraries
2017-08-02 Ivan MaidanskiFix bytes count passed to add_to_our_memory in backgrap...
2017-08-02 Ivan MaidanskiUse heap-allocated memory for local mark stack of non...
2017-07-31 Ivan MaidanskiFix 'use' word omission in ChangeLog
2017-07-31 Ivan MaidanskiDo not use asm in GC_pause
2017-07-21 Ivan MaidanskiNew API function (GC_is_incremental_mode)
2017-07-21 Ivan MaidanskiFix GC_incremental declaration/definition type mismatch
2017-07-21 Ivan MaidanskiFix deadlock in GC_suspend_thread when thread is rebuil...
2017-07-21 Ivan MaidanskiWorkaround false 'uninitialized var use' code defect...
2017-07-21 Ivan MaidanskiEliminate CSA warning of non-virtual destructor in...
2017-07-21 Ivan MaidanskiEliminate CSA warning about incorrect cast applied...
2017-07-21 Ivan MaidanskiEliminate CSA warning about narrowing cast in CleanUp...
2017-07-21 Ivan MaidanskiEliminate CSA warning of staticroot that can be a local...
2017-07-20 Ivan MaidanskiEliminate CSA warning of unmodified non-const static...
2017-07-20 Ivan MaidanskiDo not use tkill (Android)
2017-07-20 Ivan MaidanskiSpecify that unused select() result is intentional
2017-07-20 Ivan MaidanskiReplace deprecated rewind to fseek in cordxtra
2017-07-19 Ivan MaidanskiUpdate AUTHORS file
2017-07-19 Tautvydas ZilysPublic API (GC_deinit) to allow Win32 critical sections...
2017-07-18 Ivan MaidanskiTravis CI: Test with --enable-static
2017-07-18 Ivan MaidanskiBuild only shared libraries by default (configure)
2017-07-14 Ivan MaidanskiRefactoring of USE_MMAP/USE_MMAP_ANON pairs definition...
2017-07-14 Ivan MaidanskiFix SIGSEGV in GC_is_marked when gc_cleanup is used...
2017-07-13 Ivan MaidanskiFix atomic_ops build in Makefile.direct for Solaris
2017-07-13 Ivan MaidanskiRemove name of optional arguments of operator new and...
2017-07-11 Ivan MaidanskiFix push_complex_descriptor to avoid unlimited global...
2017-07-11 Ivan MaidanskiFix deadlock in GC_suspend_thread when thread is finished
2017-07-11 Ivan Maidanski.gitignore: Ignore .log and .trs files for test_atomic_ops
2017-07-10 Ivan MaidanskiTravis CI: Workaround 'real_malloc is never called...
2017-07-10 Ivan MaidanskiWorkaround 'GCC_ATOMIC_TEST_AND_SET_TRUEVAL unknown...
2017-07-08 Ivan MaidanskiUpdate ChangeLog file
2017-07-08 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-07-08 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-07-06 Ivan MaidanskiTravis CI: Change --with-checksums to --enable-checksum...
2017-07-06 Ivan MaidanskiRename with_checksums to enable_checksums option in...
2017-07-06 Ivan MaidanskiChange configure --with-checksums to --enable-checksums...
2017-06-29 Ivan Maidanskiwindows-untested: Do not build checksums.c
2017-06-29 Ivan MaidanskiTravis CI: Test --disable-munmap
2017-06-29 Ivan MaidanskiFix configure --disable-munmap handling
2017-06-29 Ivan MaidanskiCall WARN() if GC_mprotect_dirty_init cannot succeed...
2017-06-29 Ivan MaidanskiTravis CI: Test --enable-munmap with OS X
2017-06-29 Ivan MaidanskiTravis CI: Test --enable-handle-fork
2017-06-29 Ivan MaidanskiDecide between memory unmapping and mprotect-based...
2017-06-28 Ivan MaidanskiFix gctest crash if configure --enable-handle-fork...
2017-06-27 Ivan MaidanskiImply configure --single-obj-compilation if --disable...
2017-06-23 Ivan MaidanskiMake GC_INIT optional for clients even if thread-local...
2017-06-23 Ivan MaidanskiCheck thread_local is initialized before accessing...
2017-06-23 Ivan MaidanskiEnsure GC initialized when atfork_prepare is called...
2017-06-23 Ivan MaidanskiTravis CI: Test explicit -D DEFAULT_STACK_MAYBE_SMALL"
2017-06-22 Peter WangFix gctest failure if PARALLEL_MARK (musl)
2017-06-21 Ivan MaidanskiUpdate AUTHORS file
2017-06-21 Jukka JylankiDocument STACK_NOT_SCANNED macro in gcconfig.h (Emscripten)
2017-06-20 Ivan MaidanskiBetter document minimum value of size argument for...
2017-06-20 Ivan MaidanskiAdd minimal testing of GC_set_bit (gctest)
2017-06-20 HamayamaFix typed_test to prevent fails in malloc_explicitly_ty...
2017-06-20 Ivan MaidanskiFix compilation error in get_main_stack_base (Emscripten)
2017-06-20 Ivan MaidanskiPrevent abort in register_data_segments for Symbian...
2017-06-20 Ivan MaidanskiUpdate AUTHORS file (add Hamayama)
next