]> granicus.if.org Git - gc/shortlog
gc
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
2016-10-31 Ivan MaidanskiEliminate 'assigned value never used' CSA warning in...
2016-10-31 Ivan MaidanskiFix 'replacement operator delete cannot be inline'...
2016-10-31 Ivan MaidanskiWorkaround 'variable hides enumerator with same name...
2016-10-31 Ivan MaidanskiWorkaround 'Condition 0!=GETENV() is always false'...
2016-10-31 Ivan MaidanskiWorkaround 'passing untyped NULL to variadic function...
2016-10-31 Ivan MaidanskiEliminate 'printf format specifier mismatch' compiler...
2016-10-31 Ivan MaidanskiEliminate 'address of local variable returned' static...
2016-10-31 Ivan MaidanskiFix tools/setjmp_t to prevent nested_sp inlining
2016-10-31 Ivan MaidanskiEliminate 'unnecessary comparison of static strings...
2016-10-31 Ivan MaidanskiEliminate 'suspicious pointer subtraction' cppcheck...
2016-10-31 Ivan MaidanskiEliminate unreachable PROC/DEFAULT_VDB GC_printf calls...
2016-10-31 Ivan MaidanskiEliminate 'value of CLOCK_TYPE unknown' cppcheck info...
2016-10-31 Ivan MaidanskiFix 'ISO C90 does not support %lf, %lg gnu_printf forma...
2016-10-31 Ivan MaidanskiFix 'ISO C90 forbids mixed declarations and code' compi...
2016-10-31 Ivan MaidanskiFix local variable declarations in disclaim_bench
2016-10-31 Ivan MaidanskiFix typo in CHECK_GCLIB_VERSION name (test)
2016-10-31 Ivan MaidanskiWorkaround 'resource leak' error reported by cppcheck...
2016-10-31 Ivan MaidanskiEliminate 'potential overflow' static analyzer warning...
2016-10-31 Ivan MaidanskiCode refactoring of tests/subthread_create regarding...
2016-10-31 Ivan MaidanskiEliminate 'FP divide-by-zero' static analyzer warning
2016-10-31 Ivan MaidanskiFix null dereference in GC_stack_range_for if not DARWI...
2016-10-31 Ivan MaidanskiSkip thread suspend/resume API testing for Tru64 (OSF1)
2016-10-31 Ivan MaidanskiAdd more cases to huge_test to cover sizes close to...
2016-10-31 Ivan MaidanskiCode refactoring of huge_test
2016-10-31 Ivan MaidanskiEliminate 'C-style pointer casting' cppcheck style...
2016-10-31 Ivan MaidanskiEliminate 'ISO C forbids an empty translation unit...
2016-10-31 Ivan MaidanskiWorkaround 'Uninitialized variable' cppcheck errors
2016-10-31 Ivan MaidanskiFix 'variable assigned a value that is never used'...
2016-10-31 Ivan MaidanskiFix printf format specifiers in extra files
2016-10-31 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2016-10-31 Ivan MaidanskiEliminate 'unsafe vsprintf is deprecated' compiler...
2016-10-31 Ivan MaidanskiEliminate 'write to memory that was const-qualified...
2016-10-31 Ivan MaidanskiEliminate 'checking if unsigned variable is <0' cppchec...
2016-10-31 Ivan MaidanskiEliminate 'possible integer underflow' code defect...
2016-10-31 Ivan MaidanskiWorkaround 'pos_*, [r]iter, dump never used' cppcheck...
2016-10-31 Ivan MaidanskiEliminate 'CORD_*printf is never used' cppcheck style...
2016-10-31 Ivan MaidanskiFix conditional expression in pos_fetch, next non-macro...
2016-10-31 Ivan MaidanskiFix CORD_substr_closure for the case when CORD_from_fn...
2016-10-31 Ivan MaidanskiFix GC_bytes_allocd incrementation in case of allocatio...
2016-10-31 Ivan MaidanskiFix 'label cannot be reached' static analyzer warning...
2016-10-31 Ivan MaidanskiFix page calculation in checksums
2016-10-31 Ivan MaidanskiFix typo in comment of GC_lock (Win32)
2016-10-31 Ivan MaidanskiFix double multiplication of lb by n in calloc_explicit...
2016-10-31 Ivan MaidanskiWorkaround 'va_list used before va_start' cppcheck...
2016-10-31 Ivan MaidanskiEliminate 'condition is always true' cppcheck style...
2016-10-31 Ivan MaidanskiEliminate 'value stored is never read' warning of Clang...
2016-10-31 Ivan MaidanskiFix Clang static analyzer warning about not found gc_pr...
2016-10-31 Ivan MaidanskiFix header filename in gcconfig.h comment
2016-10-31 Ivan MaidanskiEliminate 'cast to void* from int' compiler warnings...
2016-10-31 Ivan MaidanskiRefine README about library source downloading
2016-10-31 Ivan MaidanskiFix compilation if configured with --enable-werror...
2016-10-31 Ivan MaidanskiFix 'GetVersion deprecated' compiler warning in os_dep...
2016-10-31 Ivan MaidanskiFix 'incompatible pointer' compiler warning in GC_init_...
2016-10-31 Ivan MaidanskiWorkaround missing getcontext() in Docker osrf/ubuntu_32bit
2016-10-31 Ivan MaidanskiUpdate AUTHORS file
2016-10-31 Andy LiCMake: add gctest as a test
2016-08-08 Ivan MaidanskiFix 'unknown type name GC_INNER' compilation error...
2016-08-02 Ivan Maidanski[7.6.0] gc7_6_0
2016-08-02 Ivan MaidanskiUpdate ChangeLog file (add gc-7.4.4 release date)
2016-08-02 Ivan MaidanskiUpdate ChangeLog file
2016-08-02 Ivan MaidanskiDo not allow SHORT_DBG_HDRS if KEEP_BACK_PTRS or MAKE_B...
next