diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-04 13:37:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-04 13:37:59 +0000 |
commit | 046287ab0f1358c7778d936c163b35412cb64779 (patch) | |
tree | 014e6b90c4fc533647dd6fefdb3944a2f78bce49 /ChangeLog | |
parent | f049ac4acc1a01624081766067b0091705a1fb03 (diff) | |
download | coreutils-046287ab0f1358c7778d936c163b35412cb64779.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2004-10-01 Paolo Bonzini <bonzini@gnu.org> + + * cut.c (complement, COMPLEMENT_OPTION): New. + (longopts): Add --complement. + (usage): Say not that -b, -c, and -f `print' fields, + but rather that they `select' fields for printing. + Describe the new --complement option. + (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. + 2004-12-03 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.0. |