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 10:56:47 +0300
commit17139301da6e13428a002dfdac6060c974092396 (patch)
tree73ae9e1f57f1bf72f25f9a1aa5ca197d3db253e1
parent4e3a5619535b82a82e4443a45cf4d2636903aa71 (diff)
downloadbdwgc-17139301da6e13428a002dfdac6060c974092396.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 20f6b8dc..9cf9f997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -413,11 +413,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