https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=60fd26a4df17f14688d88bf6f454df9c0910d312
commit 60fd26a4df17f14688d88bf6f454df9c0910d312 Author: Corinna Vinschen <[email protected]> Date: Thu Mar 10 20:42:42 2016 +0100 Add release message for commit 5807ba83e498d87b52675376a81d2edfe6de098d Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.5.0 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/winsup/cygwin/release/2.5.0 b/winsup/cygwin/release/2.5.0 index 4608965..a295a79 100644 --- a/winsup/cygwin/release/2.5.0 +++ b/winsup/cygwin/release/2.5.0 @@ -31,6 +31,11 @@ What changed: - Bump POSIX option macros to POSIX.1-2008. +- Profiling data, specifically pc sampling, now covers all threads of a + program and not just the main thread. Environment variable GMON_OUT_PREFIX + enables multiple gmon.out files to preserve profiling data after fork or + from multiple program runs. + Bug Fixes ---------
