Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-06 | *** empty log message *** | Jim Meyering | |
2003-05-06 | (GL_FUNC_GETCWD_PATH_MAX): Check for the | Jim Meyering | |
declaration of getcwd *before* checking for the getcwd kernel bug. Otherwise, configure-time `checking ...' messages would be intermixed. | |||
2003-05-02 | . | Jim Meyering | |
2003-05-02 | *** empty log message *** | Jim Meyering | |
2003-05-02 | bump serial number | Jim Meyering | |
2003-05-02 | (jm_MACROS): Require GL_FUNC_READDIR. | Jim Meyering | |
2003-05-02 | (GL_FUNC_READDIR): Revive dead file. Change name to | Jim Meyering | |
have GL_ (not jm_) prefix. Adjust cache variables similarly. Create 500 rather than just 300 files, to exercise bug on Darwin6.5, too. | |||
2003-05-02 | revive dead file | Jim Meyering | |
2003-04-25 | *** empty log message *** | Jim Meyering | |
2003-04-25 | (GL_FUNC_GETCWD_PATH_MAX): If PATH_MAX | Jim Meyering | |
is not defined, don't run the test, and don't use the wrapper. Otherwise, on the Hurd, it would take a long time to create and remove a hierarchy about 4000 levels deep. Based on a patch from Robert Millan. | |||
2003-04-24 | . | Jim Meyering | |
2003-04-22 | Change an occurrence of [ \t] to [\t ]. | Jim Meyering | |
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 | |