]> git.ipfire.org Git - thirdparty/glibc.git/commit - stdio-common/tst-fphex.c
* stdio-common/tst-fphex.c: New file.
authorRoland McGrath <roland@gnu.org>
Thu, 24 Oct 2002 01:15:37 +0000 (01:15 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 24 Oct 2002 01:15:37 +0000 (01:15 +0000)
commit90d598708199f0506e390bb9866e4bdb592f858a
tree21303c2f0cbbd225561f60fd5e295f9fd5d98049
parent240e87c2300c25b1cc8a78cccc2293874d89c67e
* stdio-common/tst-fphex.c: New file.

* stdio-common/Makefile (tests): Add tst-fphex.
* sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
of WNUMEND.  Fix counting of decimal point in WIDTH.  Print '0' pad
chars always before the value digits.
Reported by James Antill <james.antill@redhat.com>.
ChangeLog
stdio-common/Makefile
stdio-common/tst-fphex.c [new file with mode: 0644]
sysdeps/generic/printf_fphex.c