]> git.ipfire.org Git - thirdparty/coreutils.git/commit
1999-02-13 Roland Huebner <rh@pelikan.cologne.de>
authorJim Meyering <jim@meyering.net>
Sun, 7 Mar 1999 13:46:22 +0000 (13:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Mar 1999 13:46:22 +0000 (13:46 +0000)
commit68bb940729365e474bb3fcad1d1be135a4e4fdcc
tree62496ba3746e486885336339f2503416db85aaeb
parent96e08503dab4607b5510bb4a0a53e36500765040
1999-02-13  Roland Huebner  <rh@pelikan.cologne.de>
* src/pr.c
(main): Redefine options -s, -w to be POSIX compliant; introduce
new options -J, -S, -W to disentangle -s and -w when used together
with the three column options;
(add_line_number): Make POSIX compliant; use default number
separator TAB with single column output.
(add_line_number): Make POSIX compliant; with multicolumn output
now prefer `text columns of equal width' rather than a consequent
use of `default n-separator TAB'.
(add_line_number): Change line number cut-off from lower-oder to
higher-oder digit to avoid loss of information; no consequent
handling exists in different utilities and other UNIXes.
(char_to_clump): Expand input text tabs to 8 spaces, if
input_tab_char doesn't equal TAB (adapted to other UNIXes).
(usage): Update POSIX compliant options -s, -w; add new options -J,
-S, -W.
(main): Update the source internal documentation.
Some smaller BUGFIXES (print_sep_string, init_header, skip_to_page,
reset_status, print_header).
src/pr.c