summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-11-16 09:24:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-11-16 09:24:34 +0300
commitec801e0eff874fceaba3e462e3b68240cd5cffca (patch)
treeb5b42a80317d135e8b79892c436d0c6557499561
parent4454cf9a221e80e44ce1f6a669148d565005ad9d (diff)
downloadbdwgc-ec801e0eff874fceaba3e462e3b68240cd5cffca.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7462cb75..1ea104c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
+== [7.4.24] (not released yet) ==
+
+* Eliminate 'cast signed to bigger unsigned' CSA warning in WARN calls
+* Fix missing lock while updating GC_in_thread_creation in GC_exit_check
+
+Also, includes 7.2q changes.
+
+
== [7.4.22] 2022-08-26 ==
* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)
@@ -543,6 +551,20 @@ Also, includes 7.2e, 7.2d, 7.2c, 7.2b changes
Also, includes 7.2 changes
+== [7.2q] (not released yet) ==
+
+* 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 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 use of unset errno after pthread_create call
+
+
== [7.2p] 2022-08-25 ==
* Avoid potential race in GC_init_real_syms after GC_allow_register_threads