]> git.ipfire.org Git - thirdparty/glibc.git/commit - NEWS
Update NEWS feature test macro description of TS 18661-1 support.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 22 Dec 2016 00:04:58 +0000 (00:04 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 22 Dec 2016 00:04:58 +0000 (00:04 +0000)
commita5ac5676be7b987edfbf800f577dab487fd85e5f
tree77175a8c0a5a146b23065f8f21c984229d686342
parentf88759ea9bd3c8d8fef28f123ba9767cb0e421a3
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.)
NEWS