diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-10 15:23:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-10 15:23:46 +0000 |
commit | 686f8c9daf0ee99cf24894747987376577efa612 (patch) | |
tree | a8af6b7281fed13ae655daed6d98a44037bd170f /ChangeLog | |
parent | 7db0cc42453f96dd52a972bdcaaa6e79fd96059c (diff) | |
download | glibc-686f8c9daf0ee99cf24894747987376577efa612.zip glibc-686f8c9daf0ee99cf24894747987376577efa612.tar.gz glibc-686f8c9daf0ee99cf24894747987376577efa612.tar.bz2 |
* time/tzset.c (__tzset_parse_tz): Use correct string when parsing
DST name.
* time/tst-posixtz.c: Add tests for quoted timezone names.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-03-10 Ulrich Drepper <drepper@redhat.com> + + * time/tzset.c (__tzset_parse_tz): Use correct string when parsing + DST name. + * time/tst-posixtz.c: Add tests for quoted timezone names. + 2009-03-10 Jakub Jelinek <jakub@redhat.com> * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND, |