aboutsummaryrefslogtreecommitdiff
path: root/time/tst-strptime-whitespace.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-04-23Consistently use ISSPACE to check for whitespaceSiddhesh Poyarekar1-0/+43
Resolves #14888. This only really manifests itself when there are no spaces between format specifiers, which is not allowed by POSIX, but is allowed by the glibc implementation.