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.18-179-gc04d498


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  c04d498c12700bf90d41236d30b864fadd0c4c40 (commit)
      from  583c76a7ce305d24e0625a22caed317b3e001d91 (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=c04d498c12700bf90d41236d30b864fadd0c4c40

commit c04d498c12700bf90d41236d30b864fadd0c4c40
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Fri Sep 27 23:02:57 2013 +0530

    Move ChangeLog entry

diff --git a/ChangeLog b/ChangeLog
index 6475a3e..546a535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,15 +3,6 @@
 	[BZ #15941]
 	* manual/install.texi (Installation) Fix node cross references.
 
-2013-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
-
-	* nptl/sysdeps/pthread/bits/libc-lock.h [_LIBC &&
-	(!NOT_IN_libc || IS_IN_libpthread)]
-	(__libc_lock_fini_recursive): Use the mutex member of the
-	argument.
-	(__libc_lock_trylock_recursive): Likewise.
-	(__libc_lock_unlock_recursive): Likewise.
-
 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
 	* sysdeps/sh/stackguard-macros.h: New file.
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 90824ae..9f25dfe 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,11 @@
+2013-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* sysdeps/pthread/bits/libc-lock.h [_LIBC && (!NOT_IN_libc ||
+	IS_IN_libpthread)] (__libc_lock_fini_recursive): Use the mutex
+	member of the argument.
+	(__libc_lock_trylock_recursive): Likewise.
+	(__libc_lock_unlock_recursive): Likewise.
+
 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/x86_64/cancellation.S

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

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