summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-08-06 21:37:53 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-08-06 21:37:53 +0300
commit00334b1ebc9ce21631e30fea335833497d1a724a (patch)
tree942b8f384209ab374d6b4dec14a32c27106c6ea4
parentb15fed77b0ccd582f8bb64fe9915013c48c231b1 (diff)
downloadbdwgc-00334b1ebc9ce21631e30fea335833497d1a724a.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17fbb470..50001124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@
* 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
@@ -506,6 +507,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)