platform/upstream/libgc.git
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)
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
next