From e56f5a2798945b858f66a27d1a44dedf86c17df3 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 29 Apr 2023 10:52:28 +0300 Subject: Update ChangeLog file (v8.0 changes) --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ded7a95b..b84a4e24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -703,11 +703,17 @@ * Abort with appropriate message if first call of mmap fails with EPERM * Avoid potential race between realloc and GC_block_was_dirty +* Do not prohibit zero proc argument in GC_register_disclaim_proc * Eliminate 'cast signed to bigger unsigned' CSA warning in GC_new_thread +* Ensure 'new' system header is included by gc_cpp.h if GC_INCLUDE_NEW * Fix 'overflow in conversion from word' g++ warning in GC_init +* Fix description of client promise for IGNORE_OFF_PAGE allocated objects +* Fix infinite loop in disable_gc_for_dlopen and GC_wait_for_gc_completion +* Fix missing extern C for __asan_default_options * Fix store-and-dirty call in GC_CONS * Fix typo in comment of GC_Thread_Rep.dummy * Fix use of unset errno after pthread_sigmask calls +* Increment allocated objects count after GC_GCJ_MALLOC() in gctest * Remove redundant GC_ATTR_UNUSED for GC_mark_and_push Also, includes 7.6.18 changes -- cgit v1.2.1