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-447-g08d7609


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  08d76093f4df66ea9ab940633baf5bd2bf56c396 (commit)
      from  bd12ab55c05ec80f1fd0df0997b26526295bbac7 (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=08d76093f4df66ea9ab940633baf5bd2bf56c396

commit 08d76093f4df66ea9ab940633baf5bd2bf56c396
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Tue Nov 26 09:01:52 2013 -0500

    NEWS: Mention __unused and __block removal.

diff --git a/NEWS b/NEWS
index 4dbff5d..6b0a993 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,11 @@ Version 2.19
   16071, 16072, 16074, 16078, 16103, 16112, 16143, 16144, 16146, 16150,
   16151, 16153, 16167, 16172, 16245.
 
+* The public and private headers no longer use __unused nor __block.  This
+  change is to support compiling programs that are derived from BSD sources
+  and use __unused internally, and to support compiling with Clang's -fblock
+  extension which uses __block.
+
 * CVE-2012-4412 The strcoll implementation caches indices and rules for
   large collation sequences to optimize multiple passes.  This cache
   computation may overflow for large collation sequences and may cause a

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

Summary of changes:
 NEWS |    5 +++++
 1 files changed, 5 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]