]> granicus.if.org Git - gc/shortlog
gc
2017-07-07 Ivan MaidanskiUpdate documentation about bugs reporting and new relea...
2017-07-06 Ivan MaidanskiUpdate GCJ link in documentation
2017-07-06 Ivan MaidanskiFix broken external links in documentation
2017-07-06 Ivan MaidanskiFix ALL_INTERIOR_POINTERS name in comments and document...
2017-07-06 Ivan MaidanskiFix configure --disable-munmap handling
2017-07-06 HamayamaFix typed_test to prevent fails in malloc_explicitly_ty...
2017-07-06 HamayamaFix null dereference in reclaim_block if DONT_ADD_BYTE_...
2017-07-06 Ivan MaidanskiFix PCR-Makefile by removing compilation of a missing...
2017-05-31 Ivan MaidanskiTravis CI: Setup dist tarball uploading to GitHub on...
2017-05-31 Ivan MaidanskiTravis CI: Test also 'make distcheck'
2017-05-31 Ivan MaidanskiUpdate (regenerate) configure files; update ChangeLog
2017-05-31 Ivan MaidanskiTravis CI: Test also the distributive file creation
2017-05-31 Ivan MaidanskiTravis CI: Test without clone libatomic_ops
2017-05-31 Ivan MaidanskiFix external libatomic_ops pkg-config-based detection
2017-05-31 Ivan MaidanskiPrevent misleading AC_MSG_ERROR/AS_IF errors reported...
2017-05-29 Ivan MaidanskiTravis CI: Do not run autoreconf
2017-05-26 Ivan MaidanskiUpdate (regenerate) configure files; update ChangeLog
2017-05-26 Ivan MaidanskiTravis CI: Reformat .yml file by travis tool
2017-05-25 Ivan MaidanskiFix typo in configure help message
2017-05-25 Ivan MaidanskiFix various typos in doc/README and .html files
2017-05-25 Ivan MaidanskiFix unpaired quote symbol in README.Mac
2017-05-25 Ivan MaidanskiFix typo in README.hp
2017-05-25 Ivan MaidanskiFix typos in README.DGUX386
2017-05-25 Andy LiFix 'doc' files installation folder
2017-05-25 Ivan MaidanskiFix OSF1 host pattern in CMakeLists.txt
2017-05-25 Andrew BussFix CMake warning about CMP0054 by unquoting instances...
2017-05-25 Ivan MaidanskiFix missing win32_threads.c compilation for Cygwin...
2017-05-25 Ivan MaidanskiFix AO_SRC_DIR target name in NT_*_MAKEFILE
2017-05-25 Ivan MaidanskiFix a typo in comment in NT_MAKEFILE
2017-05-25 Ryan GonzalezFix crash in FirstDLOpenedLinkMap if app linked statica...
2017-05-25 Ivan MaidanskiEliminate 'signed/unsigned mismatch' compiler warning...
2017-05-25 Ivan Maidanski.gitignore: Ignore cord/tests/de_win.rbj
2017-05-25 Ivan Maidanski.gitignore: Ignore auto-generated test_cpp.cpp
2017-04-11 Ivan MaidanskiTravis CI: Test also --enable-gc-assertions without...
2017-04-11 Ivan MaidanskiTravis CI: Test also --enable-large-config without...
2017-04-11 Ivan MaidanskiTravis CI: Test also --enable-redirect-malloc
2017-04-11 Ivan MaidanskiTravis CI: Test --disable-static without assertions
2017-04-11 Ivan MaidanskiTravis CI: Replace multiple CONF_x with a single CONF_O...
2017-04-11 Ivan MaidanskiTravis CI: Specify test configurations using 'matrix...
2017-04-11 Ivan MaidanskiUpdate (regenerate) configure files; update ChangeLog
2017-04-11 Ivan MaidanskiUpdate shared libraries version info (v7.2)
2017-04-11 Ivan MaidanskiFix 'e.g.' typos in comments and documentation
2017-04-10 Ivan MaidanskiFix GC_SIZE_MAX definition (Linux/musl-gcc)
2017-04-10 Ivan MaidanskiFix tools/setjmp_t hang (OS X)
2017-04-10 Ivan MaidanskiFix typo in comment at GC_setup_temporary_fault_handler...
2017-04-10 Ivan MaidanskiFix name typos in GC_FAST_MALLOC_GRANS comment
2017-04-10 Ivan MaidanskiFix typo in GC_AMIGA_GC documentation in README
2017-04-10 Klemens ZwischenbruggerFix various typos in comments and printed messages
2017-04-10 Ivan MaidanskiFix typo in Makefile.am comment
2017-04-10 Ivan Maidanski.gitignore: Ignore gctest_* and lib*gc.so produced...
2017-04-10 Ivan Maidanski.gitignore: Ignore bsd-libgc.a, bsd-libleak.a
2017-04-10 Ivan Maidanski.gitignore: Ignore *.sancov (generated by ASan)
2017-02-10 Ivan MaidanskiTravis CI: test also --enable-munmap
2017-02-10 Ivan MaidanskiTravis CI: test --enable-gc-assertions
2017-02-10 Ivan MaidanskiTravis CI: Test --disable-static --disable-threads
2017-02-10 Ivan MaidanskiTravis CI: Test also --disable-gc-debug and --enable...
2017-02-10 Ivan MaidanskiTravis CI configuration: test also pointer backtracing
2017-02-10 Ivan MaidanskiTravis CI configuration: build and test C++
2017-02-10 Ivan MaidanskiUpdate ChangeLog
2017-02-09 Ivan MaidanskiFix enable_parallel_mark condition in CMake script
2017-02-09 Ivan MaidanskiAppveyor CI: build/test with GCJ support
2017-02-09 Ivan MaidanskiFix bm_huge initialization for 64-bit targets (gctest)
2017-02-09 Ivan MaidanskiFix GC_mark_stack_top assertion violation properly...
2017-02-09 Ivan MaidanskiFix assertion in GC_steal_mark_stack for non-heap regions
2017-02-09 Ivan MaidanskiFix gc_cleanup destructor for non-heap objects (gc_cpp)
2017-02-09 Ivan MaidanskiFix '~' operator application to unsigned values shorter...
2017-02-08 Ivan MaidanskiFix potential data race in GC_SysVGetDataStart (SPARC)
2017-02-07 Ivan MaidanskiTravis CI: Exclude osx/gcc builds
2017-02-07 Ivan MaidanskiFix MS VC warning about compiling unused checksums...
2017-02-07 Ivan MaidanskiFix 'context local variable might be clobbered by setjm...
2017-02-07 Ivan Maidanskiwindows-untested: Fix paths to gc_version.h
2017-02-07 Ivan MaidanskiFix GCJ support in CMake build script
2017-02-07 Ivan MaidanskiFix Makefile.direct recursive invocation
2017-02-07 Ivan MaidanskiFix storage class of local variable in register_dynamic...
2017-02-07 Ivan MaidanskiRevert "Skip GC_DS_PER_OBJECT objs with negative descri...
2017-02-07 Ivan MaidanskiFix gc_allocator.h file name in new_gc_alloc.h comment
2017-02-07 Ivan MaidanskiFix gc_backptr.h, gc_mark.h, GC_DS_TAGS names in docume...
2017-02-07 Ivan MaidanskiFix typo in GC_build_fl_clear2 comment
2017-02-07 Ivan MaidanskiFix typo in GET_MEM comment
2017-02-07 Ivan MaidanskiFix a typo in comment in GC_SysVGetDataStart
2017-02-07 Ivan Maidanski.gitignore: Ignore coverage.info (generated by lcov)
2017-02-07 Ivan Maidanski.gitignore: Ignore gcov c/h output files
2017-02-07 Ivan Maidanski.gitignore: Ignore folders and files of static code...
2017-02-07 Ivan Maidanski.gitignore: Add even more files generated by CMake...
2016-11-27 Ivan MaidanskiUpdate ChangeLog
2016-11-27 Ivan MaidanskiFix Solaris/sparc detection in case of strict C complia...
2016-11-27 Ivan MaidanskiFix assertion violation in GC_repeat_read if --enable...
2016-11-27 Ivan MaidanskiEnsure oom_fn callback executed on out-of-memory in...
2016-11-27 Ivan MaidanskiFix assertion violation in mark_local checking GC_mark_...
2016-11-27 Ivan MaidanskiFix potential integer overflow in GC_find_limit_* functions
2016-11-27 Ivan MaidanskiChange no-argument functions declaration style to ANSI...
2016-11-11 Andy LiAdd AppVeyor CI configuration
2016-11-11 Andy LiAdd configuration for Travis CI
2016-11-11 Ivan MaidanskiUpdate ChangeLog
2016-11-11 Andy LiCMake: add gctest as a test
2016-11-11 Ivan MaidanskiFix GC_collect_or_expand to prevent allocation size...
2016-11-11 Ivan MaidanskiFix malloc routines to prevent size value wrap-around
2016-11-11 Ivan MaidanskiWorkaround missing getcontext() in Docker osrf/ubuntu_32bit
2016-11-11 Ivan MaidanskiFix 'shift count >= width of type' compiler warning...
2016-11-11 Ivan MaidanskiFix calloc_explicitly_typed in case of lb*n overflow
next