Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-04 | (split_3): Rename local variable, to `escaped_filename'. | Jim Meyering | |
(main): Output the leading backslash not just when there's a newline in the file name, but also when there's a backslash. | |||
1998-10-03 | (main): Update to use new version of posixtime. | Jim Meyering | |
1998-09-28 | (copy_internal): Do honor `n' reply in move-mode. | Jim Meyering | |
Otherwise, `touch a b; echo n|mv -i a b' would remove b. From Bernd Leibing. | |||
1998-09-28 | (main): Decrement optind when we find an `option' that | Jim Meyering | |
looks like -N. Reported by Clark Morgan. | |||
1998-09-27 | (copy_internal): Don't preserve hard-linked directories | Jim Meyering | |
to avoid damaging the destination filesystem when copying from a Netapp snapshot directory. With code from Kjetil Torgrim Hollstein and Paul Eggert. | |||
1998-09-26 | factor.c | Jim Meyering | |
1998-09-20 | (install_file_to_path) [-D]: Create any leading | Jim Meyering | |
directories with permissions of 0755. | |||
1998-09-20 | (install_file_to_path): Copy the file after creating any leading directories. | Jim Meyering | |
(main) [case 'v']: Set `x.verbose' to 1, not 0. | |||
1998-09-19 | update bug-reporting address | Jim Meyering | |
1998-09-19 | (main): Revamp option processing, again. | Jim Meyering | |
stty couldn't parse some of its options. | |||
1998-09-19 | update bug-reporting address | Jim Meyering | |
1998-09-19 | (program_name): Declare *not* to be const. | Jim Meyering | |
1998-09-19 | update bug-reporting address | Jim Meyering | |
1998-09-12 | (remove_cwd_entries): Declare to be static. | Jim Meyering | |
1998-09-07 | (show_dev) [!posix_format]: When using --print-type, | Jim Meyering | |
let the device path and the file system type share a single (wider) field if their combined lengths allow it. From Andries Brouwer. | |||
1998-09-07 | (print_dir_name): Put back. | Jim Meyering | |
(print_dir): Also print directory name header if print_dir_name is true. | |||
1998-09-07 | Include posixtm.h. | Jim Meyering | |
(usage): Correct the description of the format of the date string argument to -t option. (main): Update to use rewritten posixtime function. Reported by Andries Brouwer. | |||
1998-09-06 | remove --help-style comment near top | Jim Meyering | |
1998-08-30 | (ST_TIME_CMP_NS, ATIME_CMP, CTIME_CMP, MTIME_CMP): Use new ST_MTIM_NSEC macro. | Jim Meyering | |
1998-08-30 | (longopts): Use corresponding short-option character | Jim Meyering | |
in place of `1', and `NULL' in place of pointer in initialization. | |||
1998-08-30 | Don't assume ASCII. | Jim Meyering | |
1998-08-30 | (longopts): Don't assume ASCII. | Jim Meyering | |
1998-08-30 | (long_options): Replace 12 with CHAR_MAX + 1. | Jim Meyering | |
1998-08-30 | (long_options): Replace 12 with CHAR_MAX + 1. | Jim Meyering | |
1998-08-30 | (longopts): Use corresponding short-option character | Jim Meyering | |
in place of `1', and `NULL' in place of pointer in initialization. | |||
1998-08-30 | (longopts): Use corresponding short-option character | Jim Meyering | |
in place of `1', and `NULL' in place of pointer in initialization. | |||
1998-08-30 | Replace 12 and 13 with CHAR_MAX + 1 and CHAR_MAX + 2 respectively. | Jim Meyering | |
1998-08-30 | (long_options): Use corresponding short-option character | Jim Meyering | |
in place of `1', and `NULL' in place of pointer in initialization. | |||
1998-08-30 | (long_options): Use corresponding short-option character | Jim Meyering | |
in place of `1', and `NULL' in place of pointer in initialization. | |||
1998-08-30 | (long_options): Use corresponding short-option character | Jim Meyering | |
in place of `1', and `NULL' in place of opt_* pointer in initialization. | |||
1998-08-30 | Don't assume ASCII in getopt arg handling. | Jim Meyering | |
1998-08-30 | Don't assume ASCII. | Jim Meyering | |
1998-08-30 | (CHAR_MIN, CHAR_MAX): | Jim Meyering | |
Renamed from SCHAR_MIN, SCHAR_MAX, since these macros apply to char, not signed char. | |||
1998-08-29 | (print_dir_name): Remove global variable. | Jim Meyering | |
(print_dir): When trace_dirs is set, always print the directory name header. | |||
1998-08-26 | (dc_parse_stream): Don't segfault when a line | Jim Meyering | |
contains only one token. Reported by Olav Morkrid. | |||
1998-08-16 | (do_move): Fail upon attempt to move a directory into itself. | Jim Meyering | |
With prodding from François Pinard :-) | |||
1998-08-15 | (copy_internal) [one-file-system]: Do copy mount point | Jim Meyering | |
directories (but none of their entries). This makes `cp --one-file-system' work the same way tar does. From Marty Leisner. | |||
1998-08-15 | (qmark_funny_chars): Add comment from Paul eggert. | Jim Meyering | |
1998-08-15 | (usage): Reformat a little. | Jim Meyering | |
1998-08-15 | (long_options): Add long names for all options. | Jim Meyering | |
(usage): Update help string. (main): Handle the special options --pages and --columns. | |||
1998-08-15 | Add braces to suppress warning about ambiguous `else'. | Jim Meyering | |
1998-08-14 | . | Jim Meyering | |
1998-08-13 | Include filemode.h. | Jim Meyering | |
1998-08-11 | *** empty log message *** | Jim Meyering | |
1998-08-11 | (usage): Correct description. Reported by John Murphy. | Jim Meyering | |
1998-08-02 | (re_protect): Add comment. | Jim Meyering | |
1998-08-02 | (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP, MTIME_CMP): New macros. | Jim Meyering | |
1998-08-02 | (copy_internal): Compare time stamps with subsecond resolution if available. | Jim Meyering | |
1998-08-02 | (compare_ctime, rev_cmp_ctime, compare_mtime, | Jim Meyering | |
rev_cmp_mtime, compare_atime, rev_cmp_atime): Compare time stamps with subsecond resolution if available. | |||
1998-08-02 | (touch): Add comment. | Jim Meyering | |