Re: [PATCH] Fix ecvt to pass tests

"Keith Packard" <[email protected]>
Newsgroups gmane.comp.lib.newlib
Message-ID <[email protected]>
Corinna Vinschen <[email protected]> writes:

> That last hunk is not immediately clear to me.  Can you explain this a
> bit or even add some more text to the commit message?

Good catch. Not only was it 'unclear', it was wrong.

I've re-generated all of the test vectors for this code using glibc as a
model, then fixed the code to pass those tests *and* match my reading of
the POSIX manual for fcvt, ecvt and gcvt.

I then split the fixes into three patches:

 1) Fix fcvt. Fcvt is defined to only show a limited number of digits
    past the radix marker/decimal point. The unfixed code had a special
    case for numbers < 1.0 so that it would display the specified
    number of digits, even if there would need to be a number of leading
    zeros before those. The fixed code will limit itself to the
    specified number of digits past the decimal point, even if that
    means returning the empty string.

 2) Fix gcvt. Gcvt is always supposed to return the specified number of
    digits of precision. For numbers < 1.0, gcvt may insert leading
    zeros which are supposed to be part of this count.

It's interesting to note that both of these cases actually removed
conditionals around the calls to _dtoa_r as that function already did
exactly what was needed.

 3) Make sure _dcvt doesn't display a trailing decimal point

I'll send these three patches to the list shortly. Thanks much for your
review, and for asking a really good question. I got to spend quite a
few hours sorting this out.

-- 
-keith
signature.asc (application/pgp-signature, 832 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEw4O3eCVWE9/bQJ2R2yIaaQAAABEFAl35wHcACgkQ2yIaaQAA
ABEYSg/+N3lM4VrdrIcfyNkwGeCllriCvjXU1aoU4WgvIkm7hPWKuRYcop8rmpoT
srkal4j8eKuC+AzbifB8wdpowFYbz/bkePiG4odpMTLqhrn5xW9Z+k0ARdsJP59i
alq/emeWjUblSO0NOFcLu3+9jUiIa7tfdLX08LpiDnToh1Deer2ZAkRN/2KG+5BO
z7XIhsakbNFv2TiC2kZXAZEv3t5UsPfvcV6G6uXJrO1GBFleYYf21ieIvDQO5BnR
hD+JPPfHkVkTGDF2m/WdVgNewXmenE1AslfGFIQ9f2Vc8AUEoLN4LhsjAeLlpHN5
1tz6WPz2cx9M9UI5kdJq5XwHbRyk41nzP0DkjX0VZKy0LoU+ExBtbMacWscJw6HS
SbtQQTUyVdS7jkkPGtSEnWor2eRB8yUYa31b3byygWbZPQzoJj4uT7Q5/L/e2Tsi
SKf7p+7D2WDvLq97/057mBp2iZDOOuGajVkl3xFUx2/Bm3MnbIU4p1zFxhab8EWS
O3YOANf7Hjd8wUYGS5vtEeh5JX0WBRSk61RQcReub5XaVVgrXq7l5A1D1EzO9qOx
T6AXZv8J3+AbDE9aaggRgiTNKQhHPH1eoyAoLeWapkqj0t6eY50BtnTS8I3zpusS
bHQS8draKj6DXz9+3SYsJLmdQUhT2sAXC4gTK8o1mGjpVFzGvoA=
=Fnhn
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.