diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-14 21:27:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-14 21:27:19 +0000 |
commit | 6269e521192ef37e1b13183baf44a05e16695e6d (patch) | |
tree | 1aae4386b3afe689fa982557ff3d61d9f9e73ad9 /time/Makefile | |
parent | c2cfb5126b85ba4f0b6ec66567616ad221ea9429 (diff) | |
download | glibc-6269e521192ef37e1b13183baf44a05e16695e6d.zip glibc-6269e521192ef37e1b13183baf44a05e16695e6d.tar.gz glibc-6269e521192ef37e1b13183baf44a05e16695e6d.tar.bz2 |
Update.
* time/Makefile (tests): Add tst-strptime.
* time/tst-strptime.c: New file.
* time/strptime.c: Correct bugs in weekday and yearday computation.
1998-12-14 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 80aff61..7e45eaa 100644 --- a/time/Makefile +++ b/time/Makefile @@ -30,7 +30,7 @@ routines := offtime asctime clock ctime ctime_r difftime \ stime dysize timegm ftime \ strptime getdate strfxtime -tests := test_time clocktest tst-posixtz +tests := test_time clocktest tst-posixtz tst-strptime include ../Rules |