Age | Commit message (Collapse) | Author |
|
|
|
* 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).
|
|
(cut_fields): Cast to `unsigned char' before comparing.
(main): Cast to `unsigned char' before assigning.
|
|
in case the argument string contains a `%'.
|
|
in case the argument string contains a `%'.
|
|
|
|
in case the argument string contains a `%'.
|
|
once on MSDOS as well, but we have to relax the test for whether
reading it succeeded.
|
|
|
|
[long_options]: Remove the "help" and "version" entries.
Remove declarations of show_help and show_version.
(main): Use parse_long_options, including author name(s).
Remove the show_version and show_help blocks.
|
|
|
|
[long_options]: Remove the "help" and "version" entries.
Remove declarations of show_help and show_version.
(main): Use parse_long_options, including author name(s).
Remove the show_version and show_help blocks.
|
|
|
|
|
|
[long_options]: Remove the "help" and "version" entries.
Remove declarations of show_help and show_version.
(main): Remove `const' attribute from dcl of argv parameter.
Call bindtextdomain and textdomain.
Use parse_long_options, including author name(s).
Remove the show_version and show_help blocks.
|
|
|
|
[long_options]: Remove the "help" and "version" entries.
(main): Use parse_long_options, including author name(s).
Remove the show_version and show_help blocks.
|
|
in subdirectories works (dir/file). From Janos Farkas.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if there's an error is in our built-in list.
|
|
(cp_option_init): Initialize backup_type.
(backup_type): Remove unused variable.
|
|
(ls_codes): Add corresponding "do".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Define to zero if not already defined.
(HAVE_SYMLINKS): Define.
(gobble_file): Remove #ifdef.
(get_link_name, make_link_path): Guard these with #if HAVE_SYMLINKS
rather than #ifdef S_ISLNK.
(print_type_indicator): Remove #ifdefs and reorganize.
(print_color_indicator): Remove #ifdefs.
(length_of_file_name_and_frills): Likewise.
|
|
(length_of_file_name_and_frills): Account for this.
|
|
|
|
symlink. Reported by Alexey Solovyov:
|
|
Suggestion from James Youngman.
|
|
of /proc/uptime data, then restore.
|
|
operations when in verbose mode.
(copy_internal): Likewise.
Based on changes from Marty Leisner.
|
|
TM_IN_SYS_TIME based one (for shred).
|
|
HAVE_CLOCK_GETTIME, not CLOCK_REALTIME.
(wipename): Rename local dirfd to dir_fd to avoid shadowing the
function declared in Linux's dirent.h.
|
|
|
|
Move function be the first in the file.
|
|
Move function be the first in the file.
|