*** empty log message ***
[gnulib.git] / lib / ChangeLog
index c9161be..94b1f1f 100644 (file)
@@ -1,3 +1,34 @@
+2000-06-18  Jim Meyering  <meyering@lucent.com>
+
+       * 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  <eggert@twinsun.com>
+
+       * lib/human.c (adjust_value): New function.
+       (human_readable_inexact): Apply rounding style even when
+       printing approximate values.
+
+2000-06-14  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <eggert@twinsun.com>
+
+       * lib/getdate.y (get_date): Apply relative times after time
+       zone indicator, not before.  Reported by Todd A. Jacobs.
+
+2000-06-13  Jim Meyering  <meyering@lucent.com>
+
+       * 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  <eggert@twinsun.com>
 
        * xstat.in: Include <stdlib.h> in lstat, to declare "free".