*** empty log message ***
[gnulib.git] / lib / ChangeLog
index 1178360..c266073 100644 (file)
@@ -1,7 +1,38 @@
+2000-06-21  Jim Meyering  <meyering@lucent.com>
+
+       * Makefile.am (libfetish_a_SOURCES): Add getstr.c.
+       (noinst_HEADERS): Add getstr.h.
+
+       * getline.c (getstr): Move into a separate file.
+       * getstr.c (getstr): New file, extracted from getline.c, with
+       the following changes: new parameter, delim2; both delim[12]
+       parameters have type `int', not `char'.  The latter would lose
+       with 8-bit delimiters.
+       * getstr.h: New file.
+
+2000-06-19  Jim Meyering  <meyering@lucent.com>
+
+       * getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
+
+2000-06-18  Jim Meyering  <meyering@lucent.com>
+
+       * mkdir.c: Remove file, due mainly to copyright incompatibility.
+       Besides, these days every porting target provides a mkdir function.
+
+       * strnlen.c: Include memory.h, string.h, and/or strings.h as needed.
+       (this snippet comes from src/system.h).
+
+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>