diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-24 01:15:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-24 01:15:37 +0000 |
commit | 90d598708199f0506e390bb9866e4bdb592f858a (patch) | |
tree | 21303c2f0cbbd225561f60fd5e295f9fd5d98049 /ChangeLog | |
parent | 240e87c2300c25b1cc8a78cccc2293874d89c67e (diff) | |
download | glibc-90d598708199f0506e390bb9866e4bdb592f858a.tar glibc-90d598708199f0506e390bb9866e4bdb592f858a.tar.gz glibc-90d598708199f0506e390bb9866e4bdb592f858a.tar.bz2 glibc-90d598708199f0506e390bb9866e4bdb592f858a.zip |
* 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>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-10-23 Roland McGrath <roland@redhat.com> + + * 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>. + 2002-10-24 Jakub Jelinek <jakub@redhat.com> * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf. |