platform/upstream/libgc.git
2016-12-22 Ivan MaidanskiRemove HIGH_BIT macro duplicating SIGNB
2016-12-22 Ivan MaidanskiEliminate 'memory leak' code defect for scratch-allocat...
2016-12-20 Ivan MaidanskiFix CMake tests build for Win32
2016-12-20 Ivan MaidanskiWorkaround 'resource leak' false positives in alloc_MS...
2016-12-20 Ivan MaidanskiFix (adjust) GC_scratch_alloc actual argument type
2016-12-19 Ivan MaidanskiFix storage class of local variable in register_dynamic...
2016-12-19 Ivan MaidanskiExecute more single-threaded GC tests by CMake
2016-12-19 Ivan Maidanski.gitignore: Add even more files generated by CMake
2016-12-19 Ivan MaidanskiSkip grungy_pages update when mark state invalid to...
2016-12-17 Ivan MaidanskiWorkaround 'value of AO_compiler_barrier unknown' cppch...
2016-12-17 Ivan MaidanskiDisable implicit multi-threaded mode for Win32 to avoid...
2016-12-17 Ivan MaidanskiWorkaround 'bad address arithmetic' static analysis...
2016-12-17 Ivan MaidanskiFix compilation for winpthreads if HANDLE_FORK
2016-12-17 Ivan MaidanskiWorkaround 'checking unsigned value is negative' code...
2016-12-17 Ivan MaidanskiWorkaround 'null pointer dereference' false positive...
2016-12-16 Ivan MaidanskiEliminate 'integer shift by a negative amount' code...
2016-12-16 Ivan MaidanskiFix typo in GET_MEM comment
2016-12-14 Ivan Maidanski.gitignore: Properly ignore sym-linked folders of code...
2016-12-13 Ivan MaidanskiDo not print n_rescuing_pages value if incremental...
2016-12-12 Ivan MaidanskiFix GC_noop6 definition to avoid its calls to be optimi...
2016-12-12 Ivan MaidanskiPut invariant name in quotes to make mark_state comment...
2016-12-12 Ivan Maidanski.gitignore: Ignore folders and files of static code...
2016-12-10 Ivan MaidanskiFix GC_mark_stack_top assertion violation properly...
2016-12-10 Ivan MaidanskiFix assertion in GC_steal_mark_stack for non-heap regions
2016-12-09 Ivan MaidanskiFix gc_cleanup destructor for non-heap objects (gc_cpp)
2016-12-09 Ivan MaidanskiWorkaround 'index out of bounds' UBSan false warning...
2016-12-09 Ivan MaidanskiEliminate 'use of vulnerable sprintf' code defect in...
2016-12-09 Ivan MaidanskiWorkaround 'potential multiplication overflow' code...
2016-12-09 Ivan MaidanskiSupport CFLAGS_EXTRA to pass extra user-defined compile...
2016-12-08 Ivan MaidanskiRemove page_was_dirty and remove_protection duplicate...
2016-12-07 Ivan MaidanskiFix '~' operator application to unsigned values shorter...
2016-12-07 Ivan MaidanskiFix 'bogus LR' detection in FindTopOfStack (Darwin)
2016-12-07 Ivan MaidanskiEnable mprotect-based incremental GC for Win64 (GCC)
2016-12-07 Ivan MaidanskiWorkaround 'pointer used before comparison to null...
2016-12-07 Ivan MaidanskiFix '32-bit value shift followed by expansion to 64...
2016-12-06 Ivan MaidanskiFix 'GC_written_pages never read' code defect (GWW_VDB)
2016-12-05 Ivan MaidanskiFix 'context local variable might be clobbered by setjm...
2016-12-05 Ivan MaidanskiFix message of VDB implementation used if MPROTECT_VDB...
2016-12-05 Ivan MaidanskiTest GCJ object creation with length-based descriptor...
2016-12-05 Ivan MaidanskiFix potential data race in GC_SysVGetDataStart (SPARC)
2016-12-05 Ivan MaidanskiFix a typo in comment in GC_SysVGetDataStart
2016-11-28 Ivan MaidanskiTravis CI configuration: turn on pointer backtracing
2016-11-28 Ivan MaidanskiTravis CI configuration: also build and test C++
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-26 Ivan MaidanskiSuppress 'use of GNU address-of-label extension' warnin...
2016-11-25 Ivan MaidanskiSuppress 'taking address of label non-standard' GCC...
2016-11-23 Ivan MaidanskiFix Solaris/sparc detection in case of strict C complia...
2016-11-22 Ivan MaidanskiReport gcc/clang pedantic warnings (configure)
2016-11-19 Ivan MaidanskiFix assertion violation in GC_repeat_read if --enable...
2016-11-19 Ivan MaidanskiFix threaded tests runtime crash if GC_NO_THREAD_REDIRE...
2016-11-19 Ivan MaidanskiFix initsecondarythread_test runtime failure if GC...
2016-11-18 Ivan MaidanskiWorkaround 'GC_pthread_*, begin/endthreadex never used...
2016-11-18 Ivan MaidanskiChangeLog: add information that CVE-2016-9427 is fixed...
2016-11-18 Ivan MaidanskiAdjust GC_memalign comment
2016-11-18 Ivan MaidanskiEnsure oom_fn callback executed on out-of-memory in...
2016-11-17 Ivan MaidanskiWorkaround 'function is never used' cppcheck style...
2016-11-17 Ivan MaidanskiFix assertion violation in mark_local checking GC_mark_...
2016-11-17 Ivan MaidanskiWorkaround 'GC_DllMain is never used' cppcheck style...
2016-11-17 Ivan MaidanskiWorkaround 'WinMain() is never used' cppcheck false...
2016-11-17 Ivan MaidanskiWorkaround 'operator delete[]/new[] never used' cppchec...
2016-11-17 Ivan MaidanskiFix 'incompatible ptr-to-int conversion' compiler warni...
2016-11-17 Ivan MaidanskiUpdate README to use autogen.sh on build from the sourc...
2016-11-17 Ivan MaidanskiUpdate AUTHORS file (add Joshua Richardson)
2016-11-16 Ivan MaidanskiDocument configure 'syntax error' issue in README
2016-11-16 Ivan MaidanskiEliminate 'function result not used' code defect in...
2016-11-15 Ivan MaidanskiAdd testing of new[]/delete[] (test_cpp)
2016-11-15 Ivan MaidanskiFix register_finalizer call in disclaim_bench for GC_DEBUG
2016-11-15 Ivan MaidanskiSupport AddressSanitizer and MemorySanitizer (clang)
2016-11-15 Ivan MaidanskiFix potential integer overflow in GC_find_limit_* functions
2016-11-15 Ivan MaidanskiFix GC_jmp_buf multiple definition
2016-11-15 Ivan MaidanskiSuppress 'tainted string passed to vulnerable operation...
2016-11-14 Ivan MaidanskiDo not define amiga_get_mem, MacTemporaryNewPtr unless...
2016-11-14 Ivan MaidanskiEliminate 'GC_record_fault is never used' cppcheck...
2016-11-14 Ivan MaidanskiChange no-argument functions declaration style to ANSI...
2016-11-14 Ivan MaidanskiReplace C++ style comments to C ones, remove commented...
2016-11-11 Ivan MaidanskiUpdate ChangeLog file
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-10-31 Ivan MaidanskiExport GC_print_free_list()
2016-10-29 Ivan MaidanskiEliminate 'null dereference' code defect warning in...
2016-10-29 Ivan MaidanskiRevert "Eliminate 'deref-of-null' static analyzer warni...
2016-10-29 Ivan MaidanskiFix 'replacement operator delete cannot be inline'...
2016-10-29 Ivan MaidanskiEnable GC_is_tmp_root for all platforms
2016-10-29 Ivan MaidanskiExport GC_is_tmp_root() and GC_print_trace[_inner]()
2016-10-29 Ivan MaidanskiAllow custom TRACE_ENTRIES value
2016-10-29 Ivan MaidanskiExport GC_dump_finalization/regions()
2016-10-28 Ivan MaidanskiEliminate duplicate log messages in GC_mark_from
2016-10-28 Ivan MaidanskiEliminate redundant local variable in register_finalizer
2016-10-28 Ivan MaidanskiWorkaround 'insecure libc pseudo-random number generato...
2016-10-28 Ivan MaidanskiFix 'address of fudged_set is used out of scope' code...
2016-10-28 Ivan MaidanskiEliminate 'unsafe vsprintf is deprecated' compiler...
2016-10-28 Ivan MaidanskiEliminate 'possible integer underflow' code defect...
2016-10-27 Ivan MaidanskiEliminate 'comparison of signed and unsigned int' GCC...
2016-10-27 Ivan MaidanskiWorkaround 'pos_*, [r]iter, dump never used' cppcheck...
2016-10-27 Ivan MaidanskiEliminate 'CORD_*printf is never used' cppcheck style...
2016-10-26 Ivan MaidanskiFix conditional expression in pos_fetch, next non-macro...
2016-10-26 Ivan MaidanskiWorkaround 'possible null pointer dereference' cppcheck...
2016-10-26 Ivan MaidanskiFix null dereference in GC_stack_range_for if not DARWI...
2016-10-26 Ivan MaidanskiEliminate unreachable PROC/DEFAULT_VDB GC_printf calls...
next