diff options
author | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2016-11-14 14:36:18 -0200 |
---|---|---|
committer | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2017-06-12 14:48:53 -0300 |
commit | 7d641c411d475fc609edce8df12c4b2918b29fdb (patch) | |
tree | 91f9f99deb61df74653723eca492fd71ae61eaad /ChangeLog | |
parent | 45f39d458827e07ab3075bed75f2670581a89f33 (diff) | |
download | glibc-7d641c411d475fc609edce8df12c4b2918b29fdb.tar glibc-7d641c411d475fc609edce8df12c4b2918b29fdb.tar.gz glibc-7d641c411d475fc609edce8df12c4b2918b29fdb.tar.bz2 glibc-7d641c411d475fc609edce8df12c4b2918b29fdb.zip |
float128: Add strfromf128, strtof128, and wcstof128 to the manual
* manual/math.texi (Mathematics): Add description for _FloatN and
_FloatNx types and mentions that they are not support in glibc for
any architecture, so far.
* manual/arith.texi (wcstof, wcstold): Replace the mention to
stdlib.h with wchar.h.
(Parsing of Floats): Add descriptions for strtofN and wcstofN.
(Printing of Floats): Add description for strfromfN.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2017-06-12 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> + + * manual/math.texi (Mathematics): Add description for _FloatN and + _FloatNx types and mentions that they are not support in glibc for + any architecture, so far. + * manual/arith.texi (wcstof, wcstold): Replace the mention to + stdlib.h with wchar.h. + (Parsing of Floats): Add descriptions for strtofN and wcstofN. + (Printing of Floats): Add description for strfromfN. + 2017-06-12 Paul E. Murphy <murphyp@linux.vnet.ibm.com> Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> |