This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc 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]

GNU C Library master sources branch master updated. glibc-2.17-313-ge5c74c6


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e5c74c633e3c92e6653931f6f1b17f955f7e2669 (commit)
      from  e23872c8db1fb26713b9c15b12686ac7a0077576 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e5c74c633e3c92e6653931f6f1b17f955f7e2669

commit e5c74c633e3c92e6653931f6f1b17f955f7e2669
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Fri Mar 1 20:43:40 2013 +0530

    Update NEWS

diff --git a/ChangeLog b/ChangeLog
index 027c298..8648323 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* NEWS: Mention libm performance improvements and non-x86 PI
+	futex support.
+
 	* csu/libc-start.c (__pthread_initialize_minimal): Change
 	function arguments.
 	* csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
diff --git a/NEWS b/NEWS
index ff34277..313ccd7 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,12 @@ Version 2.18
   independently of the process stack size using the
   GLIBC_PTHREAD_DEFAULT_STACKSIZE environment variable.
 
+* Improved worst case performance of libm functions with double inputs and
+  output.
+
+* Support for priority inherited mutexes in pthread condition variables on
+  non-x86 architectures.
+
 
 Version 2.17
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    3 +++
 NEWS      |    6 ++++++
 2 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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