From: Jim Meyering Date: Mon, 3 Aug 1998 03:03:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16t~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe9a639e50094094918c94eb9505e83f54d5b76;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 7434021f95..0837916ab8 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,9 @@ +1998-08-02 Jim Meyering + + * lib/linebuffer.c (readline): Return zero upon error as well as upon + end of file. From James Youngman. + Ansideclify. + 1998-08-01 Jim Meyering * src/sort.c (my_setlocale): Guard definition within #ifdef ENABLE_NLS.