summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-22*** empty log message ***Jim Meyering
2002-06-22(libfetish_a_SOURCES): Add exitfail.c and exitfail.h.Jim Meyering
2002-06-22New files, from diffutils-2.8.2.Jim Meyering
2002-06-22*** empty log message ***Jim Meyering
2002-06-22(libfetish_a_SOURCES): Add c-stack.c, too.Jim Meyering
2002-06-22New file, from diffutils-2.8.2.Jim Meyering
2002-06-22from diffutils-2.8.2Jim Meyering
2002-06-22(jm_PREREQ): Add jm_PREREQ_C_STACK.Jim Meyering
2002-06-22*** empty log message ***Jim Meyering
2002-06-22.Jim Meyering
2002-06-22Update from diffutils-2.8.2.Jim Meyering
2002-06-22.Jim Meyering
2002-06-22*** empty log message ***Jim Meyering
2002-06-22(jm_PREREQ_EXCLUDE): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.Jim Meyering
2002-06-22 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,Jim Meyering
now that configure.ac uses AC_GNU_SOURCE. (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
2002-06-22(libfetish_a_SOURCES): Add fnmatch_.h in place of fnmatch.h.Jim Meyering
(EXTRA_DIST): Add fnmatch_loop.c.
2002-06-22.Jim Meyering
2002-06-22*** empty log message ***Jim Meyering
2002-06-22from diffutils-2.8.2.Jim Meyering
2002-06-22Change each use of AC_CHECK_HEADERS(stdbool.h) to AC_HEADER_STDBOOLJim Meyering
2002-06-22New file, from diffutils-2.8.2.Jim Meyering
2002-06-22Accommodate the slightly different diagnostic weJim Meyering
get on some systems, due to `unlink (dir)' failing with EACCES rather than EPERM. E.g. for ReiserFS on Linux-2.4.18.
2002-06-22*** empty log message ***Jim Meyering
2002-06-21Update from gettext-0.11.2.Jim Meyering
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