From: Jim Meyering Date: Mon, 28 Jan 2002 06:30:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_21~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d34812b7421142d310e494d3028a6a8d5b2bbc1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2cc21405e4..ada49d3035 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,11 @@ -2002-01-27 Jim Meyering +2002-01-28 Jim Meyering * Version 2.0.21. + * configure.ac (ALL_LINGUAS): Add the bokmål dialect of Norwegian (nb). + +2002-01-27 Jim Meyering + tail -n +2 would perform an extra read after encountering EOF * src/tail.c (start_lines): Detect EOF, inform caller. (tail_lines): Upon EOF in start_lines, return immediately.