diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-23 15:32:42 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-23 15:32:42 +0530 |
commit | ff491d14a2c7329e4b61cb9d937203d4139954f9 (patch) | |
tree | 93ad4e5199ad8f1f9def969d9e96f98a80d73d6b /ChangeLog | |
parent | 7ed3f4e859896fbb8d384a4f101e40df47eb0ef0 (diff) | |
download | glibc-ff491d14a2c7329e4b61cb9d937203d4139954f9.zip glibc-ff491d14a2c7329e4b61cb9d937203d4139954f9.tar.gz glibc-ff491d14a2c7329e4b61cb9d937203d4139954f9.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com> + + [BZ #14888] + * time/Makefile (tests): Add tst-strptime-whitespace. + * time/strptime_l.c (get_number): Use ISSPACE. + (__strptime_internal): Likewise. + * time/tst-strptime-whitespace.c: New test case. + 2013-04-23 Andreas Schwab <schwab@linux-m68k.org> * nss/nss_files/files-init.c (TF): Don't initialize flexible array |