From: Jim Meyering Date: Fri, 12 May 2000 08:55:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0s~65 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7f0b022e0dfdf9423e0bd3f3595c4819c5589ce4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e8eface0cd..e9b3b9b1f6 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,14 @@ +2000-05-12 Jim Meyering + + New option: --first-only + * src/unexpand.c (anonymous enum) [CONVERT_FIRST_ONLY_OPTION]: Define. + (long_options): Add `first-only'. + (main): Handle new option. + +2000-05-11 Jim Meyering + + * tests/unexpand/basic-1: New tests. + 2000-04-17 Bruno Haible * src/system.h [__BEOS__]: Ignore O_BINARY and O_TEXT. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 8339d059a1..a60c7742ab 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,6 @@ Changes in release 2.1 +[2.0f] +* unexpand accepts new option: --first-only [2.0e] * `tail -f directory' no longer gets a failed assertion * sort: big performance improvement when sorting many small files;