Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-22 | Update 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-22 | from diffutils-2.8.2. | Jim Meyering | |
2002-06-22 | Change each use of AC_CHECK_HEADERS(stdbool.h) to AC_HEADER_STDBOOL | Jim Meyering | |
2002-06-22 | New file, from diffutils-2.8.2. | Jim Meyering | |
2002-06-22 | Accommodate the slightly different diagnostic we | Jim 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-21 | Update from gettext-0.11.2. | Jim Meyering | |
2002-06-21 | *** empty log message *** | Jim Meyering | |
2002-06-21 | bump serial# | Jim Meyering | |
2002-06-21 | (jm_PREREQ_QUOTEARG): Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T. | Jim Meyering | |
2002-06-21 | Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T. | Jim Meyering | |
2002-06-21 | Update from diffutils-2.8.2. | Jim Meyering | |
2002-06-21 | Add comment, from diffutils-2.8.2. | Jim Meyering | |
2002-06-21 | *** empty log message *** | Jim Meyering | |
2002-06-21 | . | Jim Meyering | |
2002-06-21 | tiny tweaks | Jim 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-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 | |