diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-12 08:55:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-12 08:55:43 +0000 |
commit | 7f0b022e0dfdf9423e0bd3f3595c4819c5589ce4 (patch) | |
tree | 0fd0fbfb7139ac8991f5269222fd79a235602c38 /old | |
parent | 1224b48d7fed96c2beb1b294b294ec716d33a6aa (diff) | |
download | coreutils-7f0b022e0dfdf9423e0bd3f3595c4819c5589ce4.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 11 | ||||
-rw-r--r-- | old/textutils/NEWS | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e8eface0c..e9b3b9b1f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,14 @@ +2000-05-12 Jim Meyering <meyering@lucent.com> + + 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 <meyering@lucent.com> + + * tests/unexpand/basic-1: New tests. + 2000-04-17 Bruno Haible <haible@clisp.cons.org> * src/system.h [__BEOS__]: Ignore O_BINARY and O_TEXT. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 8339d059a..a60c7742a 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; |