Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-07 | * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for | Paul Eggert | |
TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3 porting problem reported by Georg Schwarz in <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>. * m4/stat-time.m4 (gl_STAT_TIME): Likewise. | |||
2005-12-02 | Mention change to jm-macros.m4. | Paul Eggert | |
2005-12-02 | (gl_MACROS): Adjust to renaming of gl_SOCKLEN_T to gl_TYPE_SOCKLEN_T. | Paul Eggert | |
2005-12-02 | Fix typo in previous log entry. | Paul Eggert | |
2005-12-02 | * (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T. | Paul Eggert | |
Use implementation from Albert Chin, with some comments/corrections by Stepan Kasal and myself. | |||
2005-12-02 | Import from gnulib. | Paul Eggert | |
2005-12-02 | (gl_REGEX): Check whether off_t can be used in a switch | Paul Eggert | |
statement, to work around an HP-UX 10.20 compiler bug reported by Peter O'Gorman. | |||
2005-11-30 | *** empty log message *** | Jim Meyering | |
2005-11-30 | (gl_FUNC_OPENAT): Require openat-priv.h. | Jim Meyering | |
2005-11-30 | *** empty log message *** | Jim Meyering | |
2005-11-30 | (gl_FUNC_OPENAT): Require and compile mkdirat.c. | Jim Meyering | |
2005-11-26 | Log today's changes. | Paul Eggert | |
2005-11-26 | no longer needed. | Paul Eggert | |
(gl_STDBOOL_H): New macro, from gnulib. (AC_HEADER_STDBOOL): Sync with gnulib. | |||
2005-11-20 | *** empty log message *** | Jim Meyering | |
2005-11-20 | Remove spurious space-before-TAB. | Jim Meyering | |
2005-11-20 | *** empty log message *** | Jim Meyering | |
2005-11-20 | (gl_EUIDACCESS_STAT): New file/macro. | Jim Meyering | |
2005-11-20 | *** empty log message *** | Jim Meyering | |
2005-11-20 | Require gl_EUIDACCESS_STAT. | Jim Meyering | |
2005-11-18 | * c.m4: New file. | Paul Eggert | |
2005-11-18 | New file, to work around bugs in AIX cc. | Paul Eggert | |
Problem reported by James Lemley. This file can go away after Autoconf 2.60 comes out. | |||
2005-11-10 | (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME | Paul Eggert | |
or gettimeofday; no longer needed. | |||
2005-11-10 | gethrxtime now uses gettime | Paul Eggert | |
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>. |