diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-01-31 12:11:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-01-31 12:11:10 +0000 |
commit | 4d06461a76587c80359f6db5e1c6e4f4641d2663 (patch) | |
tree | 50f8b63101860d3e414a4b1276e49c8e26469453 /time | |
parent | d67281a7eac124e2f1b498c377dde3432f711039 (diff) | |
download | glibc-4d06461a76587c80359f6db5e1c6e4f4641d2663.tar glibc-4d06461a76587c80359f6db5e1c6e4f4641d2663.tar.gz glibc-4d06461a76587c80359f6db5e1c6e4f4641d2663.tar.bz2 glibc-4d06461a76587c80359f6db5e1c6e4f4641d2663.zip |
Update.
1998-01-31 20:52 Ulrich Drepper <drepper@cygnus.com>
* nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
* nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
thread and no pthread_detach.
* nscd/nscd.c: Rewrite to use argp instead of getopt.
* config.make.in: Likewise.
Diffstat (limited to 'time')
-rw-r--r-- | time/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/README b/time/README index 7875a92922..009a7973bc 100644 --- a/time/README +++ b/time/README @@ -1,14 +1,14 @@ The files zic.c zdump.c ialloc.c scheck.c tzfile.h private.h tzselect.ksh checktab.awk -come from the tzcode1997h package by Arthur David Olson et.al. +come from the tzcode1998b package by Arthur David Olson et.al. The files africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera factory backward systemv solar87 solar88 solar89 iso3166.tab zone.tab leapseconds yearistype -come from the tzdata1997j package by Arthur David Olson et.al. +come from the tzdata1998b package by Arthur David Olson et.al. These packages may be found at ftp://elsie.nci.nih.gov/pub/. Commentary should be addressed to tz@elsie.nci.nih.gov. |