summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-04-29 10:52:28 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-04-29 11:17:03 +0300
commite56f5a2798945b858f66a27d1a44dedf86c17df3 (patch)
tree8f53ef102d18c0d7e65fc479e7ed5d98a171968b
parent393828bfc728eff58a6475d5a5c0ae5edacae95b (diff)
downloadbdwgc-e56f5a2798945b858f66a27d1a44dedf86c17df3.tar.gz
Update ChangeLog file (v8.0 changes)
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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