summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1998-09-19update bug-reporting addressJim Meyering
1998-09-19(main): Revamp option processing, again.Jim Meyering
1998-09-19update bug-reporting addressJim Meyering
1998-09-19(program_name): Declare *not* to be const.Jim Meyering
1998-09-19update bug-reporting addressJim 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
1998-09-07(print_dir_name): Put back.Jim Meyering
1998-09-07Include posixtm.h.Jim Meyering
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
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
1998-08-30(longopts): Use corresponding short-option characterJim Meyering
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
1998-08-30(long_options): Use corresponding short-option characterJim Meyering
1998-08-30(long_options): Use corresponding short-option characterJim Meyering
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
1998-08-29(print_dir_name): Remove global variable.Jim Meyering
1998-08-26(dc_parse_stream): Don't segfault when a lineJim Meyering
1998-08-16(do_move): Fail upon attempt to move a directory into itself.Jim Meyering
1998-08-15(copy_internal) [one-file-system]: Do copy mount pointJim Meyering
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
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
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
1998-07-29(NEGATION_SIGN): Renamed from NEGATIVE_SIGN to avoidJim Meyering
1998-07-29(show_all_fs):Jim Meyering
1998-07-27Make copy create each destination file initiallyJim Meyering
1998-07-26Convert some char* dcls to `unsigned char*' and remove a cast --Jim Meyering
1998-07-26(check_punctuation): Add cast to placate irix4's cc. Reported by Kaveh Ghazi.Jim Meyering