aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2016-11-14 14:36:18 -0200
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-06-12 14:48:53 -0300
commit7d641c411d475fc609edce8df12c4b2918b29fdb (patch)
tree91f9f99deb61df74653723eca492fd71ae61eaad /ChangeLog
parent45f39d458827e07ab3075bed75f2670581a89f33 (diff)
downloadglibc-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5e9f9d84c..37e8e192b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>