From: Ivan Maidanski Date: Mon, 26 Aug 2019 19:36:53 +0000 (+0300) Subject: Update ChangeLog file (v7.6 changes) X-Git-Tag: upstream/8.0.4~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61a7d8407e000aa29282fb903c7e4453ff13367f;p=platform%2Fupstream%2Flibgc.git Update ChangeLog file (v7.6 changes) --- diff --git a/ChangeLog b/ChangeLog index 1fdb038..f9cd843 100644 --- a/ChangeLog +++ b/ChangeLog @@ -437,6 +437,8 @@ * Add support of OpenBSD/aarch64 * Eliminate 'GC_old_bus_handler defined but not used' compiler warning +* Eliminate 'comparing signed and unsigned values' BCC warning in cordtest +* Eliminate 'possible loss of data' BCC and MS VC warnings * Eliminate 'unused function GC_add_map_entry' compiler warning * Eliminate 'while clause does not guard' GCC warning in GC_parse_map_entry * Explicitly zero-initialize trace_buf (fix trace_buf initialization) @@ -445,13 +447,18 @@ * Fix OS_TYPE and USE_MMAP_ANON definitions for Cygwin/x64 * Fix compiling by Makefile.direct on OpenBSD/UltraSparc * Fix configure message about 'AIX gcc optimization fix' +* Fix cordtest build in SMakefile.amiga * Fix first_thread stack_base initialization if custom GC_stackbottom (Win32) +* Fix gc_allocator.h compilation by Clang * Fix incorrect define GC_OPENBSD_THREADS on sparc64 * Fix printf format specifier in simple_example.html * Fix save_callers for multi-threaded case if built-in backtrace unavailable +* Fix test_cpp failure caused by arbitrary link order (Win32) +* Fix test_cpp failure when gc_cpp resides in a dll (Borland, Watcom) * Fix various typos mostly in documentation files * Fix word size, data start and alignment for OpenBSD/mips64(el) * Remove a misleading comment about Solaris in gc.h +* Workaround 'expression is only useful for its side effects' WCC warning * Workaround fread fail after enable_incremental if malloc redirected (Linux)