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 /stdio-common/Makefile | |
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 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index c32a2db428..802e4e37e8 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -54,7 +54,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \ scanf11 scanf12 tst-tmpnam tst-cookie tst-obprintf tst-sscanf \ tst-swprintf tst-fseek tst-fmemopen test-vfprintf tst-gets \ - tst-perror tst-sprintf tst-rndseek tst-fdopen + tst-perror tst-sprintf tst-rndseek tst-fdopen tst-fphex test-srcs = tst-unbputc tst-printf |