aboutsummaryrefslogtreecommitdiff
path: root/time/tst-strftime.c
AgeCommit message (Collapse)AuthorFilesLines
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto1-3/+3
The Z modifier is a nonstandard synonymn for z (that predates z itself) and compiler might issue an warning for in invalid conversion specifier. Reviewed-by: Florian Weimer <fweimer@redhat.com>
2015-09-26Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov1-1/+51
2003-05-11(do_test): Add tests for - flag.Ulrich Drepper1-0/+37
2003-01-19Update.Ulrich Drepper1-0/+74
2003-01-19 Ulrich Drepper <drepper@redhat.com> * time/strftime.c (my_strftime): Handle very large width specifications for numeric values correctly. Improve checks for overflow. * time/Makefile (tests): Add tst-strftime. * time/tst-strftime.c: New file.