From: Jim Meyering Date: Sat, 4 Dec 2004 13:32:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba23d0aa8d4edb5b5491c456a0a007ff18dab152;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 278f0155f8..35e465b116 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,18 @@ +2004-10-01 Paolo Bonzini + + * 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 * coreutils.texi (du invocation): Use if=/dev/null rather