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.19-529-g902b71f


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  902b71f9af1c01b4a118347e377b11487452b657 (commit)
      from  196939fb0ede8b588019f7ff0779dffbfc35787d (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=902b71f9af1c01b4a118347e377b11487452b657

commit 902b71f9af1c01b4a118347e377b11487452b657
Author: David S. Miller <davem@davemloft.net>
Date:   Tue Jun 3 16:14:06 2014 -0700

    Fixup ChangeLog and add missing NEWS entry for previous commits.

diff --git a/ChangeLog b/ChangeLog
index 5fa3a81..98c952c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
 	* nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
 	(pthread_spin_lock): Likewise.
 
+	* nptl/tst-spin4.c: New test.
+	* nptl/Makefile (tests): Add tst-spin4.
+
 2014-06-03  Andreas Schwab  <schwab@suse.de>
 
 	[BZ #15946]
@@ -136,9 +139,6 @@
 
 	* malloc/malloc.c (malloc_info): Inline mi_arena.
 
-	* nptl/tst-spin4.c: New test.
-	* nptl/Makefile (tests): Add tst-spin4.
-
 2014-05-29  Richard Henderson  <rth@twiddle.net>
 
 	* sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
diff --git a/NEWS b/NEWS
index 38d2c50..0f9d6a6 100644
--- a/NEWS
+++ b/NEWS
@@ -17,9 +17,9 @@ Version 2.20
   16706, 16707, 16712, 16713, 16714, 16724, 16731, 16739, 16740, 16743,
   16754, 16758, 16759, 16760, 16770, 16786, 16789, 16791, 16796, 16799,
   16800, 16815, 16823, 16824, 16831, 16838, 16849, 16854, 16876, 16877,
-  16878, 16885, 16888, 16890, 16912, 16915, 16916, 16917, 16922, 16927,
-  16928, 16932, 16943, 16958, 16966, 16967, 16965, 16977, 16978, 16984,
-  16990, 17009.
+  16878, 16882, 16885, 16888, 16890, 16912, 16915, 16916, 16917, 16922,
+  16927, 16928, 16932, 16943, 16958, 16966, 16967, 16965, 16977, 16978,
+  16984, 16990, 17009.
 
 * The minimum Linux kernel version that this version of the GNU C Library
   can be used with is 2.6.32.

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

Summary of changes:
 ChangeLog |    6 +++---
 NEWS      |    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]