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.14-538-gade60c8


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  ade60c89422f89551ee615101997fa329b8bceb6 (commit)
      from  d4cc29a254db6bd3838aac79d9d0e91cfd467c9d (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=ade60c89422f89551ee615101997fa329b8bceb6

commit ade60c89422f89551ee615101997fa329b8bceb6
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Dec 2 07:34:19 2011 -0500

    Fix CL

diff --git a/ChangeLog b/ChangeLog
index e512bbb..2d68f29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,12 +24,6 @@
 	* string/strcoll_l.c (STRCOLL): Likewise.
 	* string/strxfrm_l.c (STRXFRM): Likewise.
 
-2011-11-28  Andreas Schwab  <schwab@redhat.com>
-
-	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Handle
-	EAGAIN from FUTEX_WAIT_REQUEUE_PI.
-	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
-
 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
 
 	* Makefile.in: Remove CVSOPT handling.
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 9abaa26..448aa93 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-28  Andreas Schwab  <schwab@redhat.com>
+
+	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Handle
+	EAGAIN from FUTEX_WAIT_REQUEUE_PI.
+	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
+
 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
 
 	* pthread_getattr_np.c (pthread_getattr_np): Set FD_CLOEXEC for

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

Summary of changes:
 ChangeLog      |    6 ------
 nptl/ChangeLog |    6 ++++++
 2 files changed, 6 insertions(+), 6 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]