]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 12 May 2000 08:55:43 +0000 (08:55 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 May 2000 08:55:43 +0000 (08:55 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index e8eface0cdc304af4e479243a486f6f44e469177..e9b3b9b1f6f7d8b5cf954bbcb2185395104b0dda 100644 (file)
@@ -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.
index 8339d059a1a55a0d4d3bd9ebc8b6cbcc0c6baeb1..a60c7742ab9fd30d24a5339272b86863a580bc15 100644 (file)
@@ -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;