Update ChangeLog file (v7.6 changes only)
authorIvan Maidanski <ivmai@mail.ru>
Wed, 12 Apr 2017 22:07:27 +0000 (01:07 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 13 Apr 2017 07:36:50 +0000 (10:36 +0300)
ChangeLog

index 32b872d..9b735b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,7 +42,9 @@ Also, includes 7.6.2 changes
 * Eliminate 'GC_collecting is set but never used' code defect (Win32)
 * Eliminate 'GC_record_fault is never used' cppcheck style warning
 * Eliminate 'integer shift by a negative amount' code defect in finalize
+* Eliminate 'label not used' cppcheck false warnings in GC_mark_X
 * Eliminate 'memory leak' code defect for scratch-allocated memory
+* Eliminate 'non-reentrant function strtok called' cppcheck warning (POSIX)
 * 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
@@ -68,6 +70,7 @@ Also, includes 7.6.2 changes
 * Fix '32-bit value shift followed by expansion to 64-bit' code defect
 * Fix 'GC_written_pages never read' code defect (GWW_VDB)
 * Fix 'label cannot be reached' static analyzer warning in disclaim_test
+* Fix 'size of tv is unknown' error in brief_async_signal_safe_sleep (musl)
 * Fix 'syntax error' reported by cppcheck for mach_dep
 * Fix 'unknown type name GC_INNER' compilation error (FreeBSD)
 * Fix 'variable assigned a value that is never used' cppcheck style warnings
@@ -75,12 +78,20 @@ Also, includes 7.6.2 changes
 * Fix Clang static analyzer warning about not found gc_priv.h in extra files
 * Fix compilation for winpthreads if HANDLE_FORK
 * Fix compilation if configured with --enable-werror on OS X
+* Fix cord/de build in Makefile.direct (Linux)
+* Fix gctest failure for Darwin if CPPCHECK is defined
 * Fix message of VDB implementation used if MPROTECT_VDB+GWW_VDB (gctest)
 * Fix null dereference in GC_stack_range_for if not DARWIN_DONT_PARSE_STACK
 * Fix page calculation in checksums
+* Fix parallel build in Makefile.direct
+* Fix test_cpp and c++ parallel build in Makefile.direct
 * Fix typo in comment of GC_mark_some
+* Match uclinux pattern in configure
+* New target (check-cpp) in Makefile.direct
 * Put invariant name in quotes to make mark_state comments clearer
+* Refine configure messages when checking for compiler option support
 * Remove page_was_dirty and remove_protection duplicate definitions
+* Rename 'test' to 'check' target in Makefile.direct
 * Report gcc/clang pedantic warnings (configure)
 * Skip thread suspend/resume API testing for Tru64 (OSF1)
 * Support AddressSanitizer and MemorySanitizer (clang)
@@ -89,7 +100,10 @@ Also, includes 7.6.2 changes
 * 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
+* Workaround '!GC_page_size is always false' cppcheck style warning
 * Workaround '#error' cppcheck error messages
+* Workaround '32-bit value shift by >31 bits is undefined' cppcheck warnings
 * Workaround 'bad address arithmetic' static analysis tool false positive
 * Workaround 'checking if unsigned value is negative' cppcheck warning
 * Workaround 'checking unsigned value is negative' code defect in mark_from
@@ -99,7 +113,10 @@ Also, includes 7.6.2 changes
 * 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 'memory leak: result' cppcheck false error (POSIX)
 * Workaround 'null pointer dereference' false positive in push_next_marked
+* Workaround 'obsolescent bcopy, bzero called' cppcheck warnings (POSIX)
+* Workaround 'obsolescent usleep called' cppcheck warning (POSIX)
 * Workaround 'obsolete function alloca() called' cppcheck warnings
 * Workaround 'passing untyped NULL to variadic function' cppcheck warning
 * Workaround 'pointer used before comparison to null' code defect (pthread)