diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-04-27 04:33:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-04-27 04:33:01 +0000 |
commit | 935f3e6715f2f178159eef1501ae30ad53a68150 (patch) | |
tree | f484c7c6c87c97774f3840c051804e42aa3588c0 /time/Makefile | |
parent | bfc832ccf15e467b6271e8b237e467a30efd3d12 (diff) | |
download | glibc-935f3e6715f2f178159eef1501ae30ad53a68150.tar.gz glibc-935f3e6715f2f178159eef1501ae30ad53a68150.tar.xz glibc-935f3e6715f2f178159eef1501ae30ad53a68150.zip |
* time/strptime_l.c (__strptime_internal): Handle 'z' to set
tm_gmtoff. * time/Makefile (tests): Add tst-strptime2. * time/tst-strptime2.c: New file.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/Makefile b/time/Makefile index 7acc964fdc..14313563eb 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2002,2003,2004 Free Software Foundation, Inc. +# Copyright (C) 1991-2003, 2004, 2005 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -35,7 +35,7 @@ distribute := datemsk tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \ - tst-mktime3 + tst-mktime3 tst-strptime2 include ../Rules |