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-332-gb125d3e


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  b125d3e51de8ac21c915d2618e8a9f7f0021305a (commit)
      from  69f13dbf06c6195de0ada8632271d58ca3cf55da (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=b125d3e51de8ac21c915d2618e8a9f7f0021305a

commit b125d3e51de8ac21c915d2618e8a9f7f0021305a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat Oct 26 00:48:25 2013 +0000

    Add some more NEWS items.

diff --git a/NEWS b/NEWS
index 0b7e9f7..897a45e 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,18 @@ Version 2.19
   command-line options to generate locales for a different system from that
   for which the C library was built.
 
+* Binary locale files now only depend on the endianness of the system for
+  which they are generated and not on other properties of that system.  As a
+  consequence, binary files generated with new localedef may be incompatible
+  with old versions of the GNU C Library, and binary files generated with
+  old localedef may be incompatible with this version of the GNU C Library,
+  in the following circumstances:
+
+  + Locale files may be incompatible on m68k systems.
+
+  + Locale archive files (but not separate files for individual locales) may
+    be incompatible on systems where plain "char" is signed.
+
 * The configure option --disable-versioning has been removed.  Builds with
   --disable-versioning had not worked for several years.
 
@@ -73,6 +85,8 @@ Version 2.19
 * SystemTap probes for malloc have been introduced.
 
 * Support for powerpc64le has been added.
+
+* The soft-float powerpc port now supports e500 processors.
 
 Version 2.18
 

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

Summary of changes:
 NEWS |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 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]