X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FChangeLog;h=c266073ba3ed22a19d6feaa0875d5c95263a183e;hb=3bf5fcd0fcf3cc28fdf1ef589ec6360428680ef6;hp=94b1f1f45e2783df4fd2c24bda41e748cc7dc479;hpb=825548e25793fe043c31a8c71975eb958b7cc53f;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 94b1f1f45..c266073ba 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,11 +1,27 @@ +2000-06-21 Jim Meyering + + * 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 + + * getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define. + 2000-06-18 Jim Meyering + * 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). - * 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.