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>2016-11-27 23:31:22 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-11-27 23:45:19 +0300
commitae2a41137685f9e7f20ff768d04c865d791403be (patch)
treeca430c80ea2797b6957f9b76275fe27c181e0a1f /ChangeLog
parent0846bf286f9a22415e0dbaecd9f47dc2327fa8ca (diff)
Update ChangeLog file (v7.6 changes only)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e674222..85fc5880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,11 +8,13 @@ Also, includes 7.6.2 changes.
== [7.6.2] (unset) ==
* Add more cases to huge_test to cover sizes close to word-type maximum.
+* Add testing of new[]/delete[] (test_cpp).
* Adjust code indentation of calloc_explicitly_typed.
* Allow custom TRACE_ENTRIES value.
* Code refactoring of divide-by-HBLKSIZE occurrences.
* Code refactoring of huge_test.
* Code refactoring of tests/subthread_create regarding AO add primitive.
+* Document configure 'syntax error' issue in README.
* Eliminate 'address of local variable returned' static analyzer warning.
* Eliminate 'assigned value never used' CSA warning in min_bytes_allocd.
* Eliminate 'C-style pointer casting' cppcheck style warnings in test.
@@ -24,6 +26,8 @@ Also, includes 7.6.2 changes.
* Eliminate 'constructor with 1 argument is not explicit' cppcheck warning.
* Eliminate 'CORD_*printf is never used' cppcheck style warnings (cordtest).
* Eliminate 'dereference of null' CSA false warning in array_mark_proc.
+* Eliminate 'function result not used' code defect in GC_mark_local.
+* Eliminate 'GC_record_fault is never used' cppcheck style warning.
* Eliminate 'possible integer underflow' code defect (cord-de).
* Eliminate 'potential overflow' static analyzer warning in test.
* Eliminate 'printf format specifies type void*' GCC pedantic warnings.
@@ -53,17 +57,21 @@ Also, includes 7.6.2 changes.
* Fix compilation if configured with --enable-werror on OS X.
* Fix null dereference in GC_stack_range_for if not DARWIN_DONT_PARSE_STACK.
* Fix page calculation in checksums.
+* Report gcc/clang pedantic warnings (configure).
* Skip thread suspend/resume API testing for Tru64 (OSF1).
+* Support AddressSanitizer and MemorySanitizer (clang).
+* Suppress 'tainted string passed to vulnerable operation' false defects.
+* Suppress 'taking address of label non-standard' GCC/Clang pedantic warning.
+* Update README to use autogen.sh on build from the source repository.
* Workaround '#error' cppcheck error messages.
* Workaround 'checking if unsigned value is negative' cppcheck warning.
* Workaround 'Condition 0!=GETENV() is always false' cppcheck style warnings.
* Workaround 'condition is always false' cppcheck warning in get_next_stack.
+* Workaround 'function is never used' cppcheck style warnings.
* Workaround 'insecure libc pseudo-random number generator used' code defect.
* Workaround 'local variable size too big' static analyzer warning.
* Workaround 'obsolete function alloca() called' cppcheck warnings.
* Workaround 'passing untyped NULL to variadic function' cppcheck warning.
-* Workaround 'pos_*, [r]iter, dump never used' cppcheck style warnings (cord).
-* Workaround 'possible null pointer dereference' cppcheck warning (Darwin).
* Workaround 'possible null pointer dereference' cppcheck warnings.
* Workaround 'redundant assignment of *result to itself' cppcheck warning.
* Workaround 'same expression on both sides of ==' cppcheck style warning.