platform/upstream/libgc.git
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)
2017-06-20 HamayamaFix null dereference in reclaim_block if DONT_ADD_BYTE_...
2017-06-20 Ivan MaidanskiFix text formatting in gcinterface.md
2017-06-20 Ivan MaidanskiTravis CI: Add test with -D DONT_ADD_BYTE_AT_END
2017-06-20 Ivan MaidanskiConvert overview.html, tree.html to Markdown format
2017-06-16 Ivan MaidanskiConvert gcdescr.html, gcinterface.html to Markdown...
2017-06-16 Ivan MaidanskiFix compiler intrinsics support check failure in 'make...
2017-06-16 Ivan MaidanskiFix ALL_INTERIOR_POINTERS name in comments and document...
2017-06-16 Ivan MaidanskiConsistently use 'msec' instead of 'ms' in comments...
2017-06-16 Ivan MaidanskiUpdate bdwgc mailing list online archive link in docume...
2017-06-16 Ivan MaidanskiUpdate GCJ link in documentation
2017-06-16 Ivan MaidanskiDocument GWW_VDB in gcdescr.html
2017-06-15 Ivan MaidanskiTravis CI: Update after changing configure to use atomi...
2017-06-15 Ivan MaidanskiUse compiler atomic intrinsics by default if available...
2017-06-14 Ivan MaidanskiAdd test_atomic_ops to perform minimal testing of used...
2017-06-14 Ivan Maidanski.gitignore: Ignore test_atomic_ops
2017-06-13 Ivan MaidanskiTravis CI: Scan pcr_interface.c, real_malloc.c in extra...
2017-06-13 Ivan MaidanskiMove pcr_interface.c, real_malloc.c to 'extra' folder
2017-06-13 Ivan MaidanskiUpdate Download information in GC overview document
2017-06-09 Ivan MaidanskiTravis CI: Use configure --with-checksums instead of...
2017-06-09 Ivan MaidanskiCompile checksums.c only if --with-checksums is given...
2017-06-09 Ivan MaidanskiSupport with_checksums option in CMake script
2017-06-09 Ivan MaidanskiDo not produce .tar.bz2 distribution file (configure)
2017-06-08 Ivan MaidanskiFix non-Linux configure-based builds
2017-06-08 Ivan MaidanskiFix pthread_start compilation if single-obj-compilation...
2017-06-08 Ivan MaidanskiFix PCR-Makefile by removing compilation of a missing...
2017-06-07 Ivan MaidanskiDo not compile pcr_interface.c and real_malloc.c except...
2017-06-07 Ivan Maidanskiwindows-untested: Do not build gc_dlopen/pcr_interface...
2017-06-07 Ivan MaidanskiTravis CI: Test also configure --disable-thread-local...
2017-06-07 Ivan MaidanskiSupport configure --disable-thread-local-alloc option...
2017-06-07 Ivan MaidanskiGroup common defines for POSIX platforms in configure...
2017-06-07 Ivan MaidanskiEliminate 'unused variable' compiler warning in remove_...
2017-06-06 Ivan MaidanskiRemove extraneous semicolons after AC_MSG_WARN (configure)
2017-06-06 Ivan MaidanskiFix broken external links in documentation
2017-06-06 Ivan MaidanskiFix URL to GitHub bdwgc master in overview.html
2017-06-06 Ivan MaidanskiUpdate documentation about bugs reporting and new relea...
2017-06-01 Ivan MaidanskiUpdate several email addresses in AUTHORS file
2017-05-31 Ivan MaidanskiUpdate ChangeLog 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 MaidanskiTravis CI: Test --with-libatomic-ops=none instead of...
2017-05-30 Ivan MaidanskiAllow configure --with-libatomic-ops=none to use GCC...
2017-05-30 Ivan MaidanskiTravis CI: Test without clone libatomic_ops
2017-05-29 Ivan MaidanskiTravis CI: Fix 'make distcheck' failure caused by missi...
2017-05-29 Ivan MaidanskiFix external libatomic_ops pkg-config-based detection
2017-05-29 Ivan MaidanskiDo not require libatomic_ops for single-threaded builds...
2017-05-29 Ivan MaidanskiImprove detection of internal libatomic_ops (configure)
2017-05-29 Ivan MaidanskiUpdate AUTHORS file (add Bernd Kuhls)
2017-05-29 Bernd KuhlsFix 'missing libc-version.h' build error (uClibc/x86...
2017-05-24 Ivan MaidanskiFix typo in configure help message
2017-05-24 Ivan MaidanskiWorkaround 'int shift by negative amount' false defect...
2017-05-23 Ivan MaidanskiEliminate 'conditional expression is always true' code...
2017-05-23 Ivan MaidanskiWorkaround 'comparison of identical expressions' false...
2017-05-22 Ivan MaidanskiWorkaround 'array compared to 0', 'untrusted loop bound...
2017-05-22 Ivan MaidanskiTravis CI: Test also 'make distcheck'
2017-05-22 Ivan MaidanskiTravis CI: Setup dist tarball uploading to GitHub on...
2017-05-22 Ivan MaidanskiTravis CI: Reformat .yml file by travis tool
2017-05-22 Ivan MaidanskiRemove duplicated sample code in leak.md
2017-05-19 Ivan MaidanskiConvert some (small) .html files to Markdown format
2017-05-18 Ivan MaidanskiFix various typos in doc/README and .html files
2017-05-18 Ivan MaidanskiRemove unused ALIGN_DOUBLE macro (TILE-Gx/Pro)
2017-05-18 Ivan MaidanskiReplace XXX_THREADS with GC_THREADS macro in scale...
2017-05-18 Ivan MaidanskiWorkaround 'waiting while holding lock' code defect...
2017-05-16 Ivan MaidanskiWorkaround 'int shift by negative amount' false code...
2017-05-12 Ivan MaidanskiDefine GC_THREADS instead of GC_x_THREADS in Makefiles
2017-05-12 Ivan MaidanskiRemove 'dist' target from Makefile.direct
2017-05-12 Ivan MaidanskiRemove GC code fragment (which already merged) from...
2017-05-12 Ivan MaidanskiFix unpaired quote symbol in README.Mac
2017-05-12 Ivan MaidanskiUse same style of include gc.h in documentation
2017-05-12 Ivan MaidanskiFix typo in README.hp
2017-05-11 Ivan MaidanskiMove README.QUICK from DOC_FILES to OTHER_FILES in...
2017-05-11 Andy LiFix 'doc' files installation folder
2017-05-05 Ivan MaidanskiUpdate documentation as parallel mark is now on by...
2017-05-05 Ivan MaidanskiFix typos in README.DGUX386
2017-05-05 Ivan MaidanskiRemove non-existent configure option in simple_example...
2017-05-05 Ivan MaidanskiRemove DGUX_THREADS macro which duplicates GC_DGUX386_T...
2017-05-04 Ivan MaidanskiFix OSF1 host pattern in CMakeLists.txt
2017-05-04 Ivan MaidanskiCompile thread_local_alloc only if multi-threaded build...
2017-05-04 Ivan MaidanskiAlign IRIX/OSF1_THREADS definition in gc_config_macros...
2017-05-03 Ivan MaidanskiRemove GC_GNU_THREADS macro (HURD)
2017-05-03 Ivan MaidanskiFix missing win32_threads.c compilation for Cygwin...
2017-05-03 Ivan MaidanskiTravis CI: Workaround 'unused function' cppcheck false...
2017-05-02 Ivan MaidanskiTravis CI: Workaround 'value of GC_API unknown' cppchec...
2017-04-28 Ivan MaidanskiAdd Coverity Scan (static code analysis status) badge...
next