Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-21 | . | Jim Meyering | |
2002-06-21 | *** empty log message *** | Jim Meyering | |
2002-06-21 | (wget-update): Checkout into config/. | Jim Meyering | |
Warn when skipping a file. | |||
2002-06-21 | *** empty log message *** | Jim Meyering | |
2002-06-21 | *** empty log message *** | Jim Meyering | |
2002-06-21 | Include sys/statvfs.h. | Jim Meyering | |
[!HAVE_SYS_STATVFS_H && !HAVE_SYS_VFS_H]: Include sys/param.h and sys/mount.h, to get decl of struct statfs on NetBSD 1.5.2. (NAMEMAX_FORMAT, STRUCT_STATVFS): Define. (HAVE_STRUCT_STATXFS_F_TYPE, SB_F_NAMEMAX): Define. Remove `static' attribute from decl of program_name. (human_fstype): Use f_basetype or f_fstypename if available. (print_human_time): Use nstrftime and an ISO format string, in place of strftime with `%c'. The latter is too locale-dependent. (print_statfs): Deal with lots of portability issues: some fields are available only with statfs, others only with statvfs, and some are available in both, but with different types. (do_statfs) [DEFAULT_FORMAT_TERSE]: Factor out. [DEFAULT_FORMAT_VERBOSE]: Likewise. | |||
2002-06-21 | . | Jim Meyering | |
2002-06-21 | *** empty log message *** | Jim Meyering | |
2002-06-21 | *** empty log message *** | Jim Meyering | |
2002-06-21 | *** empty log message *** | Jim Meyering | |
2002-06-21 | (jm_CHECK_ALL_HEADERS): Check for hurd.h. | Jim Meyering | |
2002-06-21 | Change all `preserving ...' diagnostics to | Jim Meyering | |
`failed to preserve ...' to make the failure clearer. | |||
2002-06-21 | Include hurd.h. | Jim Meyering | |
(copy_internal): Preserve the stat.st_author field. | |||
2002-06-21 | *** empty log message *** | Jim Meyering | |
2002-06-21 | (LOGIN_NAME_MAX): Define if not already defined. | Jim Meyering | |
(ID_LENGTH_MAX): Define. (ST_DM_MODE): New macro. Code moved from... (print_long_format): ...here. (print_long_format): Itemize and comment the individual parts of init_bigbuf. Use the above *_MAX macros. | |||
2002-06-20 | Change `defined(X)' syntax to `defined X' in cpp directives. | Jim Meyering | |
2002-06-19 | *** empty log message *** | Jim Meyering | |
2002-06-19 | Report an error if neither S_ISREG nor | Jim Meyering | |
S_IFREG is defined, instead of using a test specific to glibc 2.2. This should be safe, since POSIX requires S_ISREG and Unix Version 7 had S_IFREG. We don't need to check for <sys/types.h> since we don't use any symbols that it defines. | |||
2002-06-17 | Interpret a permissions string of | Jim Meyering | |
drwxr-xr-x (DOS/Windows) as meaning the cwd is not setgid. Reported by Rich Dawe. | |||
2002-06-17 | *** empty log message *** | Jim Meyering | |
2002-06-16 | use newer testing framework | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | Include <sys/types.h> before system.h. | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | ls --author | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | (jm_CHECK_ALL_TYPES): Check for st_author. | Jim Meyering | |
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. |