summaryrefslogtreecommitdiff
path: root/ChangeLog
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 21:09:16 +0300
commit9ebe873ce6885499215338b4f0d615c97891092f (patch)
tree32ff02dd8d0298cf99e715cbcdd4b0b62b543bfe /ChangeLog
parent7ab1f7326559ec2c4bb2c3cc02c578f19d7ff922 (diff)
downloadbdwgc-9ebe873ce6885499215338b4f0d615c97891092f.tar.gz
Update ChangeLog file (v8.0 changes)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fad14f8..ddd1f672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -610,7 +610,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