mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-27 12:15:39 +03:00
Verify that . input is rejected by 'f' conversion (and its uppercase counterpart). Replace 0 input with .0 rather than adding new one, because the integral part of 0 is already covered by 0.0 data, so there's no need to keep this duplication. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>