summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-02-23 09:50:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-02-23 14:55:24 +0300
commit76d48e5ca3ad9ccaa3f6f500f56452cb07248a4e (patch)
treeff4f6540ea949a4b0f7e1ff47d2145bca549a4e2 /ChangeLog
parent5ce08caa55ec40718417489516268e520bd7c19b (diff)
downloadbdwgc-76d48e5ca3ad9ccaa3f6f500f56452cb07248a4e.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37fc31d7..cf27d09a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1288,6 +1288,9 @@ Also, includes 7.4.4 changes
== [7.4.22] (not released yet) ==
* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)
+* Fix 'undeclared getpagesize' compiler warning on AIX and OSF1
+* Fix stack overflow in gctest on Alpine Linux/s390x
+* Workaround crash in FreeBSD rand() by avoiding its concurrent usage
Also, includes 7.2p changes.
@@ -1820,8 +1823,12 @@ Also, includes 7.2 changes
== [7.2p] (not released yet) ==
-* Fix a typo in debugging.html
+* Fix get_maps failure when GC_repeat_read returns zero
+* Fix missing lock when GC_generate_random_valid_address is called
* 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
* Refer to Makefile.direct instead of deleted Makefile file in README
* Remove checking of RS6000 completely
* Remove non-working check of M68K in gctest