summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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>