summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
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.
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, andPaul 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 gethostbynameJim Meyering
in the inet and nsl libraries. Required on Solaris 5.7.
2005-09-23Log 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-23Update copyright.Paul Eggert
2005-09-23(_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on LinuxPaul 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-23not 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-23from gnulibJim 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-22Sync from gnulib.Paul Eggert
2005-09-22(gl_PREREQ): Require gl_FUNC_GETLINE rather thanPaul Eggert
AM_FUNC_GETLINE. Require gl_FUNC_GETPASS_GNU rather than gl_FUNC_GETPASS. Require gl_MBCHAR and gl_MBITER.
2005-09-22no 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 forPaul Eggert
standard C headers, or for headers we no longer use.
2005-09-22Nontrivial sync from gnulib.Paul Eggert
2005-09-22Remove; no longer used.Paul Eggert
2005-09-22New file, from gnulib.Paul Eggert
2005-09-22Sync from gnulib.Paul Eggert
2005-09-16Import file time stamp resolution improvements from gnulib.Paul Eggert
2005-09-16Remove; no longer needed.Paul Eggert
2005-09-16(gl_TIMESPEC): Require AC_C_INLINE.Paul Eggert
Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
2005-09-16(gl_PREREQ): Require gl_STAT_TIME.Paul Eggert
2005-09-16(gl_CHECK_ALL_TYPES): Do not requirePaul Eggert
AC_STRUCT_ST_MTIM_NSEC; it's obsolete.
2005-09-16New file.Paul Eggert
2005-09-13*** empty log message ***Jim Meyering
2005-09-13.Jim Meyering
2005-09-09Import latest regex module from gnulib, to fix some 64-bit bugs.Paul Eggert
2005-09-01Require gl_STAT_MACROSJim Meyering
2005-09-01*** empty log message ***Jim Meyering
2005-09-01Require gl_FUNC_CHOWN, for the definition ofJim Meyering
CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
2005-08-27*** empty log message ***Jim Meyering
2005-08-27sync from gnulibJim Meyering
2005-08-13*** empty log message ***Jim Meyering
2005-08-13undo last changeJim Meyering
2005-08-13*** empty log message ***Jim Meyering
2005-08-13[HAVE_WCTYPE_H]: Include <wctype.h>; this isJim Meyering
needed on HP-UX 11.23 in order to get a definition of mbstate_t.