Consistently use ISSPACE to check for whitespace
commitff491d14a2c7329e4b61cb9d937203d4139954f9
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 23 Apr 2013 10:02:42 +0000 (23 15:32 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 23 Apr 2013 10:02:42 +0000 (23 15:32 +0530)
tree93ad4e5199ad8f1f9def969d9e96f98a80d73d6b
parent7ed3f4e859896fbb8d384a4f101e40df47eb0ef0
Consistently use ISSPACE to check for whitespace

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.
ChangeLog
NEWS
time/Makefile
time/strptime_l.c
time/tst-strptime-whitespace.c [new file with mode: 0644]