]> granicus.if.org Git - gc/shortlog
gc
2017-09-29 Ivan MaidanskiFix deadlock in GC_help_marker caused by use of mark_cv...
2017-09-29 Ivan MaidanskiAvoid busy waiting in mark_thread while GC_parallel...
2017-09-29 Ivan MaidanskiFix hb_n_marks underflow in clear_fl_marks if MARK_BIT_...
2017-08-17 Ivan MaidanskiRemove unused variable in remove_all_threads_but_me
2017-08-17 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-08-16 Ivan MaidanskiFix array_mark_proc to request global mark stack growth...
2017-08-08 Ivan MaidanskiFix leak_test crash in print_callers if free() is redir...
2017-08-08 Ivan MaidanskiFix undefined HEAP_START in register_dynamic_libraries
2017-08-08 Ivan MaidanskiFix bytes count passed to add_to_our_memory in backgrap...
2017-08-08 Ivan MaidanskiFix GC_incremental declaration/definition type mismatch
2017-08-08 Ivan MaidanskiFix SIGSEGV in GC_is_marked when gc_cleanup is used...
2017-08-08 Ivan MaidanskiFix push_complex_descriptor to avoid unlimited global...
2017-08-07 Ivan Maidanski.gitignore: Ignore .log and .trs files for test_atomic_ops
2017-07-08 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-07-06 Ivan MaidanskiTravis CI: Test --disable-munmap
2017-07-06 Ivan MaidanskiTravis CI: Test --enable-munmap with OS X
2017-07-06 Ivan MaidanskiTravis CI: Test --enable-handle-fork
2017-07-06 Ivan MaidanskiTravis CI: Test explicit -D DEFAULT_STACK_MAYBE_SMALL"
2017-07-06 Ivan MaidanskiTravis CI: Add test with -D DONT_ADD_BYTE_AT_END
2017-07-06 Ivan MaidanskiFix gctest crash if configure --enable-handle-fork...
2017-07-04 Ivan MaidanskiDo not produce .tar.bz2 distribution file (configure)
2017-07-04 Ivan MaidanskiEliminate 'unused variable' compiler warning in remove_...
2017-07-04 Ivan MaidanskiBetter document minimum value of size argument for...
2017-07-04 Ivan MaidanskiDocument GWW_VDB in gcdescr.html
2017-07-04 Ivan MaidanskiConsistently use 'msec' instead of 'ms' in comments...
2017-07-04 Ivan MaidanskiUpdate bdwgc mailing list online archive link in docume...
2017-07-04 Ivan MaidanskiUpdate GCJ link in documentation
2017-07-04 Ivan MaidanskiUpdate Download information in GC overview document
2017-07-04 Ivan MaidanskiFix broken external links in documentation
2017-07-04 Ivan MaidanskiUpdate documentation about bugs reporting and new relea...
2017-07-04 Ivan MaidanskiUpdate several email addresses in AUTHORS file
2017-07-04 Ivan MaidanskiEnsure GC initialized when atfork_prepare is called...
2017-07-04 Ivan MaidanskiPrevent abort in register_data_segments for Symbian
2017-07-04 Ivan MaidanskiFix ALL_INTERIOR_POINTERS name in comments and document...
2017-07-04 Ivan MaidanskiFix configure --disable-munmap handling
2017-07-04 Peter WangFix gctest failure if PARALLEL_MARK (musl)
2017-07-04 Ivan MaidanskiUpdate AUTHORS file (add Hamayama)
2017-07-04 HamayamaFix typed_test to prevent fails in malloc_explicitly_ty...
2017-07-03 HamayamaFix null dereference in reclaim_block if DONT_ADD_BYTE_...
2017-07-03 Ivan MaidanskiFix pthread_start compilation if single-obj-compilation...
2017-07-03 Ivan MaidanskiFix PCR-Makefile by removing compilation of a missing...
2017-07-03 Ivan Maidanski.gitignore: Ignore test_atomic_ops
2017-05-31 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-05-30 Ivan MaidanskiTravis CI: Setup dist tarball uploading to GitHub on...
2017-05-30 Ivan MaidanskiTravis CI: Test also 'make distcheck'
2017-05-30 Ivan MaidanskiTravis CI: Test also with mingw-w64 32/64-bit cross...
2017-05-30 Ivan MaidanskiTravis CI: Test also the distributive file creation
2017-05-30 Ivan MaidanskiTravis CI: Test without clone libatomic_ops
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-25 Ivan MaidanskiTravis CI: Reformat .yml file by travis tool
2017-05-24 Ivan MaidanskiFix typo in configure help message
2017-05-24 Ivan MaidanskiEliminate 'conditional expression is always true' code...
2017-05-24 Ivan MaidanskiEliminate 'possible loss of data' MS VC warning in...
2017-05-24 Ivan MaidanskiEliminate 'possible loss of data' compiler warnings...
2017-05-24 Ivan MaidanskiEliminate 'incompatible function pointer' warning in...
2017-05-24 Ivan MaidanskiEliminate 'locally defined symbol imported' MS linker...
2017-05-24 Ivan MaidanskiSuppress MS VC warnings about unused param, const condi...
2017-05-24 Ivan MaidanskiRemove all generated files by NT_X64_THREADS_MAKEFILE...
2017-05-24 Ivan MaidanskiRemove non-existent configure option in simple_example...
2017-05-24 Ivan MaidanskiRefine Makefile.direct comment about multi-threaded...
2017-05-24 Ivan MaidanskiFix various typos in doc/README and .html files
2017-05-24 Ivan MaidanskiFix unpaired quote symbol in README.Mac
2017-05-24 Ivan MaidanskiFix typo in README.hp
2017-05-24 Ivan MaidanskiFix typos in README.DGUX386
2017-05-24 Andy LiFix 'doc' files installation folder
2017-05-24 Ivan MaidanskiFix OSF1 host pattern in CMakeLists.txt
2017-05-24 Ivan MaidanskiFix missing win32_threads.c compilation for Cygwin...
2017-05-24 Ivan MaidanskiFix AO_SRC_DIR target name in NT_*_MAKEFILE
2017-05-24 Ivan MaidanskiFix a typo in comment in NT_MAKEFILE
2017-05-24 Ivan MaidanskiUpdate AUTHORS file (add Ryan Gonzalez)
2017-05-24 Ryan GonzalezFix crash in FirstDLOpenedLinkMap if app linked statica...
2017-05-24 Ivan MaidanskiEliminate 'signed/unsigned mismatch' compiler warning...
2017-05-24 Ivan Maidanski.gitignore: Ignore cord/tests/de_win.rbj
2017-05-24 Ivan Maidanski.gitignore: Ignore auto-generated test_cpp.cpp
2017-04-12 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-04-10 Ivan MaidanskiTravis CI: Test also Intel x32 builds (Linux)
2017-04-10 Ivan MaidanskiTravis CI: Test also 32-bit, 64-bit builds with clang...
2017-04-10 Ivan MaidanskiTravis CI: Test --disable-static without assertions
2017-04-10 Ivan MaidanskiTravis CI: Test also --enable-redirect-malloc
2017-04-10 Ivan MaidanskiTravis CI: Test builds with -D LINT2
2017-04-10 Ivan MaidanskiTravis CI: Test --enable-large-config without --enable...
2017-04-10 Ivan MaidanskiTravis CI: Also test --enable-large-config in 32-bit...
2017-04-10 Ivan MaidanskiTravis CI: Test also with -std=c11 (in single-threaded...
2017-04-10 Ivan MaidanskiTravis CI: Test also -D POINTER_MASK
2017-04-10 Ivan MaidanskiTravis CI: Test also ENABLE_TRACE macro
2017-04-10 Ivan MaidanskiTravis CI: Test also various -D DEBUG_x
2017-04-10 Ivan MaidanskiTravis CI: Test also -D DBG_HDRS_ALL -D SHORT_DBG_HDRS
2017-04-10 Ivan MaidanskiTravis CI: Also test with musl-gcc (Linux)
2017-04-10 Ivan MaidanskiTravis CI: Test also -D CHECKSUMS, -D SMALL_CONFIG...
2017-04-09 Ivan MaidanskiTravis CI: Output gctest.log content
2017-04-09 Ivan MaidanskiTravis CI: Output config.h content
2017-04-09 Ivan MaidanskiTravis CI: Replace multiple CONF_x with a single CONF_O...
2017-04-09 Ivan MaidanskiTravis CI: Specify test configurations using 'matrix...
2017-04-07 Ivan MaidanskiChangeLog: remove trailing dots
2017-04-07 Ivan MaidanskiUpdate shared libraries version info to differentiate...
2017-04-07 Ivan MaidanskiFix GC shared library tests failure (musl)
next