From 26871d45251671f3c01e1c6ea3d0f3a11161e96d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 6 Aug 2018 21:37:53 +0300 Subject: [PATCH] Update ChangeLog file (v7.2 - v7.4 changes only) --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6ab4287..ddc5af7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -642,6 +642,7 @@ Also, includes 7.4.4 changes * New API function (GC_is_init_called) to check if BDWGC is initialized * Remove code duplication in gcj_malloc and malloc_explicitly_typed * Remove duplicate local variable in reclaim_block +* Remove libatomic_ops license information from README * Workaround 'dynamic exception specifications deprecated in C++11' warning Also, includes 7.2l changes @@ -1125,6 +1126,7 @@ Also, includes 7.2 changes * Fix typos in ChangeLog * Fix VirtualQuery call in case of malloc failure (Win32) * Install gc.3 man page instead of copying gc.man to doc folder (configure) +* Perform thread_suspend in loop as it may be interrupted (Darwin) * Workaround 'template-id not supported in this context' compiler error (WCC) -- 2.7.4