summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2005-12-14Require gl_FPRINTFTIME.Jim Meyering
2005-12-14One other stdbool.m4 change.Paul Eggert
2005-12-14(AM_STDBOOL_H): Substitue HAVE__BOOL again, revertingPaul Eggert
2005-11-25 change.
2005-12-13(AC_HEADER_STDBOOL): Check for buggy compiler thatPaul Eggert
has _Bool but mishandles _Bool |= _Bool.
2005-12-07* lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check forPaul 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-02Mention 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-02Fix 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-02Import from gnulib.Paul Eggert
2005-12-02(gl_REGEX): Check whether off_t can be used in a switchPaul 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-26Log today's changes.Paul Eggert
2005-11-26no 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-20Remove 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-20Require gl_EUIDACCESS_STAT.Jim Meyering
2005-11-18* c.m4: New file.Paul Eggert
2005-11-18New 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_TIMEPaul Eggert
or gettimeofday; no longer needed.
2005-11-10gethrxtime now uses gettimePaul Eggert
2005-10-30Trivial 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-23Add 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-06Generalize the patch for the AIX bool bug.Paul Eggert
2005-10-06(AC_HEADER_STDBOOL): Check that boolPaul 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-01Include 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 theseJim 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 merelyPaul 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 utimesJim Meyering
from glibc-2.2.5 that fails for read-only files.