From 6962682ffe5e5f0373047a0b894fee7a774be254 Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Tue, 28 Jun 2016 17:30:42 -0300 Subject: Add strfromd, strfromf, and strfroml functions ISO/IEC TS 18661-1 adds several functions in the strfrom family to stdlib. This patch adds strfromd, strfromf, and strfroml. This is being done in preparation for the new floating-point type, float128. The added functions convert a floating-point value into a string, with configurable format. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6439040a28..897f1cfa77 100644 --- a/NEWS +++ b/NEWS @@ -60,6 +60,9 @@ Version 2.25 - NaN functions: getpayload, getpayloadf, getpayloadl. +* The functions strfromd, strfromf, and strfroml, from ISO/IEC TS 18661-1:2014, + are added to libc. They convert a floating-point number into string. + * The header now includes the header. Support for the Linux quota interface which predates kernel version 2.4.22 has been removed. -- cgit 1.4.1