diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-22 06:50:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-22 06:50:46 +0000 |
commit | 3566d33c12be61e6de64b3d957ed3cd7520779f8 (patch) | |
tree | da954ba1ed6f40c8c7d34b5b4833bb5c264df0ca /ChangeLog | |
parent | 54eb84d0c769dbd974b21ffd9d41d48aff203a15 (diff) | |
download | glibc-3566d33c12be61e6de64b3d957ed3cd7520779f8.tar.gz glibc-3566d33c12be61e6de64b3d957ed3cd7520779f8.tar.xz glibc-3566d33c12be61e6de64b3d957ed3cd7520779f8.zip |
Update.
* manual/sysinfo.texi: Fix typo. * manual/time.texi: Document timelocal, timegm, adjtimex, and stime. Replace "high precision time" with "high accuracy clock". Fix language. Patches by Bryan Henderson <bryanh@giraffe-data.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index df59bbee38..ec11f1c89a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-04-21 Ulrich Drepper <drepper@redhat.com> + * manual/sysinfo.texi: Fix typo. + * manual/time.texi: Document timelocal, timegm, adjtimex, and stime. + Replace "high precision time" with "high accuracy clock". + Fix language. + Patches by Bryan Henderson <bryanh@giraffe-data.com>. + * nis/nis_findserv.c (__nis_findfastest): Improve memory handling. * nis/nis_print_group_entry.c (nis_print_group_entry): Use alloca instead of malloc. |