]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 4 Dec 2004 13:32:53 +0000 (13:32 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Dec 2004 13:32:53 +0000 (13:32 +0000)
doc/ChangeLog

index 278f0155f88e1718f1f9e8c9cf98fb83bcfd3b79..35e465b116b8ecc583f29cd7c251cfbdbef7ffce 100644 (file)
@@ -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