summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-12 08:55:43 +0000
committerJim Meyering <jim@meyering.net>2000-05-12 08:55:43 +0000
commit7f0b022e0dfdf9423e0bd3f3595c4819c5589ce4 (patch)
tree0fd0fbfb7139ac8991f5269222fd79a235602c38 /old/textutils
parent1224b48d7fed96c2beb1b294b294ec716d33a6aa (diff)
downloadcoreutils-7f0b022e0dfdf9423e0bd3f3595c4819c5589ce4.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog11
-rw-r--r--old/textutils/NEWS2
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;