summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2004-08-20Sync from gnulib.Paul Eggert
2004-08-20Sync getopt from gnulib.Paul Eggert
2004-08-11obstack fixesPaul Eggert
2004-08-11(gl_PREREQ_OBSTACK): RequirePaul Eggert
gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
2004-08-11Fix porting problem to Reliant Unix.Paul Eggert
2004-08-11(_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.Paul Eggert
2004-08-10Convert to UTF-8.Paul Eggert
2004-08-10Sync with gnulib.Paul Eggert
2004-08-09Switch to UTF-8.Paul Eggert
2004-08-09Finish renaming sha -> sha1.Paul Eggert
2004-08-07Merge from gnulib.Paul Eggert
2004-08-05New file, imported from gnulib.Paul Eggert
2004-08-05Sync from gnulib.Paul Eggert
2004-08-04Fixes for OpenBSD 3.4.Paul Eggert
2004-08-04Fix parenthesization typo.Paul Eggert
2004-08-04Remove bogus "*/" from shell comment.Paul Eggert
2004-08-04Include copyright notice.Paul Eggert
(cu_PREREQ_STAT_PROG): Use the _ONCE variants when appropriate. Include sys/param.h before testing for sys/mount.h.
2004-08-04Include copyright notice.Paul Eggert
(gl_LIST_MOUNTED_FILE_SYSTEMS): Include sys/param.h before testing for sys/mount.h.
2004-08-04Include 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-04Add copyright notice.Paul Eggert
(gl_FSUSAGE): Include sys/param.h before checking for sys/mount.h. Needed for OpenBSD 3.4.
2004-08-04Add copyright notice.Paul Eggert
(GNULIB_BOOT_TIME): Include sys/param.h before testing for sys/sysctl.h; needed for OpenBSD 3.4.
2004-08-02Initial revisionPaul Eggert
2004-08-02uintptr_t and uint32_t port to Solaris 8.Paul Eggert
2004-08-02Initial revision.Paul Eggert
2004-08-02(gl_MD5): Require gl_AC_TYPE_UINT32_T.Paul Eggert
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-28md5, sha1 cleanups.Paul Eggert
2004-07-28(gl_SHA): Require AC_C_BIGENDIAN.Paul Eggert
2004-07-28(gl_MD5): Do not require AC_C_INLINE, since it doesn'tPaul Eggert
use inline any more. Require AC_C_BIGENDIAN, though.
2004-07-28Get eaccess from libgen if available; that's where it is on Solaris 9.Paul Eggert
2004-07-28(gl_PREREQ_EUIDACCESS): Don't bother checking forPaul Eggert
unistd.h, as autoconf does this for us. Check for libgen.h. Also look for eaccess within -lgen, which is where it is in Solaris. Set LIB_EACCESS accordingly.
2004-07-27backupfile integer overflow fixupsPaul Eggert
2004-07-27(gl_BACKUPFILE): AC_REQUIREPaul Eggert
gl_CHECK_TYPE_STRUCT_DIRENT_D_INO instead of invoking it directly. Do not require AC_FUNC_CLOSEDIR_VOID.
2004-07-25Remove setreuid/setregid test from gl_MACROS.Paul Eggert
2004-07-25Update 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-07-25euidaccess fixesPaul Eggert
2004-07-25(gl_PREREQ): Invoke gl_FUNC_NONREENTRANT_EUIDACCESS,Paul Eggert
not gl_FUNC_EUIDACCESS.
2004-07-25(gl_FUNC_NONREENTRANT_EUIDACCESS): New macro.Paul Eggert
(gl_FUNC_EUIDACCESS): Use AC_CHECK_DECLS_ONCE, not AC_CHECK_DECLS. (gl_PREREQ_EUIDACCESS): Check for eaccess and setregid decls. Require AC_HEADER_STAT.
2004-07-23Add fcntl-safer.Paul Eggert
2004-07-23(gl_PREREQ): Add gl_FCNTL_SAFER.Paul Eggert
2004-07-23New file.Paul Eggert
2004-07-13Prefer c_strtod to setlocale when scanning floating point.Paul Eggert
2004-07-12(gl_C_STRTOD): Add gl_USE_SYSTEM_EXTENSIONS.Paul Eggert
2004-07-12printf now uses long double.Paul Eggert
2004-07-12New file.Paul Eggert
2004-07-12(gl_PREREQ): Add gl_C_STRTOLD.Paul Eggert
2004-07-06*** empty log message ***Jim Meyering
2004-07-06(AC_FUNC_CANONICALIZE_FILE_NAME): Do not add canonicalize.c here.Jim Meyering
2004-07-04*** empty log message ***Jim Meyering