Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-02-27 | (jm_PREREQ_PHYSMEM): Also check for `table' function. | Jim Meyering | |
2003-02-27 | . | Jim Meyering | |
2003-02-27 | (gl_SYS__SYSTEM_CONFIGURATION): New function. | Jim Meyering | |
(jm_PREREQ_PHYSMEM): Check for new headers and functions. Use gl_SYS__SYSTEM_CONFIGURATION. | |||
2003-02-20 | . | Jim Meyering | |
2003-02-19 | upgrade to automake-1.7.2b | Jim Meyering | |
2003-02-19 | *** empty log message *** | Jim Meyering | |
2003-02-19 | (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size | Jim Meyering | |
to 1MB, so as not to render systems with no stack size limit (e.g., linux-2.2.x) unusable. Suggestion and code from Bruno Haible. | |||
2003-02-17 | . | Jim Meyering | |
2003-02-17 | . | Jim Meyering | |
2003-02-17 | *** empty log message *** | Jim Meyering | |
2003-02-17 | (jm_PREREQ_PHYSMEM): Undo last change, since | Jim Meyering | |
Kaveh Ghazi found a better way to get the required information. Add check for sys/sysmp.h. | |||
2003-02-15 | Require AC_SYS_MMAP_STACK. | Jim Meyering | |
2003-02-15 | *** empty log message *** | Jim Meyering | |
2003-02-15 | *** empty log message *** | Jim Meyering | |
2003-02-15 | *** empty log message *** | Jim Meyering | |
2003-02-15 | Add Irix6 support to physmem.c. | Jim Meyering | |
(jm_PREREQ_PHYSMEM): Also check for sys/sysget.h and sys/sysinfo.h. Also check for sysget. | |||
2003-02-12 | *** empty log message *** | Jim Meyering | |
2003-02-12 | (ACX_C_RESTRICT): Remove #ifndef -- so now this | Jim Meyering | |
macro also checks for support when using a C++ compiler. Also, remove the test for SGI's __restrict. Suggested by Steven G. Johnson. | |||
2003-02-12 | *** empty log message *** | Jim Meyering | |
2003-02-12 | (jm_PREREQ_REGEX): Require ACX_C_RESTRICT. | Jim Meyering | |