summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-07Include 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-06remove --help-style comment near topJim 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 characterJim Meyering
in place of `1', and `NULL' in place of pointer in initialization.
1998-08-30Don'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 characterJim Meyering
in place of `1', and `NULL' in place of pointer in initialization.
1998-08-30(longopts): Use corresponding short-option characterJim Meyering
in place of `1', and `NULL' in place of pointer in initialization.
1998-08-30Replace 12 and 13 with CHAR_MAX + 1 and CHAR_MAX + 2 respectively.Jim Meyering
1998-08-30(long_options): Use corresponding short-option characterJim Meyering
in place of `1', and `NULL' in place of pointer in initialization.
1998-08-30(long_options): Use corresponding short-option characterJim Meyering
in place of `1', and `NULL' in place of pointer in initialization.
1998-08-30(long_options): Use corresponding short-option characterJim Meyering
in place of `1', and `NULL' in place of opt_* pointer in initialization.
1998-08-30Don't assume ASCII in getopt arg handling.Jim Meyering
1998-08-30Don'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 lineJim 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 pointJim 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-15Add braces to suppress warning about ambiguous `else'.Jim Meyering
1998-08-14.Jim Meyering
1998-08-13Include 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
1998-08-02(change_timestamps): Add comment.Jim Meyering
1998-08-01(my_setlocale): Guard definition within #ifdef ENABLE_NLS.Jim Meyering
1998-07-30 * src/sort.c (usage): Add angle brackets to make `Report bugs...'Jim Meyering
message consistent with all the rest.
1998-07-29(NEGATION_SIGN): Renamed from NEGATIVE_SIGN to avoidJim Meyering
clash with <langinfo.h>. All uses changed. From Andreas Schwab.
1998-07-29(show_all_fs):Jim Meyering
Revert to boolean value; the old negative value is now in show_local_fs. (show_local_fs): New variable. (show_dev): New args me_dummy and me_class. Use show_local_fs and boolean show_all_fs in combination with these new args to decide whether to show a device. (show_disk): Pass flags to show_dev. (show_point): Use a non-dummy mount entry if possible. (show_all_entries): Pass flags to show_dev. (main): --local sets show_local_fs now. Ask for file system types if show_local_fs is nonzero, since ME_REMOTE might need them. From Paul.
1998-07-27Make copy create each destination file initiallyJim Meyering
with mode 0600 so strip will work, then apply specified mode. Arne Henrik Juul reported that `./ginstall -s -c -m 555 dd /tmp' failed.
1998-07-26Convert some char* dcls to `unsigned char*' and remove a cast --Jim Meyering
to placate irix4's cc.
1998-07-26(check_punctuation): Add cast to placate irix4's cc. Reported by Kaveh Ghazi.Jim Meyering
1998-07-26(split_3): Add cast to placate irix4's cc. From Kaveh Ghazi.Jim Meyering
1998-07-26(chown): Remove unused definition.Jim Meyering
Reported by Kaveh Ghazi.
1998-07-26(cut_fields): Honor new --output-delimiter option.Jim Meyering
(main): Fix handling of --delimiter='' (-d ''). Until now, it has never worked as advertised. I guess no one tried it.
1998-07-26(main): Stat all non-`-' input file files (and fail if aJim Meyering
stat fails) when an output file is specified by `-o' but doesn't exist.
1998-07-26(main): rmdir fails with EEXIST on some systems.Jim Meyering
Handle that, so --ignore-fail-on-non-empty works. (EEXIST): Define to zero if not defined. (ENOTEMPTY): Likewise.
1998-07-25(SAME_INODE): Define it here instead.Jim Meyering
1998-07-25(SAME_INODE): Remove definition.Jim Meyering