summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1998-07-26*** empty log message ***Jim Meyering
1998-07-26Add two tests. `sort -o no-file no-file' didn't fail.Jim Meyering
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*** empty log message ***Jim Meyering
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*** empty log message ***Jim Meyering
1998-07-25Remove `diff' I'd put in for debugging.Jim Meyering
Exit with the status from cmp.
1998-07-25*** empty log message ***Jim Meyering
1998-07-25Skip three more unportable tests. These failed on SunOS4.1.4.Jim Meyering
1998-07-25*** empty log message ***Jim Meyering
1998-07-25*** empty log message ***Jim Meyering
1998-07-25.Jim Meyering
1998-07-25(SAME_INODE): Define it here instead.Jim Meyering
1998-07-25(SAME_INODE): Remove definition.Jim Meyering
1998-07-25.Jim Meyering
1998-07-25(same_file): New functionJim Meyering
(remove_dir): Use it to give a better diagnostic when rmdir fails because it can't remove the current directory.
1998-07-25(long_options): Changes table entries not to use this form:Jim Meyering
{"all", no_argument, &show_all_fs, 1}, but rather this form: {"all", no_argument, NULL, 'a'}, Using the latter, all the option handling in one place: the getopt loop.
1998-07-25Use PARAMS macro.Jim Meyering
1998-07-25(xatoi): Ansideclify.Jim Meyering
(fstype_to_string): Ansideclify.
1998-07-25(REMOTE_FS_TYPE): New macro.Jim Meyering
1998-07-25(read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string.Jim Meyering
(fsp_to_string): Don't xmalloc return value (yet).
1998-07-25(read_filesystem_list): If all_fs is negative, omit non-local filesytems.Jim Meyering
From Paul Eggert.
1998-07-25(show_dev): Omit local devices if show_all_fs is negative.Jim Meyering
(show_all_fs): If negative, omit non-local filesystems. All uses of (all_fs != 0) changed to (all_fs > 0). (long_options, usage, main): Add -l or --local option. (main): When asking for df of an explicit file name, get all the mount points, so that we're more likely to find it when we look it up.
1998-07-25.Jim Meyering
1998-07-25.Jim Meyering
1998-07-25(utime_now): Moved into m4/utimes.m4.Jim Meyering
(touch) [!HAVE_UTIME_NULL]: Remove #ifdef and use of utime_now in if-block.
1998-07-25.Jim Meyering
1998-07-25*** empty log message ***Jim Meyering
1998-07-22.Jim Meyering
1998-07-22(human_readable): amt -> damt, to fix typo whenJim Meyering
computing which power to use after overflow occurs during multiplication. From Paul Eggert.
1998-07-22*** empty log message ***Jim Meyering
1998-07-22Include <stdio.h> if NDEBUG is not defined; needed on SunOS 4.Jim Meyering
From Paul Eggert.
1998-07-20.Jim Meyering
1998-07-20.Jim Meyering
1998-07-20.Jim Meyering
1998-07-20*** empty log message ***Jim Meyering
1998-07-19(copy_internal): Add another exclusion from theJim Meyering
sameness test: when --force has been specified, the destination is unlinked before any copy. (copy_internal): Add yet another: when both src and dest are symlinks.
1998-07-18*** empty log message ***Jim Meyering
1998-07-18*** empty log message ***Jim Meyering
1998-07-18*** empty log message ***Jim Meyering
1998-07-18.Jim Meyering
1998-07-18(TESTS): Add into-self-2.Jim Meyering