]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(usage): Say "blanks" instead of "whitespace",
authorJim Meyering <jim@meyering.net>
Thu, 4 Sep 2003 22:12:59 +0000 (22:12 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Sep 2003 22:12:59 +0000 (22:12 +0000)
commit70293df29adb3da35e14b212eff9a9c1fc2bdd2f
tree596d146836998334b2d8081902090e670ea11cb6
parent6503d273a2448176868ec13250e38dba223ae3c7
(usage): Say "blanks" instead of "whitespace",
Similar fixes for many comments.
(TAB_DEFAULT): New constant, so that we can support NUL as
the field separator.
(tab): Now int, not char.  Initialize to TAB_DEFAULT.
(specify_sort_size): If multiple sizes are specified, use the largest.
(begfield, limfield): Support NUL tab char.
(set_ordering): Do not let -i override -d.
(main): Report an error if incompatible -o or -t options are given.
Report an error for "-t ''".  Allow "-t '\0'" to specify a NUL tab.
src/sort.c