Update ChangeLog file (v7.2 - v7.4 changes only)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 6 Aug 2018 18:37:53 +0000 (21:37 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Aug 2018 19:26:37 +0000 (22:26 +0300)
ChangeLog

index 6ab4287..ddc5af7 100644 (file)
--- 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)