Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-10-26 08:31:47 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-10-26 08:34:48 +0300
commitc070bde6be444fbf20fb37e269282463e8e5148b (patch)
treefa73eecb7a7a77a640ca89352a1fcd311d173e49 /ChangeLog
parent98abb0aff293edac5aaa1ee61367522069e7d99b (diff)
Update ChangeLog file (v7.6 changes only)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 837eef4c..c2682a82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -178,6 +178,7 @@ Also, includes 7.6.2 changes
* Match uclinux pattern in configure
* Move conditional GC_need_to_lock setting to gc_locks.h (refactoring)
* Move README.QUICK from DOC_FILES to OTHER_FILES in Makefile.direct
+* New API function (GC_is_init_called) to check if BDWGC is initialized
* New target (check-cpp) in Makefile.direct
* Prevent abort in register_data_segments for Symbian and Emscripten
* Prevent multiple 'Caught ACCESS_VIOLATION in marker' per collection
@@ -196,10 +197,12 @@ Also, includes 7.6.2 changes
* Support GC_init (and get_stack_base) from non-main thread on FreeBSD/NetBSD
* Suppress 'tainted string passed to vulnerable operation' false defects
* Suppress 'taking address of label non-standard' GCC/Clang pedantic warning
+* Test GC initialization from non-main thread on FreeBSD and NetBSD
* Test GCJ object creation with length-based descriptor (gctest)
* Update README regarding make cords with Makefile.direct
* Update README to use autogen.sh on build from the source repository
* Update shared libraries version info to differentiate against v7.4
+* Use mprotect instead of mmap in GC_unmap() on Cygwin
* Use same style of include gc.h in documentation
* Workaround '!GC_page_size is always false' cppcheck style warning
* Workaround '#error' cppcheck error messages
@@ -355,7 +358,7 @@ Also, includes 7.4.6 changes
Also, includes 7.4.4 changes
-== [7.4.6] (unset) ==
+== [7.4.6] 2017-10-26 ==
* Add configure --enable-gcov option (enable code coverage analysis)
* Add configure check whether to define NO_GETCONTEXT