summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-14 21:02:43 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-14 21:17:12 +0300
commitfa852b6f2554409c231ce766b3e22954746d7baa (patch)
tree0ff0f6f8b91fb2db72bc53c1cf089d7b6cdb3dcd /ChangeLog
parent386fb586da014729afbb1a26b2ce39d92e7aa1d6 (diff)
downloadbdwgc-fa852b6f2554409c231ce766b3e22954746d7baa.tar.gz
Update ChangeLog file (v7.6 changes)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 773c0ad1..d97e0d7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -610,6 +610,7 @@
* 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 GC_proc_fd value in child process at fork (Solaris)
* Fix MPROTECT_VDB definition for single-threaded GC builds
* Fix OS_TYPE and USE_MMAP_ANON definitions for Cygwin/x64
* Fix STACKBOTTOM on 32-bit HP/UX 11.11
@@ -624,6 +625,8 @@
* 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 missing scratch_last_end_ptr update (Irix)
+* Fix page_was_[ever_]dirty() for static roots (Solaris)
* 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)