summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-08-02.Jim Meyering
1998-08-02.Jim Meyering
1998-08-02.Jim Meyering
1998-08-02*** empty log message ***Jim Meyering
1998-08-02*** empty log message ***Jim Meyering
1998-08-02.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-02*** empty log message ***Jim Meyering
1998-08-02Use hack to avoid having to put #undef HAVE_ST_MTIM in acconfig.h manually.Jim Meyering
1998-08-02tweak indentationJim Meyering
1998-08-02from Paul EggertJim Meyering
1998-08-02*** empty log message ***Jim Meyering
1998-08-01.Jim Meyering
1998-08-01(my_setlocale): Guard definition within #ifdef ENABLE_NLS.Jim Meyering
1998-07-30Avoid broken pipe message for tests that fail with usage errors.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*** empty log message ***Jim Meyering
1998-07-29(NEGATION_SIGN): Renamed from NEGATIVE_SIGN to avoidJim Meyering
clash with <langinfo.h>. All uses changed. From Andreas Schwab.
1998-07-29Avoid broken pipe for 'y' and 'z' tests.Jim Meyering
From Andreas.
1998-07-29*** empty log message ***Jim Meyering
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-29Remove duplicate include of <stdio.h>.Jim Meyering
1998-07-29(struct mount_entry):Jim Meyering
New members me_dummy, me_remote. (read_filesystem_list): Remove all_fs argument. (REMOTE_FS_TYPE): Remove. (ME_DUMMY, ME_REMOTE): New macros. From Paul.
1998-07-29(read_filesystem_list): Remove all_fsJim Meyering
argument, but put the necessary information into the result so that the caller can ignore filesystems that he's not interested in. From Paul.
1998-07-28*** empty log message ***Jim Meyering
1998-07-28*** empty log message ***Jim Meyering
1998-07-28Undef stat.Jim Meyering
1998-07-27*** empty log message ***Jim Meyering
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-27.Jim Meyering
1998-07-27(TESTS_ENVIRONMENT): Set LS, MKDIR, and RM.Jim Meyering
1998-07-27use ls to check the permissionsJim Meyering
1998-07-27Test stripping an executable that eventually will be made unwritable.Jim Meyering
1998-07-26*** empty log message ***Jim Meyering
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.Jim Meyering
1998-07-26.Jim Meyering
1998-07-26Add tests for new --output-delimiter option,Jim Meyering
as well as for NUL input delimiter (--delimiter='').
1998-07-26.Jim Meyering
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*** empty log message ***Jim Meyering
1998-07-26.Jim Meyering