]> granicus.if.org Git - gc/shortlog
gc
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...
2016-11-27 Ivan MaidanskiFix GC_jmp_buf multiple definition
2016-11-27 Ivan MaidanskiEnsure oom_fn callback executed on out-of-memory in...
2016-11-27 Ivan MaidanskiFix assertion violation in GC_repeat_read if --enable...
2016-11-27 Ivan MaidanskiAdjust GC_memalign comment
2016-11-27 Ivan MaidanskiChangeLog: add information that CVE-2016-9427 is fixed...
2016-11-27 Ivan MaidanskiFix assertion violation in mark_local checking GC_mark_...
2016-11-27 Ivan MaidanskiUpdate README to use autogen.sh on build from the sourc...
2016-11-27 Ivan MaidanskiUpdate AUTHORS file (add Joshua Richardson)
2016-11-27 Ivan MaidanskiDocument configure 'syntax error' issue in README
2016-11-27 Ivan MaidanskiFix potential integer overflow in GC_find_limit_* functions
2016-11-11 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2016-11-11 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-11-10 Andy LiAdd AppVeyor CI configuration
2016-11-01 Ivan MaidanskiExport GC_print_free_list()
2016-11-01 Ivan MaidanskiEliminate duplicate log messages in GC_mark_from
2016-11-01 Ivan MaidanskiEliminate redundant local variable in register_finalizer
2016-11-01 Ivan MaidanskiEliminate 'printf format specifies type void*' GCC...
2016-11-01 Ivan MaidanskiWorkaround more 'void pointers in calculations' cppchec...
2016-11-01 Ivan MaidanskiEliminate all 'scope of variable can be reduced' cppche...
2016-11-01 Ivan MaidanskiWorkaround more '#error' cppcheck error messages
2016-11-01 Ivan MaidanskiWorkaround '#error' cppcheck error messages
2016-11-01 Ivan MaidanskiWorkaround 'value of macro unknown' cppcheck info messages
2016-11-01 Ivan MaidanskiWorkaround 'value of REDIRECT_MALLOC/FREE unknown'...
2016-11-01 Ivan MaidanskiWorkaround 'value of WINAPI unknown' cppcheck info...
2016-11-01 Ivan MaidanskiWorkaround 'value of SIGBUS unknown' cppcheck info...
2016-11-01 Ivan MaidanskiEliminate 'value of DATASTART2 unknown' cppcheck info...
2016-11-01 Ivan MaidanskiEliminate 'value of GC_PTHREAD_EXIT_ATTRIBUTE unknown...
2016-11-01 Ivan MaidanskiEliminate 'value of GC_RETURN_ADDR_PARENT unknown'...
2016-11-01 Ivan MaidanskiEliminate 'value of NEED_FIXUP_POINTER unknown' cppchec...
2016-11-01 Ivan MaidanskiFix missing #error pragma
2016-11-01 Ivan MaidanskiEliminate 'Condition 0==datastart always false' cppchec...
2016-11-01 Ivan MaidanskiWorkaround 'condition is always false' cppcheck warning...
2016-11-01 Ivan MaidanskiWorkaround 'possible null pointer dereference' cppcheck...
2016-11-01 Ivan MaidanskiWorkaround 'possible null pointer dereference' cppcheck...
2016-11-01 Ivan MaidanskiWorkaround 'variable reassigned before old value used...
2016-11-01 Ivan MaidanskiWorkaround 'same expression on both sides of ==' cppche...
2016-11-01 Ivan MaidanskiWorkaround 'same expression on both sides of OR' cppche...
2016-11-01 Ivan MaidanskiWorkaround 'redundant assignment of *result to itself...
2016-11-01 Ivan MaidanskiWorkaround 'obsolete function alloca() called' cppcheck...
2016-11-01 Ivan MaidanskiWorkaround 'struct member is never used' cppcheck style...
2016-11-01 Ivan MaidanskiWorkaround 'checking if unsigned value is negative...
2016-11-01 Ivan MaidanskiWorkaround 'unused variable' cppcheck style warnings
2016-11-01 Ivan MaidanskiEliminate 'constructor with 1 argument is not explicit...
2016-11-01 Ivan MaidanskiEliminate 'class defines member variable with name...
2016-11-01 Ivan MaidanskiFix 'void pointers in calculations: behavior undefined...
2016-11-01 Ivan MaidanskiFix 'syntax error' reported by cppcheck for mach_dep
2016-11-01 Ivan MaidanskiWorkaround 'tainted int used as loop bound' static...
2016-11-01 Ivan MaidanskiEliminate 'null dereference' code defect warning in...
2016-11-01 Ivan MaidanskiWorkaround 'insecure libc pseudo-random number generato...
2016-11-01 Ivan MaidanskiWorkaround 'mmap() resource handle leak' static analyze...
2016-11-01 Ivan MaidanskiWorkaround 'local variable size too big' static analyze...
2016-11-01 Ivan MaidanskiEliminate 'comparison is always false' static analyzer...
2016-11-01 Ivan MaidanskiEnable GC_is_tmp_root for all platforms
2016-11-01 Ivan MaidanskiAllow custom TRACE_ENTRIES value
2016-11-01 Ivan MaidanskiExport GC_is_tmp_root() and GC_print_trace[_inner]()
2016-11-01 Ivan MaidanskiExport GC_dump_finalization/regions()
2016-11-01 Ivan MaidanskiFix GC_collect_or_expand to prevent allocation size...
2016-11-01 Ivan MaidanskiFix malloc routines to prevent size value wrap-around
2016-11-01 Ivan MaidanskiFix 'shift count >= width of type' compiler warning...
2016-11-01 Ivan MaidanskiFix calloc_explicitly_typed in case of lb*n overflow
2016-11-01 Ivan MaidanskiAdjust code indentation of calloc_explicitly_typed
2016-11-01 Ivan MaidanskiCode refactoring of divide-by-HBLKSIZE occurrences
2016-10-31 Ivan MaidanskiEliminate 'dereference of null' CSA false warning in...
2016-10-31 Ivan MaidanskiFix 'variable unused' compiler warning in FirstDLOpened...
2016-10-31 Ivan MaidanskiFix potential overflow in decrement when computing...
2016-10-31 Ivan MaidanskiFix GC_requested_heapsize increment in GC_init
next