summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-03-15 20:27:18 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-03-15 20:27:18 +0300
commit1a756273964b26acd76ed79df31fbe225b6bbd0c (patch)
tree1d97a0180d53f62a3b97be6229aa15608b67355b
parent4af1efdd5d6435eaa457b5d1ec960a561be8ed3b (diff)
downloadbdwgc-1a756273964b26acd76ed79df31fbe225b6bbd0c.tar.gz
Update ChangeLog file (v8.0 changes)
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3837df7..5554839b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,9 @@
* Abort with appropriate message if first call of mmap fails with EPERM
* Avoid potential race between realloc and GC_block_was_dirty
+* Eliminate 'cast signed to bigger unsigned' CSA warning in GC_new_thread
* Fix 'overflow in conversion from word' g++ warning in GC_init
+* 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
* Remove redundant GC_ATTR_UNUSED for GC_mark_and_push