summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1999-03-07remove trailing blanksJim Meyering
1999-03-071999-02-13 Roland Huebner <rh@pelikan.cologne.de>Jim Meyering
* 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).
1999-03-07(getstr): Change type of `delim' parameter from char to int.Jim Meyering
(cut_fields): Cast to `unsigned char' before comparing. (main): Cast to `unsigned char' before assigning.
1999-03-07(batch_convert): Use a `%s' format in error call,Jim Meyering
in case the argument string contains a `%'.
1999-03-07(main): Use a `%s' format in error call,Jim Meyering
in case the argument string contains a `%'.
1999-03-07(FATAL_ERROR): s/s/MessageJim Meyering
1999-03-07(swallow_file_in_memory): Use a `%s' format in error call,Jim Meyering
in case the argument string contains a `%'.
1999-03-07(swallow_file_in_memory): Slurp up the whole file atJim Meyering
once on MSDOS as well, but we have to relax the test for whether reading it succeeded.
1999-03-07[__DJGPP__]: Include <io.h> and <sys/exceptn.h>.Jim Meyering
1999-03-06Include long-options.h.Jim Meyering
[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.
1999-03-04(main): Include author name argument in call to parse_long_options.Jim Meyering
1999-03-04Include long-options.hJim Meyering
[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.
1999-03-04(main): Include author name argument in call to parse_long_options.Jim Meyering
1999-03-04(main): Include author name argument in call to parse_long_options.Jim Meyering
1999-03-04Include long-options.hJim Meyering
[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.
1999-03-04(main): Include author name argument.Jim Meyering
1999-03-04Include long-options.hJim Meyering
[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.
1999-02-17(wipename): Fix string thinko. Now, shredding filesJim Meyering
in subdirectories works (dir/file). From Janos Farkas.
1999-02-16(usage): add \n\Jim Meyering
1999-02-16update copyright datesJim Meyering
1999-02-16(main): #ifdef-out unreachable code.Jim Meyering
1999-02-16update copyright datesJim Meyering
1999-02-16(usage): Add a one-line description.Jim Meyering
1999-02-16update copyright datesJim Meyering
1999-02-15*** empty log message ***Jim Meyering
1999-02-15*** empty log message ***Jim Meyering
1999-02-14(dc_parse_stream): Don't try to dereference NULLJim Meyering
if there's an error is in our built-in list.
1999-02-14(main): Set x.backup_type only if backups are requested.Jim Meyering
(cp_option_init): Initialize backup_type. (backup_type): Remove unused variable.
1999-02-09(slack_codes): Add "DOOR".Jim Meyering
(ls_codes): Add corresponding "do".
1999-02-08copyright dateJim Meyering
1999-02-08copyright dateJim Meyering
1999-02-08Include stdio.h.Jim Meyering
1999-02-08Include stdio.h.Jim Meyering
1999-02-08Include stdio.h.Jim Meyering
1999-02-08Include stdio.h.Jim Meyering
1999-02-03cpp indentJim Meyering
1999-02-03(S_ISDOOR): Define if missing.Jim Meyering
1999-02-03Handle DOOR.Jim Meyering
1999-02-03(S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR):Jim Meyering
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.
1999-02-03(print_type_indicator): Print doors as '>'.Jim Meyering
(length_of_file_name_and_frills): Account for this.
1999-02-03New version from L. Peter Deutsch.Jim Meyering
1999-01-31(do_link): Allow creation of a hard link to a danglingJim Meyering
symlink. Reported by Alexey Solovyov:
1999-01-31(main): Call chdir ("/") after chroot.Jim Meyering
Suggestion from James Youngman.
1999-01-31(print_uptime): Use the C numeric locale for sscanfJim Meyering
of /proc/uptime data, then restore.
1999-01-31(copy_internal): Describe any backup-related renamingJim Meyering
operations when in verbose mode. (copy_internal): Likewise. Based on changes from Marty Leisner.
1999-01-29Use TIME_WITH_SYS_TIME-based #if test rather thanJim Meyering
TM_IN_SYS_TIME based one (for shred).
1999-01-25(isaac_seed): Guard clock_gettime with test ofJim Meyering
HAVE_CLOCK_GETTIME, not CLOCK_REALTIME. (wipename): Rename local dirfd to dir_fd to avoid shadowing the function declared in Linux's dirent.h.
1999-01-25(usage): Remove static attribute.Jim Meyering
1999-01-25(usage): Remove static attribute.Jim Meyering
Move function be the first in the file.
1999-01-25(usage): Remove static attribute.Jim Meyering
Move function be the first in the file.