[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r10492 - in /fsf/trunk/libc: ChangeLog NEWS version.h



Author: eglibc
Date: Wed May 19 07:54:32 2010
New Revision: 10492

Log:
Import glibc-mainline for 2010-05-19

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/NEWS
    fsf/trunk/libc/version.h

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Wed May 19 07:54:32 2010
@@ -1,3 +1,13 @@
+2010-05-17  Luis Machado  <luisgpm@xxxxxxxxxx>
+
+	POWER7 optimizations.
+	* sysdeps/powerpc/powerpc64/power7/memset.S: New file.
+	* sysdeps/powerpc/powerpc32/power7/memset.S: New file.
+
+2010-05-19  Ulrich Drepper  <drepper@xxxxxxxxxx>
+
+	* version.h: Update for 2.13 development version.
+
 2010-05-12  Andrew Stubbs  <ams@xxxxxxxxxxxxxxxx>
 
 	* sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all

Modified: fsf/trunk/libc/NEWS
==============================================================================
--- fsf/trunk/libc/NEWS (original)
+++ fsf/trunk/libc/NEWS Wed May 19 07:54:32 2010
@@ -1,9 +1,13 @@
-GNU C Library NEWS -- history of user-visible changes.  2010-5-4
+GNU C Library NEWS -- history of user-visible changes.  2010-5-19
 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
 using `glibc' in the "product" field.
+
+Version 2.13
+
+* POWER7 optimizations: memset
 
 Version 2.12
 

Modified: fsf/trunk/libc/version.h
==============================================================================
--- fsf/trunk/libc/version.h (original)
+++ fsf/trunk/libc/version.h Wed May 19 07:54:32 2010
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "stable"
-#define VERSION "2.12"
+#define RELEASE "development"
+#define VERSION "2.12.90"