Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-17 | (gl_MACROS): Remove gl_AFS. | Paul Eggert | |
2006-07-09 | Update from gnulib. | Paul Eggert | |
2006-06-28 | (gl_CHECK_ALL_TYPES): Don't require AC_C_CONST, since it's obsolete. | Paul Eggert | |
2006-05-24 | Require autoconf-2.59d, for its fixed version | Jim Meyering | |
of AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |||
2006-04-12 | (gl_MACROS): Check for setgroups and sync, since they | Paul Eggert | |
are not in Interix. | |||
2006-01-02 | (gl_MACROS): Require gl_FUNC_LCHMOD. | Paul Eggert | |
Don't require gl_CHDIR_SAFER. | |||
2005-12-21 | Require gl_CHDIR_SAFER. | Jim Meyering | |
2005-12-19 | Require gl_CHMOD_SAFER. | Jim Meyering | |
2005-12-14 | Require gl_FPRINTFTIME. | Jim Meyering | |
2005-12-02 | (gl_MACROS): Adjust to renaming of gl_SOCKLEN_T to gl_TYPE_SOCKLEN_T. | Paul Eggert | |
2005-09-25 | (gl_MACROS): Check for fchmod and fchown. | Paul Eggert | |
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 | (gl_MACROS): AC_REQUIRE([gl_SOCKLEN_T]) here, | Jim Meyering | |
now that it's no longer required by getaddrinfo.m4. | |||
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-16 | (gl_CHECK_ALL_TYPES): Do not require | Paul Eggert | |
AC_STRUCT_ST_MTIM_NSEC; it's obsolete. | |||
2005-08-02 | Require gl_FUNC_XANSTRFTIME. | Jim Meyering | |
2005-07-09 | strtopt.h -> stropts.h | Paul Eggert | |
2005-07-08 | (gl_CHECK_ALL_HEADERS): Check for stropt.h. | Paul Eggert | |
2005-07-03 | Don't require AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat | Paul Eggert | |
module's job. | |||
2005-07-01 | Don't check for fcntl.h anymore. Now we assume it exists and is usable. | Jim Meyering | |
2005-06-30 | Require gl_STDOPEN. | Jim Meyering | |
2005-06-26 | Require gl_DIACRIT. | Jim Meyering | |
2005-06-25 | Require gl_VERSION_ETC. | Jim Meyering | |
2005-06-25 | Require gl_ROOT_DEV_INO. | Jim Meyering | |
2005-06-19 | Require gl_FUNC_XFTS. | Jim Meyering | |
2005-05-31 | (gl_CHECK_ALL_HEADERS): Check for priv.h. | Paul Eggert | |
2005-05-18 | (gl_MACROS): Require AC_FUNC_LSTAT. | Paul Eggert | |
Don't check for memcpy, strchr, strerror, strrchr, float.h. Use AC_REQUIRE on AM_LANGINFO_CODESET and gl_GLIBC21 rather than invoking them directly. (gl_CHECK_ALL_HEADERS): Don't check for errno.h, float.h, limits.h, stddef.h, since we assume C89 now. | |||
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2005-05-13 | *** empty log message *** | Jim Meyering | |
2005-05-13 | (gl_MACROS): Don't require GL_FUNC_READDIR. | Jim Meyering | |
2005-04-29 | (gl_CHECK_ALL_TYPES): Don't require AC_HEADER_STAT. | Paul Eggert | |
2005-04-18 | (gl_MACROS): Use gl_ or coreutils_ rather than fetish_ for prefixes. | Paul Eggert | |
2005-04-09 | (gl_MACROS): Check for siginterrupt. | Paul Eggert | |
(gl_CHECK_ALL_TYPES): Do not require AC_TYPE_SIGNAL. | |||
2005-02-21 | (gl_MACROS): Don't check for gethrtime. | Paul Eggert | |
2005-01-03 | Update serial number and copyright date. | Paul Eggert | |
2005-01-03 | * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX. | Paul Eggert | |
* m4/ullong_max.m4: New file. * src/system.h: Undo previous change; we now use Autoconf. | |||
2004-12-02 | (gl_MACROS): Assume localeconv exists. | Paul Eggert | |
2004-11-30 | *** empty log message *** | Jim Meyering | |
2004-11-30 | *** empty log message *** | Jim Meyering | |
2004-11-28 | (gl_MACROS): Require gl_FUNC_CHDIR. | Jim Meyering | |
2004-11-25 | (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX. | Paul Eggert | |
2004-11-14 | Do require gl_FUNC_FPENDING. | Jim Meyering | |
2004-11-06 | Don't require gl_FUNC_FPENDING. | Jim Meyering | |
2004-10-18 | (gl_MACROS): Check for mbrlen, for pathchk. | Paul Eggert | |
(gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk. | |||
2004-08-04 | Include copyright notice. | Paul Eggert | |
(gl_MACROS): Use the _ONCE variants when appropriate. Include sys/param.h before testing for sys/sysctl.h and sys/mount.h; needed for OpenBSD 3.4. | |||
2004-08-02 | (gl_CHECK_ALL_TYPES): | Paul Eggert | |
Require gl_AC_TYPE_UINTPTR_T instead of using AC_CHECK_TYPE on uintptr_t. Require gl_AC_TYPE_UINT32_T. | |||
2004-07-25 | Update serial number. | Paul Eggert | |
2004-07-25 | (gl_MACROS): Remove test for setreuid and setregid, | Paul Eggert | |
as test.c no longer uses them directly. | |||
2004-06-07 | (gl_MACROS): Check for the directio function. | Jim Meyering | |
2004-05-01 | (gl_MACROS): Move fchown-checking code to chown.m4. | Jim Meyering | |