summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-08-23 09:51:12 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-08-23 10:12:54 +0300
commitb9969e1cbbc19d0c1b23a82c99084a8ea7ddee7d (patch)
treecb99129d4fc64d5e34d9cc85f1b9e269a5cae270 /ChangeLog
parentfb96072ecd5581390fbaa7f3bb04d6363604ecfd (diff)
downloadbdwgc-b9969e1cbbc19d0c1b23a82c99084a8ea7ddee7d.tar.gz
Update ChangeLog file (v7.6 changes)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a60b88f..477477b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -499,7 +499,9 @@
== [7.6.14] (not released yet) ==
+* Add loop to handle abort error like in suspend logic on Darwin
* Add support of OpenBSD/aarch64
+* Add threading libraries to bdw-gc.pc
* Disable mprotect-based incremental GC if /proc roots are used (Linux)
* Do not use iOS private symbols
* Eliminate 'GC_old_bus_handler defined but not used' compiler warning
@@ -510,7 +512,9 @@
* Eliminate 'while clause does not guard' GCC warning in GC_parse_map_entry
* Explicitly zero-initialize trace_buf (fix trace_buf initialization)
* Fix 'ACCESS_VIOLATION in marker' GC warning on Win32 async thread start
+* Fix 'GC_generic_malloc must be available' GCC error in new_gc_alloc.h
* Fix 'ulong undefined' compilation error on AIX
+* Fix 'undefined reference to __data_start' linker error on RISC-V
* Fix 'write to GC log failed' error
* Fix MPROTECT_VDB definition for single-threaded GC builds
* Fix OS_TYPE and USE_MMAP_ANON definitions for Cygwin/x64
@@ -519,9 +523,13 @@
* Fix compiling by Makefile.direct on OpenBSD/UltraSparc
* Fix configure message about 'AIX gcc optimization fix'
* Fix cordtest build in SMakefile.amiga
+* Fix data race regarding *rlh value in generic_malloc_many
* Fix first_thread stack_base initialization if custom GC_stackbottom (Win32)
* Fix gc_allocator.h compilation by Clang
+* Fix gc_cflags variable name in configure (HP/UX)
* Fix incorrect define GC_OPENBSD_THREADS on sparc64
+* Fix misaligned tlfs passed to AO_load on m68k
+* Fix missing gc_dlopen.c in CMake script
* Fix printf format specifier in simple_example.html
* Fix save_callers for multi-threaded case if built-in backtrace unavailable
* Fix test_cpp failure caused by arbitrary link order (Win32)