summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-03-15 09:25:04 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-03-15 20:31:00 +0300
commit7a8eba700713ebe53b7ffbcbafc76ddbdbe3f0c0 (patch)
treeeb52d6303e293b0d3bc69a11c30ddd316134a649
parentf1ac9fad0ba6dae437e1ad254c26088bea75160c (diff)
downloadbdwgc-7a8eba700713ebe53b7ffbcbafc76ddbdbe3f0c0.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 17ccf224..814860c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1456,7 +1456,10 @@ Also, includes 7.4.4 changes
== [7.4.24] (not released yet) ==
+* Do not mix debug and non-debug allocations in disclaim tests
* Eliminate 'cast signed to bigger unsigned' CSA warning in WARN calls
+* Ensure GC_NO_PTHREAD_SIGMASK defined if no GC_pthread_sigmask prototype
+* Fix GC_thread_is_registered for finished threads
* Fix missing lock while updating GC_in_thread_creation in GC_exit_check
Also, includes 7.2q changes.
@@ -2008,15 +2011,18 @@ Also, includes 7.2 changes
== [7.2q] (not released yet) ==
+* Fix DCL_LOCK_STATE placement in GC_set_oom_fn
* Fix IRIX5 defined wrongly on Tandem S-Series and WinCE/mips
* Fix disabling of automatic dynamic libraries registration
* Fix double initialization of main thread local free lists on Win32
+* Fix joinable threads shutdown on NaCl
* Fix loop condition over dll_thread_table in GC_lookup_pthread (Win32)
* Fix missing GC_CALLBACK for GC_waitForSingleObjectInfinite
* Fix missing libalphagc.so dependency in Makefile.direct
* Fix missing result check of pthread_attr_getdetachstate in pthread_create
-* Fix mistyped function name in documentation of REDIRECT_REALLOC
-* Fix typo in comment belonging to dll_thread_table
+* Fix potential SIGSEGV on out-of-memory in gctest
+* Fix typos in comments and documentation
+* Fix unregistering of thread created by intercepted pthread_create on NaCl
* Fix use of unset errno after pthread_create call