X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=94b1f1f45e2783df4fd2c24bda41e748cc7dc479;hb=825548e25793fe043c31a8c71975eb958b7cc53f;hp=acb05cf056506983c69e64987b75d44980fa82ba;hpb=afaaab1f129c406f841e1200d1d21e1e53330eab;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index acb05cf05..94b1f1f45 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,32 @@ +2000-06-18 Jim Meyering + + * strnlen.c: Include memory.h, string.h, and/or strings.h as needed. + (this snippet comes from src/system.h). + + * getloadavg.c: s/NLIST_STRUCT/HAVE_NLIST_H/. Remove big + multi-platform `#ifndef NLIST_STRUCT' block. + +2000-06-15 Paul Eggert + + * lib/human.c (adjust_value): New function. + (human_readable_inexact): Apply rounding style even when + printing approximate values. + +2000-06-14 Paul Eggert + + * lib/human.c (human_readable_inexact): Allow an input block + size that is not a multiple of the output block size, and vice versa. + Reported by Piergiorgio Sartor. + +2000-06-14 Paul Eggert + + * lib/getdate.y (get_date): Apply relative times after time + zone indicator, not before. Reported by Todd A. Jacobs. + 2000-06-13 Jim Meyering + * Makefile.am (all-local): Depend on lstat.c and stat.c. + * xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c. 2000-06-12 Paul Eggert