From: Jim Meyering Date: Wed, 21 Jun 2000 09:21:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf5fcd0fcf3cc28fdf1ef589ec6360428680ef6;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index daca38a327..c266073ba3 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +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.