summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-04-24 17:35:22 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-04-25 11:25:08 +0300
commit58e65bc1906ef444fb01a8a579f75034f9e74a24 (patch)
tree711f4ffe4cb055fcc92d5cd78ab4449750cd0220 /ChangeLog
parent2e1b8f20559a7296fedd4fbcb823c4c2ed885eba (diff)
downloadbdwgc-58e65bc1906ef444fb01a8a579f75034f9e74a24.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9619f598..392cc870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1388,7 +1388,10 @@ Also, includes 7.4.4 changes
* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)
* Fix 'undeclared getpagesize' compiler warning on AIX and OSF1
+* Fix assertion violation of GC_thread_key alignment if pthread-based TLS
+* Fix SIGSEGV caused by dropped stack access from child process in gctest
* Fix stack overflow in gctest on Alpine Linux/s390x
+* Use SIGRTMIN+6 as suspend signal if sigrt-signals on OpenBSD
* Workaround crash in FreeBSD rand() by avoiding its concurrent usage
Also, includes 7.2p changes.
@@ -1927,7 +1930,8 @@ Also, includes 7.2 changes
* Fix nodist_libgc_la_SOURCES value in Makefile.am for Solaris/sparc
* Fix oldProc initialization in gc_cleanup and eliminate related warnings
* Fix parallel_initialized assertion violation in initsecondarythread (Win32)
-* Fix typos in debugging.html, in comments of allchblk.c, finalize.c, gc.h
+* Fix typo in debugging.html
+* Fix typos in comments of allchblk.c, cordprnt.c, finalize.c, gc.h
* Refer to Makefile.direct instead of deleted Makefile file in README
* Remove checking of RS6000 completely
* Remove non-working check of M68K in gctest