]> granicus.if.org Git - gc/shortlog
gc
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 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 potential data race in GC_SysVGetDataStart (SPARC)
2017-02-06 Ivan MaidanskiWorkaround 'redundant assignment of *result to itself...
2017-02-06 Ivan MaidanskiRevert "Skip GC_DS_PER_OBJECT objs with negative descri...
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 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 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.2 - v7.4 changes only)
2016-11-27 Ivan MaidanskiFix Solaris/sparc detection in case of strict C complia...
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 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 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 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 MaidanskiFix potential integer overflow in GC_find_limit_* functions
2016-11-11 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-11-11 Andy LiAdd configuration for Travis CI
2016-11-10 Ivan MaidanskiEliminate duplicate log messages in GC_mark_from
2016-11-10 Andy LiAdd AppVeyor CI configuration
2016-11-10 Ivan MaidanskiFix missing #error pragma
2016-11-10 Ivan MaidanskiFix GC_collect_or_expand to prevent allocation size...
2016-11-10 Ivan MaidanskiFix malloc routines to prevent size value wrap-around
2016-11-08 Ivan MaidanskiUpdate AUTHORS file
2016-11-08 Andy LiCMake: add gctest as a test
2016-11-08 Ivan MaidanskiFix 'shift count >= width of type' compiler warning...
2016-11-08 Ivan MaidanskiFix calloc_explicitly_typed in case of lb*n overflow
2016-11-08 Ivan MaidanskiFix 'replacement operator delete cannot be inline'...
2016-11-08 Ivan MaidanskiFix tools/setjmp_t to prevent nested_sp inlining
2016-11-08 Ivan MaidanskiEliminate 'value stored is never read' warning of Clang...
2016-11-08 Ivan MaidanskiEliminate 'cast to void* from int' compiler warnings...
2016-11-08 Ivan MaidanskiEliminate 'null dereference' code defect warning in...
2016-11-08 Ivan MaidanskiWorkaround 'mmap() resource handle leak' static analyze...
2016-11-08 Ivan MaidanskiFix 'ISO C90 does not support %lf, %lg gnu_printf forma...
2016-11-08 Ivan MaidanskiWorkaround 'resource leak' error reported by cppcheck...
2016-11-08 Ivan MaidanskiEliminate 'FP divide-by-zero' static analyzer warning
2016-11-01 Ivan MaidanskiFix 'variable unused' compiler warning in FirstDLOpened...
2016-11-01 Ivan MaidanskiFix potential overflow in decrement when computing...
2016-11-01 Ivan MaidanskiFix GC_requested_heapsize increment in GC_init
2016-11-01 Ivan MaidanskiEliminate 'printf format specifier mismatch' compiler...
2016-11-01 Ivan MaidanskiFix 'ISO C90 forbids mixed declarations and code' compi...
2016-11-01 Ivan MaidanskiFix local variable declarations in disclaim_bench
2016-11-01 Ivan MaidanskiFix typo in CHECK_GCLIB_VERSION name (test)
2016-11-01 Ivan MaidanskiEliminate 'ISO C forbids an empty translation unit...
2016-11-01 Ivan MaidanskiFix printf format specifiers in extra files
2016-11-01 Ivan MaidanskiFix conditional expression in pos_fetch, next non-macro...
2016-11-01 Ivan MaidanskiFix CORD_substr_closure for the case when CORD_from_fn...
2016-11-01 Ivan MaidanskiFix GC_bytes_allocd incrementation in case of allocatio...
2016-11-01 Ivan MaidanskiFix typo in comment of GC_lock (Win32)
2016-11-01 Ivan MaidanskiFix double multiplication of lb by n in calloc_explicit...
2016-11-01 Ivan MaidanskiFix header filename in gcconfig.h comment
2016-11-01 Ivan MaidanskiRefine README about library source downloading
2016-11-01 Ivan MaidanskiFix 'GetVersion deprecated' compiler warning in os_dep...
2016-11-01 Ivan MaidanskiFix 'incompatible pointer' compiler warning in GC_init_...
2016-11-01 Ivan MaidanskiWorkaround missing getcontext() in Docker osrf/ubuntu_32bit
2016-08-02 Ivan MaidanskiDo not allow SHORT_DBG_HDRS if KEEP_BACK_PTRS or MAKE_B...
2016-08-02 Ivan MaidanskiFix various typos in comments and documentation
2016-08-02 Ivan MaidanskiDo not report multiple load-seg-overflow warnings per...
2016-08-02 Kjetil MatheussenProcess all PT_LOAD segments before PT_GNU_RELRO segmen...
2016-08-02 Kjetil MatheussenHandle load_segs overflow in register_dynlib_callback...
2016-07-30 Ivan MaidanskiFix tag collision between ENABLE_DISCLAIM and KEEP_BACK...
2016-07-30 Ivan MaidanskiUpdate AUTHORS file (update email for Kjetil Matheussen)
2016-07-30 Kjetil MatheussenDo not warn of missing PT_GNU_RELRO segment when custom...
2016-07-30 Ivan MaidanskiFix missing new-line and redundant trailing dot in...
2016-07-30 Ivan MaidanskiFix integer shift undefined behavior in GC_init_explici...
2016-07-30 Ivan MaidanskiUpdate AUTHORS file
2016-07-30 Gabor DrescherFix assertion in GC_mark_from for non-heap regions
2016-07-30 Ivan MaidanskiFix 'arg parameter might be clobbered by setjmp' compil...
2016-07-29 Ivan MaidanskiReplace (fix) 'objs' acronym in comments with 'objects...
2016-07-29 Ivan MaidanskiFix unchecked fork() result in gctest (Unix, Cygwin)
2016-06-23 Ivan MaidanskiFix assertion violation in GC_wait_builder called from...
2016-06-23 Ivan MaidanskiUpdate AUTHORS file (update email for Peter Wang)
2016-06-23 Peter WangFix STACKBOTTOM for Solaris 11/x86
2016-06-23 Ivan MaidanskiUpdate AUTHORS file
2016-06-23 Adrian PopWorkaround a bug in winpthreads causing parallel marks...
2016-05-25 Ivan Maidanski[7.4.4] gc7_4_4
2016-05-24 Ivan MaidanskiRemove reference to deleted TODO file from DJGPP-specif...
2016-05-24 Ivan MaidanskiRemove reference to deleted TODO file from Makefile
2016-05-23 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
next