summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-06-17 08:56:52 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-06-17 08:56:52 +0300
commit8ad3a0196393fc1c3ffbe8e5ce70d4eeae89aff7 (patch)
treefe47acaabd307c6936443216021772decab48171
parent745f7f83062c3b26b7e23db8b69f8399f7baf6ca (diff)
downloadbdwgc-8ad3a0196393fc1c3ffbe8e5ce70d4eeae89aff7.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b1906364..9fd82dbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,12 @@
== [7.4.22] (not released yet) ==
* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)
+* Eliminate 'possible loss of data' compiler warning in GC_envfile_getenv
* Fix 'undeclared getpagesize' compiler warning on AIX and OSF1
+* Fix abort in Win32 DllMain if PARALLEL_MARK
* Fix assertion violation of GC_thread_key alignment if pthread-based TLS
+* Fix comment in GC_init regarding GC_init_parallel call
+* Fix GC_dirty() argument in GC_malloc_explicitly_typed_ignore_off_page
* 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
@@ -540,13 +544,19 @@ Also, includes 7.2 changes
== [7.2p] (not released yet) ==
+* Avoid potential race in GC_init_real_syms after GC_allow_register_threads
+* Do not assert that GC is initialized at DLL_THREAD_DETACH (Win32)
+* Ensure typed objects descriptor is never located in the first word
+* Fix GC_make_descriptor for zero length argument
+* Fix assertion violation in GC_allow_register_threads on Windows
* 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 typo in debugging.html
-* Fix typos in comments of allchblk.c, cordprnt.c, finalize.c, gc.h
+* Fix propagation of out-of-memory occurred in GC_make_sequence_descriptor
+* Fix race between calloc_explicitly_typed and push_complex_descriptor
+* Fix typos in comments of .c files, gc.h and a typo in debugging.html
* Refer to Makefile.direct instead of deleted Makefile file in README
* Remove checking of RS6000 completely
* Remove non-working check of M68K in gctest