]> granicus.if.org Git - gc/shortlog
gc
2017-09-28 Ivan MaidanskiTravis CI: Test some --enable-munmap configurations...
2017-09-28 Ivan MaidanskiDo not disable parallel mark for WRAP_MARK_SOME
2017-09-28 Ivan MaidanskiAlign local_mark_stack in help_marker explicitly
2017-09-28 Ivan MaidanskiEliminate '-pedantic is not option that controls warnin...
2017-09-28 Ivan MaidanskiEliminate 'non-null arg compared to null' warning in...
2017-09-28 Ivan MaidanskiEliminate 'boolean result used in bitwise op' cppcheck...
2017-09-28 Ivan MaidanskiEliminate 'memory leak' code defect in remove_specific
2017-09-28 Ivan MaidanskiEliminate most of collisions in GC_threads on Linux/x64
2017-09-28 Ivan MaidanskiChange type of THREAD_TABLE_INDEX result to int in...
2017-09-28 Ivan MaidanskiFix data race in collectable_count (gctest)
2017-09-28 Ivan MaidanskiFix missing [un]collectable_count increments in gctest
2017-09-28 Ivan MaidanskiFix missing started_thread_while_stopped call from...
2017-09-28 Ivan MaidanskiFix get_maps on proc maps file asynchronous growth
2017-09-28 Ivan MaidanskiFix infinite mark_some calls after memory mapping disap...
2017-09-28 Ivan MaidanskiFix SIGSEGV in mark_from called from do_local_mark...
2017-09-28 Ivan MaidanskiRemove unnecessary type casts of printf arguments to...
2017-09-28 Ivan MaidanskiFix pthread_detach for threads not yet registered ...
2017-09-28 Ivan MaidanskiFix pthread_join when thread is registered in thread...
2017-09-28 Ivan MaidanskiFix removal of dead threads in a child process
2017-09-28 Ivan MaidanskiFix pthread_join to avoid thread removal on failure...
2017-09-28 Ivan MaidanskiFix double lock in pthread_detach (Cygwin, winpthreads)
2017-09-28 Ivan MaidanskiFix thread id leaks in subthread_create and threadkey_test
2017-09-28 Ivan MaidanskiFix missing new-line at format strings end in subthread...
2017-09-28 Ivan MaidanskiFix USE_GET_STACKBASE_FOR_MAIN definition in gcconfig.h
2017-09-28 Ivan MaidanskiFix typo in 'scale' documentation file
2017-09-28 Ivan MaidanskiFix printf arguments type in print_callers
2017-09-28 Ivan MaidanskiFix assertion violation in return_single_freelist in...
2017-09-28 Ivan MaidanskiFix GC_remove_specific invocation from remove_all_threa...
2017-09-28 Ivan MaidanskiFix deadlock in GC_help_marker caused by use of mark_cv...
2017-09-28 Ivan MaidanskiAvoid busy waiting in mark_thread while GC_parallel...
2017-09-28 Ivan MaidanskiEliminate unsigned fl_builder_count underflow in mark_t...
2017-09-28 Ivan MaidanskiAdd assertion that no hb_n_marks underflow occurs
2017-09-28 Ivan MaidanskiFix hb_n_marks underflow in clear_fl_marks if MARK_BIT_...
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-16 Ivan MaidanskiAllow gctest and thread_leak_test with zero NTHREADS
2017-08-16 Ivan MaidanskiFix array_mark_proc to request global mark stack growth...
2017-08-07 Ivan MaidanskiTravis CI: Test configure --disable-docs
2017-08-07 Ivan MaidanskiTravis CI: Workaround 'real_malloc is never called...
2017-08-07 Ivan MaidanskiFix leak_test crash in print_callers if free() is redir...
2017-08-07 Ivan MaidanskiDo not install documentation if configure --disable...
2017-08-07 Ivan MaidanskiRefine collect_a_little documentation (better explain...
2017-08-07 Ivan MaidanskiWorkaround false 'uninitialized var use' code defect...
2017-08-07 Ivan MaidanskiEliminate CSA warning of non-virtual destructor in...
2017-08-07 Ivan MaidanskiEliminate CSA warning about incorrect cast applied...
2017-08-07 Ivan MaidanskiEliminate CSA warning about narrowing cast in CleanUp...
2017-08-07 Ivan MaidanskiEliminate CSA warning of staticroot that can be a local...
2017-08-07 Ivan MaidanskiEliminate CSA warning of unmodified non-const static...
2017-08-07 Ivan MaidanskiDo not use tkill (Android)
2017-08-07 Ivan MaidanskiReplace deprecated rewind to fseek in cordxtra
2017-08-07 Ivan MaidanskiFix undefined HEAP_START in register_dynamic_libraries
2017-08-07 Ivan MaidanskiFix bytes count passed to add_to_our_memory in backgrap...
2017-08-07 Ivan MaidanskiFix GC_incremental declaration/definition type mismatch
2017-08-07 Ivan MaidanskiSpecify that unused select() result is intentional
2017-08-07 Ivan MaidanskiFix SIGSEGV in GC_is_marked when gc_cleanup is used...
2017-08-07 Ivan MaidanskiFix deadlock in GC_suspend_thread when thread is rebuil...
2017-08-07 Ivan MaidanskiFix atomic_ops build in Makefile.direct for Solaris
2017-07-12 Ivan MaidanskiTravis CI: enable builds for release-7_6 branch
2017-07-12 Ivan MaidanskiFix push_complex_descriptor to avoid unlimited global...
2017-07-12 Ivan MaidanskiFix deadlock in GC_suspend_thread when thread is finished
2017-07-12 Ivan Maidanski.gitignore: Ignore .log and .trs files for test_atomic_ops
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-02 Ivan MaidanskiFix gctest crash if configure --enable-handle-fork...
2017-07-02 Ivan MaidanskiDo not produce .tar.bz2 distribution file (configure)
2017-07-02 Ivan MaidanskiAdd minimal testing of GC_set_bit (gctest)
2017-07-02 Ivan MaidanskiBetter document minimum value of size argument for...
2017-07-02 Ivan MaidanskiMake GC_INIT optional for clients even if thread-local...
2017-07-02 Ivan MaidanskiEnsure GC initialized when atfork_prepare is called...
2017-07-02 Ivan MaidanskiFix compilation error in get_main_stack_base (Emscripten)
2017-07-02 Ivan MaidanskiPrevent abort in register_data_segments for Symbian...
2017-07-02 Ivan MaidanskiFix configure --disable-munmap handling
2017-07-02 Peter WangFix gctest failure if PARALLEL_MARK (musl)
2017-07-02 Ivan MaidanskiUpdate AUTHORS file (add Hamayama)
2017-07-02 HamayamaFix typed_test to prevent fails in malloc_explicitly_ty...
2017-07-02 HamayamaFix null dereference in reclaim_block if DONT_ADD_BYTE_...
2017-07-02 Ivan MaidanskiFix ALL_INTERIOR_POINTERS name in comments and document...
2017-07-02 Ivan MaidanskiConsistently use 'msec' instead of 'ms' in comments...
2017-07-02 Ivan MaidanskiUpdate bdwgc mailing list online archive link in docume...
2017-07-02 Ivan MaidanskiUpdate GCJ link in documentation
2017-07-02 Ivan MaidanskiDocument GWW_VDB in gcdescr.html
2017-07-02 Ivan MaidanskiUpdate Download information in GC overview document
2017-07-02 Ivan Maidanski.gitignore: Ignore test_atomic_ops
2017-07-02 Ivan MaidanskiFix pthread_start compilation if single-obj-compilation...
2017-07-01 Ivan MaidanskiFix PCR-Makefile by removing compilation of a missing...
2017-07-01 Ivan MaidanskiEliminate 'unused variable' compiler warning in remove_...
2017-07-01 Ivan MaidanskiRemove extraneous semicolons after AC_MSG_WARN (configure)
2017-07-01 Ivan MaidanskiFix broken external links in documentation
2017-07-01 Ivan MaidanskiUpdate documentation about bugs reporting and new relea...
2017-07-01 Ivan MaidanskiUpdate several email addresses in AUTHORS file
2017-05-31 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-05-31 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-05-30 Ivan MaidanskiFix external libatomic_ops pkg-config-based detection
2017-05-30 Ivan MaidanskiDo not require libatomic_ops for single-threaded builds...
2017-05-30 Ivan MaidanskiImprove detection of internal libatomic_ops (configure)
2017-05-30 Ivan MaidanskiUpdate AUTHORS file (add Bernd Kuhls)
2017-05-30 Bernd KuhlsFix 'missing libc-version.h' build error (uClibc/x86...
2017-05-24 Ivan MaidanskiFix typo in configure help message
next