From: Ivan Maidanski Date: Sat, 6 Apr 2019 17:58:10 +0000 (+0300) Subject: Update ChangeLog file (v8.0 changes) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08e7edf711bc40552370b4522b60c55d6760dc04;p=gc Update ChangeLog file (v8.0 changes) --- diff --git a/ChangeLog b/ChangeLog index 29f1fda1..f01185eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -47,13 +47,18 @@ == [8.0.6] (not released yet) == +* Avoid compiler warning about unused d in GC_CALLOC/MALLOC_EXPLICITLY_TYPED +* 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 incorrect markup formatting in documentation * Fix printf format specifier in simple_example.md * Fix various typos mostly in documentation files * Refine GC_INIT documentation about its multiple invocation +* Refine GC_parallel documentation in gc.h +* Remove a misleading comment about Solaris in gc.h * Support MSYS builds by CMake and configure +* Update documentation about the incremental collector support == [8.0.4] 2019-03-02 ==