Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-30 | Trivial changes to support SCO systems. | Paul Eggert | |
2005-10-30 | (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well as PATH_MAX. | Paul Eggert | |
Revamp wording and local variables to suggest the intended function of the PATH_MAX check. | |||
2005-10-30 | (gl_FUNC_FPENDING): Correct check for SCO systems, | Paul Eggert | |
where __ptr is null when no I/O is pending. | |||
2005-10-23 | *** empty log message *** | Jim Meyering | |
2005-10-23 | Add gl_SHA256 and gl_SHA512. | Jim Meyering | |
2005-10-23 | . | Jim Meyering | |
2005-10-07 | * stdbool.m4 (AC_HEADER_STDBOOL): Add an "#ifdef __xlc__" test. | Paul Eggert | |
2005-10-07 | (AC_HEADER_STDBOOL): Add an "#ifdef __xlc__" test, | Paul Eggert | |
since yesterday's attempt didn't work. | |||
2005-10-06 | Generalize the patch for the AIX bool bug. | Paul Eggert | |
2005-10-06 | (AC_HEADER_STDBOOL): Check that bool | Paul Eggert | |
promotes to int, not unsigned int, to catch the AIX 5.3 compiler bug. | |||
2005-10-02 | *** empty log message *** | Jim Meyering | |
2005-10-02 | (gl_FUNC_CHDIR_LONG): Compare $gl_have_path... | Jim Meyering | |
against `yes', rather than just testing for nonempty. | |||
2005-10-01 | Include sys/types.h for sys/socket.h, on FreeBSD and Darwin. | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | (gl_PREREQ_GETADDRINFO): Use AC_GNU_SOURCE, | Jim Meyering | |
GNU declares only getaddrinfo as an (POSIX) extension. Check for sys/types.h, sys/socket.h, and netdb.h too, needed by getaddrinfo.h. Check if getaddrinfo, freeaddrinfo and gai_strerror are declared by the POSIX headers. Check if struct addrinfo is declared. | |||
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | (gl_GETADDRINFO): Look for getservbyname in these | Jim Meyering | |
libraries [inet nsl socket xnet]. Nelson Beebe reported that with native cc on Solaris 7, getaddrinfo.c requires -lsocket. | |||
2005-09-30 | *** empty log message *** | Jim Meyering | |
2005-09-30 | (gl_FUNC_OPENAT): Check for fdopendir. | Jim Meyering | |
2005-09-28 | (gl_ULLONG_MAX): Simplify so that it merely | Paul Eggert | |
defines ULONG_MAX_LT_ULLONG_MAX. Thomas M.Ott reports that ULLONG_MAX doesn't work with 2.7.2.1. | |||
2005-09-26 | *** empty log message *** | Jim Meyering | |
2005-09-26 | (gl_FUNC_UTIMES): Detect the version of utimes | Jim Meyering | |
from glibc-2.2.5 that fails for read-only files. | |||
2005-09-25 | * jm-macros.m4 (gl_MACROS): Check for fchmod and fchown. | Paul Eggert | |
2005-09-25 | (gl_MACROS): Check for fchmod and fchown. | Paul Eggert | |
2005-09-24 | * mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. | Paul Eggert | |
2005-09-24 | (gl_MBCHAR): Check for wchar.h and wctype.h, and | Paul Eggert | |
don't compile mbchar.c unless both headers exist. See <http://lists.gnu.org/archive/html/bug-gnulib/2005-09/msg00242.html>. | |||
2005-09-24 | *** empty log message *** | Jim Meyering | |
2005-09-24 | (gl_GETADDRINFO): Check for gethostbyname | Jim Meyering | |
in the inet and nsl libraries. Required on Solaris 5.7. | |||
2005-09-23 | Log recent changes. | Paul Eggert | |
2005-09-23 | (gl_REGEX): If replacing, define regcomp to rpl_regcomp, | Paul Eggert | |
and similarly for the other external symbols. Problem reported by James Gallager. | |||
2005-09-23 | *** empty log message *** | Jim Meyering | |
2005-09-23 | (gl_MACROS): Don't require gl_CHECK_TYPE_STRUCT_UTIMBUF. | Paul Eggert | |
(gl_CHECK_ALL_HEADERS): Don't check for utime.h. | |||
2005-09-23 | Update copyright. | Paul Eggert | |
2005-09-23 | (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux | Paul Eggert | |
bug reported by Jim Meyering. | |||
2005-09-23 | *** empty log message *** | Jim Meyering | |
2005-09-23 | (gl_MACROS): AC_REQUIRE([gl_SOCKLEN_T]) here, | Jim Meyering | |
now that it's no longer required by getaddrinfo.m4. | |||
2005-09-23 | not needed, since socklen is a prerequisite module. | Paul Eggert | |
2005-09-23 | * lib/utimens.c (futimens): Use futimesat if available. | Paul Eggert | |
Prefer it to futimes since it doesn't have the futimes bug. * m4/utimens.m4 (gl_UTIMENS): Check for futimesat. | |||
2005-09-23 | *** empty log message *** | Jim Meyering | |
2005-09-23 | *** empty log message *** | Jim Meyering | |
2005-09-23 | from gnulib | Jim Meyering | |
2005-09-23 | (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T. | Jim Meyering | |
2005-09-23 | (gl_PREREQ_GETADDRINFO): Check for netinet/in.h. | Paul Eggert | |
2005-09-22 | Sync from gnulib. | Paul Eggert | |
2005-09-22 | (gl_PREREQ): Require gl_FUNC_GETLINE rather than | Paul Eggert | |
AM_FUNC_GETLINE. Require gl_FUNC_GETPASS_GNU rather than gl_FUNC_GETPASS. Require gl_MBCHAR and gl_MBITER. | |||
2005-09-22 | no longer needed. | Paul Eggert | |
(gl_CHECK_ALL_HEADERS): Don't check for memory.h, mntent.h, mnttab.h, netdb.h, stdlib.h, stdint.h, string.h, sys/filsys.h, sys/fs/s5param.h, sys/fs_types.h, sys/fstyp.h, sys/mntent.h, sys/socket.h, sys/stafs.h, sys/timeb.h, unistd.h. No longer needed. | |||
2005-09-22 | (_gl_DECL_HEADERS): Don't bother checking for | Paul Eggert | |
standard C headers, or for headers we no longer use. | |||
2005-09-22 | Nontrivial sync from gnulib. | Paul Eggert | |
2005-09-22 | Remove; no longer used. | Paul Eggert | |