about summary refs log tree commit diff
path: root/stdio-common/tst-fphex.c
Commit message (Collapse)AuthorAgeFilesLines
* stdio-common: Use array_length and array_end macrosFlorian Weimer2017-11-021-4/+3
|
* Clean up tst-fphex testUlrich Drepper2012-03-081-16/+13
|
* Enhance fphex test.Marek Polacek2012-03-081-18/+42
|
* * posix/tst-nanosleep.c: Include <time.h> for nanosleep Andreas Jaeger2003-06-251-1/+1
| | | | | | | | | declaration. * stdio-common/tst-fphex.c: Fix format string. * posix/tst-nanosleep.c: Include <time.h> for nanosleep declaration. * stdio-common/tst-fphex.c: Fix format string.
* * stdio-common/tst-fphex.c: New file.Roland McGrath2002-10-241-0/+51
* 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>.