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

[Commits] r19382 - in /trunk: ./ libc/ libc/include/ ports/sysdeps/arm/bits/



Author: joseph
Date: Sat Jun 30 19:57:32 2012
New Revision: 19382

Log:
Merge changes between r19350 and r19381 from /fsf/trunk.

Modified:
    trunk/   (props changed)
    trunk/libc/ChangeLog
    trunk/libc/NEWS
    trunk/libc/README
    trunk/libc/include/features.h
    trunk/libc/version.h
    trunk/ports/sysdeps/arm/bits/predefs.h   (props changed)

Propchange: trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Jun 30 19:57:32 2012
@@ -1,1 +1,1 @@
-/fsf/trunk:15224-19350
+/fsf/trunk:15224-19381

Modified: trunk/libc/ChangeLog
==============================================================================
--- trunk/libc/ChangeLog (original)
+++ trunk/libc/ChangeLog Sat Jun 30 19:57:32 2012
@@ -1,3 +1,9 @@
+2012-06-30  Carlos O'Donell  <carlos_odonell@xxxxxxxxxx>
+
+	* NEWS: Update copyright. Remove last-updated date.
+	Mention math library bug fixes and timezone data changes.
+	* README: Mention GNU/Hurd, x32, and HPPA support status.
+
 2012-06-28  Thomas Schwinge  <thomas@xxxxxxxxxxxxxxxx>
 
 	* manual/contrib.texi (Contributors): Sort alphabetically by last name.

Modified: trunk/libc/NEWS
==============================================================================
--- trunk/libc/NEWS (original)
+++ trunk/libc/NEWS Sat Jun 30 19:57:32 2012
@@ -1,5 +1,5 @@
-GNU C Library NEWS -- history of user-visible changes.  2012-1-27
-Copyright (C) 1992-2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+GNU C Library NEWS -- history of user-visible changes.
+Copyright (C) 1992-2012 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
@@ -123,6 +123,17 @@
   what x86-64 configurations install.  These same header files can be used
   for -m32, -m64, or -mx32 builds.
   Contributed by H.J. Lu.
+
+* Math library bug fixes.  A thorough audit of all open math library bugs was
+  conducted by Joseph Myers.  Significant progress was made on many math
+  library bugs resulting in more accurate exceptions and function results.
+  Many thanks to all those that contributed including Andreas Jaeger for his
+  patch review and work on the x87 trigonometric instruction issues.
+
+* Timezone data is no longer installed.  Timezone-related binaries and scripts
+  will continue to be installed.  Users should obtain their timezone data from
+  their distribution provider or from the tzdata package at
+  <ftp://munnari.oz.au/pub/>.
 
 Version 2.15
 
@@ -2087,7 +2098,7 @@
 ----------------------------------------------------------------------
 Copyright information:
 
-Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright (C) 1992-2012 Free Software Foundation, Inc.
 
    Permission is granted to anyone to make or distribute verbatim copies
    of this document as received, in any medium, provided that the

Modified: trunk/libc/README
==============================================================================
--- trunk/libc/README (original)
+++ trunk/libc/README Sat Jun 30 19:57:32 2012
@@ -40,7 +40,9 @@
 In GNU/Hurd systems, it works with a microkernel and Hurd servers.
 
 The GNU C Library implements much of the POSIX.1 functionality in the
-GNU/Hurd system, using configurations i[34567]86-*-gnu.
+GNU/Hurd system, using configurations i[34567]86-*-gnu.  The current
+GNU/Hurd support requires out-of-tree patches that will eventually be
+incorporated into an official GNU C Library release.
 
 When working with Linux kernels, the GNU C Library version from
 version 2.4 on is intended primarily for use with Linux kernel version
@@ -62,7 +64,7 @@
 The GNU C Library supports these configurations for using Linux kernels:
 
 	i[4567]86-*-linux-gnu
-	x86_64-*-linux-gnu
+	x86_64-*-linux-gnu	Can build either x86_64 or x32
 	powerpc-*-linux-gnu	Hardware floating point required
 	powerpc64-*-linux-gnu
 	s390-*-linux-gnu
@@ -80,7 +82,7 @@
 	alpha*-*-linux-gnu	Requires Linux 2.6.9 or newer for NPTL
 	am33*-*-linux-gnu	Not currently functional
 	arm-*-linux-gnueabi	Requires Linux 2.6.16-rc1 or newer for NPTL
-	hppa-*-linux-gnu	Requires Linux 2.6.9 or newer for NPTL
+	hppa-*-linux-gnu	Not currently functional without patches.
 	ia64-*-linux-gnu
 	m68k-*-linux-gnu
 	mips-*-linux-gnu	Requires Linux 2.6.12 or newer for NPTL

Modified: trunk/libc/include/features.h
==============================================================================
--- trunk/libc/include/features.h (original)
+++ trunk/libc/include/features.h Sat Jun 30 19:57:32 2012
@@ -356,7 +356,7 @@
 /* Major and minor version number of the GNU C library package.  Use
    these macros to test for features in specific releases.  */
 #define	__GLIBC__	2
-#define	__GLIBC_MINOR__	15
+#define	__GLIBC_MINOR__	16
 
 #define __GLIBC_PREREQ(maj, min) \
 	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))

Modified: trunk/libc/version.h
==============================================================================
--- trunk/libc/version.h (original)
+++ trunk/libc/version.h Sat Jun 30 19:57:32 2012
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "development"
-#define VERSION "2.15.90"
+#define RELEASE "stable"
+#define VERSION "2.16"

Propchange: trunk/ports/sysdeps/arm/bits/predefs.h
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Jun 30 19:57:32 2012
@@ -1,2 +1,2 @@
-/fsf/trunk/ports/sysdeps/arm/bits/predefs.h:18166-19350
+/fsf/trunk/ports/sysdeps/arm/bits/predefs.h:18166-19381
 /fsf/trunk/ports/sysdeps/arm/eabi/bits/predefs.h:15224-17813

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits