Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-15 | (st_author) [! HAVE_STRUCT_STAT_ST_AUTHOR]: New macro. | Jim Meyering | |
(print_author): New var. (AUTHOR_OPTION): New enum val. (long_options, decode_switches, print_long_format, usage): Support --author. (format_user): New function. (print_long_format): Use it. Make print buffer a bit bigger. | |||
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | (ls invocation): Document new option: --author. | Jim Meyering | |
2002-06-15 | use trap stuff from sample-test | Jim Meyering | |
2002-06-15 | use trap stuff from sample-test | Jim Meyering | |
2002-06-15 | now that $tmp has two components, use mkdir's -p option to create it | Jim Meyering | |
2002-06-15 | now that $tmp has two components, use mkdir's -p option to create it | Jim Meyering | |
2002-06-15 | use trap stuff from sample-test | Jim Meyering | |
2002-06-15 | use trap stuff from sample-test | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | (trap): in chmod, use u+rwx, not 700 | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | (trap): Make sure the temporary hierarchy is writable before removing it. | Jim Meyering | |
2002-06-15 | Use better trap. | Jim Meyering | |
trap 'status=$?; cd $pwd; chmod -R 700 $t0; rm -rf $t0 && exit $status' 0 | |||
2002-06-15 | Use quoted here doc by default, | Jim Meyering | |
so e.g., backticks don't need to be escaped. | |||
2002-06-15 | (TESTS): Add perm-1. | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | . | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | (lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t, | Jim Meyering | |
so that each temporary file name is unique and valid in the first 8 characters, for operation under DOS. | |||
2002-06-15 | (FILE_TYPE_H): Guard entire contents with #ifndef. | Jim Meyering | |
For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h> have been included before this file. | |||
2002-06-15 | For GNU libc 2.2 and newer, ensure that <sys/types.h> | Jim Meyering | |
has been included before this file. | |||
2002-06-15 | . | Jim Meyering | |
2002-06-15 | Change temp file names to accommodate DOS 8.3 file name limitation. | Jim Meyering | |
2002-06-15 | Change temp. file name: s/\.err/_err/, for DOS. | Jim Meyering | |
2002-06-15 | Change temp file names to accommodate DOS 8.3 file name limitation. | Jim Meyering | |
2002-06-15 | Remove leading `.' from temp. names. | Jim Meyering | |
2002-06-15 | Change temp file names to accommodate DOS 8.3 file name limitation. | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK is defined. | Jim Meyering | |
2002-06-15 | (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK is defined. | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | (S_ISNAM): Add to list of S_IS* macros. | Jim Meyering | |
Rearrange #if directives for each S_IS macro. From diffutils-2.8.2. | |||
2002-06-14 | *** empty log message *** | Jim Meyering | |
2002-06-14 | Use the version from diffutils-2.8.2. | Jim Meyering | |
2002-06-13 | update from master sources | Jim Meyering | |
2002-06-12 | tweak expected message | Jim Meyering | |
2002-06-12 | (do_move): Give one diagnostic, not two, when unable to | Jim Meyering | |
unlink a destination file. This bug was introduced in fileutils-3.16l. $ /bin/mv /etc/passwd /tmp /bin/mv: cannot unlink `/etc/passwd': Permission denied /bin/mv: cannot remove `/etc/passwd': Permission denied [Exit 1] | |||
2002-06-12 | (rm): Fix typo in assertion. | Jim Meyering | |
2002-06-07 | tweak output: s/ directory// | Jim Meyering | |
2002-06-07 | *** empty log message *** | Jim Meyering | |
2002-06-07 | Also accept the permission-denied diagnostic | Jim Meyering | |
issued by some losing systems. Reported by Volker Borchert. | |||
2002-06-07 | . | Jim Meyering | |
2002-06-07 | *** empty log message *** | Jim Meyering | |
2002-06-07 | (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h. | Jim Meyering | |
They're needed at least for NetBSD 1.5.2. ($statxfs_includes): Include those same headers. ($statxfs_includes): Include sys/vfs.h if available. ($statxfs_includes): Likewise for sys/statvfs.h. Check for the following members in both structs statfs and statvfs: f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen. | |||
2002-06-07 | *** empty log message *** | Jim Meyering | |
2002-06-07 | (remove_entry): Use DT_IS_DIR only if | Jim Meyering | |
HAVE_STRUCT_DIRENT_D_TYPE is defined. | |||
2002-06-06 | . | Jim Meyering | |
2002-06-03 | *** empty log message *** | Jim Meyering | |