summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-21*** empty log message ***Jim Meyering
2002-06-21bump serial#Jim Meyering
2002-06-21(jm_PREREQ_QUOTEARG): Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.Jim Meyering
2002-06-21Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.Jim Meyering
2002-06-21Update from diffutils-2.8.2.Jim Meyering
2002-06-21Add comment, from diffutils-2.8.2.Jim Meyering
2002-06-21*** empty log message ***Jim Meyering
2002-06-21.Jim Meyering
2002-06-21tiny tweaksJim Meyering
2002-06-21(stat invocation): New section. From Michael Meskes.Jim Meyering
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-21Include 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-21Change all `preserving ...' diagnostics toJim Meyering
`failed to preserve ...' to make the failure clearer.
2002-06-21Include 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-20Change `defined(X)' syntax to `defined X' in cpp directives.Jim Meyering
2002-06-19*** empty log message ***Jim Meyering
2002-06-19Report an error if neither S_ISREG norJim 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-17Interpret a permissions string ofJim 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-16use newer testing frameworkJim Meyering
2002-06-15*** empty log message ***Jim Meyering
2002-06-15Include <sys/types.h> before system.h.Jim Meyering
2002-06-15*** empty log message ***Jim Meyering
2002-06-15ls --authorJim 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-15use trap stuff from sample-testJim Meyering
2002-06-15use trap stuff from sample-testJim Meyering
2002-06-15now that $tmp has two components, use mkdir's -p option to create itJim Meyering
2002-06-15now that $tmp has two components, use mkdir's -p option to create itJim Meyering
2002-06-15use trap stuff from sample-testJim Meyering
2002-06-15use trap stuff from sample-testJim Meyering
2002-06-15*** empty log message ***Jim Meyering
2002-06-15(trap): in chmod, use u+rwx, not 700Jim Meyering
2002-06-15*** empty log message ***Jim Meyering