about summary refs log tree commit diff
path: root/time/tst-strptime-whitespace.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Consistently use ISSPACE to check for whitespaceSiddhesh Poyarekar2013-04-231-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.