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 09:25:04 +0300
commitc34e2710f23d74eb9c0b3777bd384374a7b24a18 (patch)
tree692b8583e84b19d28fc1990e87b7147b11c20867
parent4605a8ec50cf620251bff936e60962a0cb3b3e0a (diff)
downloadbdwgc-c34e2710f23d74eb9c0b3777bd384374a7b24a18.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 3ec9581c..e970dbdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
== [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.
@@ -553,15 +556,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