This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Add commit 5807ba83e release message to documentation


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2b174636e5b62dbb1c643f5976e5191a349da02e

commit 2b174636e5b62dbb1c643f5976e5191a349da02e
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Mar 10 20:47:33 2016 +0100

    Add commit 5807ba83e release message to documentation
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/doc/new-features.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 4f21288..e39023c 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -38,6 +38,10 @@ pthread_barrier_init, pthread_barrier_destroy, pthread_barrier_wait.
 </para></listitem>
 
 <listitem><para>
+New APIs: clog10, clog10f.
+</para></listitem>
+
+<listitem><para>
 In calls to chmod treat ACLs with extra ACEs *only* for Admins and
 SYSTEM like a trivial ACL.
 </para></listitem>
@@ -47,7 +51,10 @@ Bump POSIX option macros to POSIX.1-2008.
 </para></listitem>
 
 <listitem><para>
-New APIs: clog10, clog10f.
+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.
 </para></listitem>
 
 </itemizedlist>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]