Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up tst-fphex test | Ulrich Drepper | 2012-03-08 | 1 | -16/+13 |
| | |||||
* | Enhance fphex test. | Marek Polacek | 2012-03-08 | 1 | -18/+42 |
| | |||||
* | * posix/tst-nanosleep.c: Include <time.h> for nanosleep | Andreas Jaeger | 2003-06-25 | 1 | -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 McGrath | 2002-10-24 | 1 | -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>. |