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-933-gdb24e68


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  db24e6842d7bfca7cdd7a01e205282eb0b8e0aa5 (commit)
      from  f723285b1390a6949d93a2781e97d5167457a1ed (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=db24e6842d7bfca7cdd7a01e205282eb0b8e0aa5

commit db24e6842d7bfca7cdd7a01e205282eb0b8e0aa5
Author: David S. Miller <davem@davemloft.net>
Date:   Thu Aug 1 17:27:04 2013 -0700

    Update manual/contrib.texi
    
    	* manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
    	entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
    	Bilka.

diff --git a/ChangeLog b/ChangeLog
index 6aecb1b..90e5215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-01  David S. Miller  <davem@davemloft.net>
+
+	* manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
+	entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
+	Bilka.
+
 2013-07-30  David S. Miller  <davem@davemloft.net>
 
 	* po/fr.po: Update French translation from translation project.
diff --git a/manual/contrib.texi b/manual/contrib.texi
index 3b9d23c..8116367 100644
--- a/manual/contrib.texi
+++ b/manual/contrib.texi
@@ -29,6 +29,9 @@ Stephen R. van den Berg for contributing a highly-optimized
 @code{strstr} function.
 
 @item
+Ondrej Bilka for contributing optimized string routines for x64.
+
+@item
 Eric Blake for adding O(n) implementations of @code{memmem},
 @code{strstr} and @code{strcasestr}.
 
@@ -115,6 +118,9 @@ Richard Henderson for the port to Linux on Alpha
 (@code{alpha-@var{anything}-linux}).
 
 @item
+David Holsgrove for the port to Linux on MicroBlaze.
+
+@item
 Daniel Jacobowitz for various fixes and enhancements.
 
 @item
@@ -145,6 +151,9 @@ Mark Kettenis for implementing the @code{utmpx} interface and an utmp
 daemon, and for a Hesiod NSS module.
 
 @item
+Andi Kleen for implementing pthreads lock elision with TSX.
+
+@item
 Kazumoto Kojima for the port of the Mach and Hurd code to the MIPS
 architecture (@code{mips-@var{anything}-gnu}) and for his work on the
 SH architecture.
@@ -223,6 +232,10 @@ coverage of conformtest, and merging the ports/ subdirectory
 into the @glibcadj{} main repository.
 
 @item
+Will Newton for contributing an optimized memcpy for ARM NEON and
+VFP chips.
+
+@item
 Carlos O'Donell for his maintainership of the HPPA architecture and
 maintaining @theglibc{} web pages.
 
@@ -238,7 +251,8 @@ Paul Pluzhnikov for various fixes.
 Marek Polacek for various fixes.
 
 @item
-Siddhesh Poyarekar for various fixes.
+Siddhesh Poyarekar for various fixes and an implementation of a
+framework for performance benchmarking of functions.
 
 @item
 Tom Quinn for contributing the startup code to support SunOS shared

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

Summary of changes:
 ChangeLog           |    6 ++++++
 manual/contrib.texi |   16 +++++++++++++++-
 2 files changed, 21 insertions(+), 1 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]