Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-07 | *** empty log message *** | Jim Meyering | |
2003-04-07 | (jm_PREREQ_STAT): Add prerequisites and #includes for Ultrix 4.4. | Jim Meyering | |
2003-04-02 | *** empty log message *** | Jim Meyering | |
2003-04-02 | (jm_PERL): Use $am_missing_run, not undefined $missing_dir. | Jim Meyering | |
2003-03-20 | . | Jim Meyering | |
2003-03-19 | *** empty log message *** | Jim Meyering | |
2003-03-19 | (AC_FUNC_FTW): Require AC_HEADER_STAT. | Jim Meyering | |
2003-03-19 | . | Jim Meyering | |
2003-03-19 | (jm_MACROS): Include $(EXEEXT) in DF_PROG's program | Jim Meyering | |
name, since automake only adds $(EXEEXT) to programs in its *_PROGRAMS. Arrange to compile the corresponding stub function if fchdir is missing. | |||
2003-03-18 | *** empty log message *** | Jim Meyering | |
2003-03-18 | (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT | Jim Meyering | |
test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1 systems would end up using the latter. MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting whether a file system is remote doesn't work 2) the MOUNTED_VMOUNT code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports merely /MOUNT_POINT. Reported by Mike Jetzer. | |||
2003-03-17 | *** empty log message *** | Jim Meyering | |
2003-03-17 | *** empty log message *** | Jim Meyering | |
2003-03-17 | *** empty log message *** | Jim Meyering | |
2003-03-17 | (UTILS_FUNC_DIRFD): Test the cache variable, not one | Jim Meyering | |
that is guaranteed to be `no'. Use `no_such_member' to indicate that condition, rather than `-1' which is slightly misleading. Change the name of the cache variable to have the gl_ prefix. Prompted by a patch from Richard Dawe for DJGPP. | |||
2003-03-14 | *** empty log message *** | Jim Meyering | |
2003-03-14 | (jm_PREREQ): Also forbid the gl_[A-Z] prefix. | Jim Meyering | |
Don't require jm_PREREQ_C_STACK. | |||
2003-03-14 | . | Jim Meyering | |
2003-03-14 | . | Jim Meyering | |
2003-03-14 | [from gnulib] | Jim Meyering | |
(m4_quote): New macro. (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly. | |||
2003-03-13 | *** empty log message *** | Jim Meyering | |
2003-03-13 | (jm_MACROS): Arrange to compile the corresponding stub | Jim Meyering | |
function if any of the following is missing: fchown, lstat, readlink. From Richard Dawe. | |||
2003-03-07 | . | Jim Meyering | |
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | Don't require AC_SYS_MMAP_STACK. | Jim Meyering | |
2003-03-07 | (AC_LANG_SOURCE(C)): New macro. | Jim Meyering | |
2003-03-07 | . | Jim Meyering | |
2003-03-07 | *** empty log message *** | Jim Meyering | |
2003-03-07 | (GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd. | Jim Meyering | |
2003-03-06 | undo last change | Jim Meyering | |
2003-03-06 | *** empty log message *** | Jim Meyering | |
2003-03-06 | (GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd. | Jim Meyering | |
2003-03-05 | add comment | Jim Meyering | |
2003-03-05 | fix logic error | Jim Meyering | |
2003-03-05 | #undef mkdir to avoid link errors on | Jim Meyering | |
i386-unknown-netbsdelf1.6 | |||
2003-03-05 | . | Jim Meyering | |
2003-03-05 | more variable renaming: use gl_ prefix | Jim Meyering | |
2003-03-05 | . | Jim Meyering | |
2003-03-05 | rename | Jim Meyering | |
2003-03-05 | name changes | Jim Meyering | |
add comments fix logic | |||
2003-03-05 | rename to GL_FUNC_GETCWD_PATH_MAX | Jim Meyering | |
2003-03-04 | . | Jim Meyering | |
2003-03-04 | . | Jim Meyering | |
2003-03-04 | *** empty log message *** | Jim Meyering | |
2003-03-04 | Require GL_FUNC_GETCWD_ROBUST. | Jim Meyering | |
2003-03-04 | add comment | Jim Meyering | |
2003-03-04 | *** empty log message *** | Jim Meyering | |
2003-03-04 | *** empty log message *** | Jim Meyering | |
2003-03-04 | `df /some/mount-point' no longer hangs when an unrelated hard-mount | Jim Meyering | |
is unavailable [__GLIBC__]: GNU libc's statvfs stats each mount point in /proc/mounts until it finds one with matching device number. This is unnecessary when the FILE argument *is* a mount point. No stat call is necessary in that case. So, disable the statvfs-testing code on systems with GNU libc. Reported by Andrei Gaponenko via Tim Waugh as RedHat bug# 84846. | |||
2003-02-27 | *** empty log message *** | Jim Meyering | |