]> granicus.if.org Git - gc/shortlog
gc
2017-04-06 Ivan MaidanskiFix gctest thread stack overflow (musl-gcc)
2017-04-06 Ivan MaidanskiFix gctest failure for Darwin if CPPCHECK is defined
2017-04-06 Ivan MaidanskiFix GC_SIZE_MAX definition (Linux/musl-gcc)
2017-04-06 Ivan MaidanskiFix 'ISO C90 forbids mixed declarations/code' compiler...
2017-04-06 Ivan MaidanskiUpdate AUTHORS file
2017-04-06 Mikael DjurfeldtFix 'size of tv is unknown' error in brief_async_signal...
2017-04-06 Ivan MaidanskiMove libraries version info to the beginning of Makefile.am
2017-04-06 Max MouratovUpdate AUTHORS file
2017-04-06 Ivan MaidanskiFix typo in comment at GC_setup_temporary_fault_handler...
2017-04-06 Ivan MaidanskiFix name typos in GC_FAST_MALLOC_GRANS comment
2017-04-06 Ivan MaidanskiFix typo in GC_AMIGA_GC documentation in README
2017-04-06 Ivan MaidanskiUpdate AUTHORS file
2017-04-06 Klemens ZwischenbruggerFix various typos in comments and printed messages
2017-04-06 Ivan MaidanskiFix typo in Makefile.am comment
2017-04-05 Ivan Maidanski.gitignore: Ignore gctest_* and lib*gc.so produced...
2017-04-05 Ivan Maidanski.gitignore: Ignore bsd-libgc.a, bsd-libleak.a
2017-04-05 Ivan Maidanski.gitignore: Ignore *.sancov (generated by ASan)
2017-04-05 Ivan MaidanskiWorkaround '!GC_page_size is always false' cppcheck...
2017-02-10 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-02-10 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-02-06 Ivan MaidanskiFix enable_parallel_mark condition in CMake script
2017-02-06 Ivan MaidanskiAppveyor CI: build/test with GCJ support
2017-02-06 Ivan MaidanskiExecute more single-threaded GC tests by CMake
2017-02-06 Ivan MaidanskiAdd minimal testing of GC_MALLOC_[ATOMIC_]WORDS and...
2017-02-06 Ivan MaidanskiTest GCJ object creation with length-based descriptor...
2017-02-06 Ivan MaidanskiRemove page_was_dirty and remove_protection duplicate...
2017-02-06 Ivan MaidanskiAdd configure --enable-gcov option (enable code coverag...
2017-02-06 Ivan MaidanskiSupport CFLAGS_EXTRA to pass extra user-defined compile...
2017-02-06 Ivan MaidanskiEliminate 'GC_collecting is set but never used' code...
2017-02-06 Ivan MaidanskiWorkaround 'condition is always true' cppcheck style...
2017-02-06 Ivan MaidanskiEliminate 'array vs singleton' code defect in typed_tes...
2017-02-06 Ivan MaidanskiEliminate 'memory leak' code defect for scratch-allocat...
2017-02-06 Ivan MaidanskiWorkaround 'resource leak' false positives in alloc_MS...
2017-02-06 Ivan MaidanskiWorkaround 'bad address arithmetic' static analysis...
2017-02-06 Ivan MaidanskiWorkaround 'checking unsigned value is negative' code...
2017-02-06 Ivan MaidanskiWorkaround 'null pointer dereference' false positive...
2017-02-06 Ivan MaidanskiEliminate 'integer shift by a negative amount' code...
2017-02-06 Ivan MaidanskiEliminate 'use of vulnerable sprintf' code defect in...
2017-02-06 Ivan MaidanskiWorkaround 'potential multiplication overflow' code...
2017-02-06 Ivan MaidanskiWorkaround 'pointer used before comparison to null...
2017-02-06 Ivan MaidanskiFix '32-bit value shift followed by expansion to 64...
2017-02-06 Ivan MaidanskiFix 'GC_written_pages never read' code defect (GWW_VDB)
2017-02-06 Ivan MaidanskiWorkaround 'index out of bounds' UBSan false warning...
2017-02-06 Ivan MaidanskiUpdate README regarding make cords with Makefile.direct
2017-02-06 Ivan MaidanskiFix MS VC warning about compiling unused checksums...
2017-02-06 Ivan MaidanskiFix 'zero-size array is extension' Clang warning in...
2017-02-06 Ivan MaidanskiFix 'execvp argument incompatible pointer type' compile...
2017-02-06 Ivan MaidanskiFix (adjust) GC_scratch_alloc actual argument type
2017-02-06 Ivan MaidanskiFix 'context local variable might be clobbered by setjm...
2017-02-06 Ivan MaidanskiFix gc_allocator.h file name in new_gc_alloc.h comment
2017-02-06 Ivan MaidanskiFix gc_backptr.h, gc_mark.h, GC_DS_TAGS names in docume...
2017-02-06 Ivan MaidanskiPut invariant name in quotes to make mark_state comment...
2017-02-06 Ivan MaidanskiFix GCJ support in CMake build script
2017-02-06 Ivan MaidanskiFix lack of 2 trailing zeros in _MSC_VER numbers
2017-02-06 Ivan MaidanskiFix GC_noop6 definition to avoid its calls to be optimi...
2017-02-06 Ivan Maidanskiwindows-untested: Fix paths to gc_version.h
2017-02-06 Ivan MaidanskiFix Makefile.direct recursive invocation
2017-02-06 Ivan MaidanskiFix bm_huge initialization for 64-bit targets (gctest)
2017-02-06 Ivan MaidanskiFix storage class of local variable in register_dynamic...
2017-02-06 Ivan MaidanskiDisable implicit multi-threaded mode for Win32 to avoid...
2017-02-06 Ivan MaidanskiFix compilation for winpthreads if HANDLE_FORK
2017-02-06 Ivan MaidanskiFix GC_mark_stack_top assertion violation properly...
2017-02-06 Ivan MaidanskiFix assertion in GC_steal_mark_stack for non-heap regions
2017-02-06 Ivan MaidanskiFix gc_cleanup destructor for non-heap objects (gc_cpp)
2017-02-06 Ivan MaidanskiFix '~' operator application to unsigned values shorter...
2017-02-06 Ivan MaidanskiFix 'bogus LR' detection in FindTopOfStack (Darwin)
2017-02-06 Ivan MaidanskiFix message of VDB implementation used if MPROTECT_VDB...
2017-02-06 Ivan MaidanskiFix potential data race in GC_SysVGetDataStart (SPARC)
2017-02-06 Ivan MaidanskiRevert "Skip GC_DS_PER_OBJECT objs with negative descri...
2017-02-06 Ivan MaidanskiFix a typo in comment of GC_mark_some
2017-02-06 Ivan MaidanskiFix a typo in push_roots comment
2017-02-06 Ivan MaidanskiFix typo in GC_build_fl_clear2 comment
2017-02-06 Ivan MaidanskiFix typo in GET_MEM comment
2017-02-06 Ivan MaidanskiFix a typo in comment in GC_SysVGetDataStart
2017-02-06 Ivan MaidanskiDelete preprocessor output on make clean (Makefile...
2017-02-06 Ivan Maidanski.gitignore: Ignore coverage.info (generated by lcov)
2017-02-06 Ivan Maidanski.gitignore: Ignore gcov c/h output files
2017-02-06 Ivan Maidanski.gitignore: Add even more files generated by CMake...
2017-02-06 Ivan Maidanski.gitignore: Ignore folders and files of static code...
2016-11-27 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2016-11-27 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-11-27 Ivan MaidanskiSuppress 'taking address of label non-standard' GCC...
2016-11-27 Ivan MaidanskiReport gcc/clang pedantic warnings (configure)
2016-11-27 Ivan MaidanskiFix Solaris/sparc detection in case of strict C complia...
2016-11-27 Ivan MaidanskiSupport AddressSanitizer and MemorySanitizer (clang)
2016-11-27 Ivan MaidanskiSuppress 'tainted string passed to vulnerable operation...
2016-11-27 Ivan MaidanskiWorkaround 'function is never used' cppcheck style...
2016-11-27 Ivan MaidanskiWorkaround 'GC_DllMain is never used' cppcheck style...
2016-11-27 Ivan MaidanskiWorkaround 'WinMain() is never used' cppcheck false...
2016-11-27 Ivan MaidanskiWorkaround 'operator delete[]/new[] never used' cppchec...
2016-11-27 Ivan MaidanskiAdd testing of new[]/delete[] (test_cpp)
2016-11-27 Ivan MaidanskiEliminate 'GC_record_fault is never used' cppcheck...
2016-11-27 Ivan MaidanskiDo not define amiga_get_mem, MacTemporaryNewPtr unless...
2016-11-27 Ivan MaidanskiChange no-argument functions declaration style to ANSI...
2016-11-27 Ivan MaidanskiReplace C++ style comments to C ones, remove commented...
2016-11-27 Ivan MaidanskiFix register_finalizer call in disclaim_bench for GC_DEBUG
2016-11-27 Ivan MaidanskiEliminate 'function result not used' code defect in...
2016-11-27 Ivan MaidanskiFix threaded tests runtime crash if GC_NO_THREAD_REDIRE...
2016-11-27 Ivan MaidanskiFix initsecondarythread_test runtime failure if GC...
2016-11-27 Ivan MaidanskiFix 'incompatible ptr-to-int conversion' compiler warni...
next