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.24-514-ga5ac567


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  a5ac5676be7b987edfbf800f577dab487fd85e5f (commit)
      from  f88759ea9bd3c8d8fef28f123ba9767cb0e421a3 (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=a5ac5676be7b987edfbf800f577dab487fd85e5f

commit a5ac5676be7b987edfbf800f577dab487fd85e5f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Dec 22 00:04:58 2016 +0000

    Update NEWS feature test macro description of TS 18661-1 support.
    
    The NEWS entry for the feature test macro
    __STDC_WANT_IEC_60559_BFP_EXT__ describes the state of support for
    that TS as "most features from that TS are not supported by the GNU C
    Library".  This patch updates it to say "not all features from that TS
    are supported by the GNU C Library".
    
    (The functions not yet supported are the fromfp functions - I'm
    working on them, but they may not be done before the freeze - and the
    functions round result to narrower type - which definitely won't be
    started for 2.25, since they require significant infrastructure work.
    That's 30 functions, which is less than half the number of functions
    in the TS, so saying "most" now seems inaccurate.)

diff --git a/NEWS b/NEWS
index 87950ed..79cd288 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ Version 2.25
 
 * The feature test macro __STDC_WANT_IEC_60559_BFP_EXT__, from ISO/IEC TS
   18661-1:2014, is supported to enable declarations of functions and macros
-  from that TS.  Note that most features from that TS are not supported by
+  from that TS.  Note that not all features from that TS are supported by
   the GNU C Library.
 
 * The feature test macro __STDC_WANT_IEC_60559_FUNCS_EXT__, from ISO/IEC TS

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

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