summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-04 13:32:53 +0000
committerJim Meyering <jim@meyering.net>2004-12-04 13:32:53 +0000
commitba23d0aa8d4edb5b5491c456a0a007ff18dab152 (patch)
tree5e0a8ffe4f4ac873b6a072f56c5f8dfe68b55df6 /doc/ChangeLog
parent7380cf792aa35b9328519c5f374036d5260704cb (diff)
downloadcoreutils-ba23d0aa8d4edb5b5491c456a0a007ff18dab152.tar.xz
*** empty log message ***
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 278f0155f..35e465b11 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,18 @@
+2004-10-01 Paolo Bonzini <bonzini@gnu.org>
+
+ * cut.c (complement, COMPLEMENT_OPTION): New.
+ (longopts): Add --complement.
+ (usage): Change text for -b, -c, -f to use "select"
+ instead of "print". Add text for --complement.
+ (mark_range_start): Extracted from set_fields.
+ (print_kth): Support --complement.
+ (compare_ranges): New function.
+ (set_fields): Rewrite the part that populates range_start_ht,
+ merging it with the part that populates printable_field.
+ (main): Handle --complement.
+ * doc/coreutils.texi (cut): Document --complement and
+ adjust the documentation of -b, -c, -f.
+
2004-11-27 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi (du invocation): Use if=/dev/null rather