Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-12 | Sync from gnulib and regenerate. | Paul Eggert | |
2004-11-09 | Sync from gnulib. | Paul Eggert | |
2004-11-06 | . | Jim Meyering | |
2004-11-06 | remove now-unused file | Jim Meyering | |
2004-11-06 | Don't require gl_FUNC_FPENDING. | Jim Meyering | |
2004-11-03 | Log recent getdate-etc. related changes. | Paul Eggert | |
2004-11-03 | Sync from gnulib. | Paul Eggert | |
2004-11-03 | New file, from gnulib. | Paul Eggert | |
2004-11-03 | (gl_PREREQ): Require gt_FUNC_SETENV. | Paul Eggert | |
2004-11-03 | Sync from gnulib. | Paul Eggert | |
2004-10-29 | Sync from gnulib (for getdate changes). | Paul Eggert | |
2004-10-29 | Sync from gnulib. | Paul Eggert | |
2004-10-18 | pathchk cleanups, gnulib merge | Paul Eggert | |
2004-10-18 | (gl_MACROS): Check for mbrlen, for pathchk. | Paul Eggert | |
(gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk. | |||
2004-10-18 | Sync from gnulib. | Paul Eggert | |
2004-10-05 | Rename xclone to xmemdup. Remove obsolete xalloc macros. | Paul Eggert | |
Remove xstrdup.c and move xstrdup implementation to xmalloc.c. | |||
2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | |
2004-10-04 | Sync from gnulib. | Paul Eggert | |
2004-10-04 | Sync from gnulib. | Paul Eggert | |
2004-08-20 | Sync from gnulib. | Paul Eggert | |
2004-08-20 | Sync getopt from gnulib. | Paul Eggert | |
2004-08-11 | obstack fixes | Paul Eggert | |
2004-08-11 | (gl_PREREQ_OBSTACK): Require | Paul Eggert | |
gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T. | |||
2004-08-11 | Fix porting problem to Reliant Unix. | Paul Eggert | |
2004-08-11 | (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy. | Paul Eggert | |
2004-08-10 | Convert to UTF-8. | Paul Eggert | |
2004-08-10 | Sync with gnulib. | Paul Eggert | |
2004-08-09 | Switch to UTF-8. | Paul Eggert | |
2004-08-09 | Finish renaming sha -> sha1. | Paul Eggert | |
2004-08-07 | Merge from gnulib. | Paul Eggert | |
2004-08-05 | New file, imported from gnulib. | Paul Eggert | |
2004-08-05 | Sync from gnulib. | Paul Eggert | |
2004-08-04 | Fixes for OpenBSD 3.4. | Paul Eggert | |
2004-08-04 | Fix parenthesization typo. | Paul Eggert | |
2004-08-04 | Remove bogus "*/" from shell comment. | Paul Eggert | |
2004-08-04 | Include 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-04 | Include copyright notice. | Paul Eggert | |
(gl_LIST_MOUNTED_FILE_SYSTEMS): Include sys/param.h before testing for sys/mount.h. | |||
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-04 | Add copyright notice. | Paul Eggert | |
(gl_FSUSAGE): Include sys/param.h before checking for sys/mount.h. Needed for OpenBSD 3.4. | |||
2004-08-04 | Add copyright notice. | Paul Eggert | |
(GNULIB_BOOT_TIME): Include sys/param.h before testing for sys/sysctl.h; needed for OpenBSD 3.4. | |||
2004-08-02 | Initial revision | Paul Eggert | |
2004-08-02 | uintptr_t and uint32_t port to Solaris 8. | Paul Eggert | |
2004-08-02 | Initial 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-28 | md5, 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't | Paul Eggert | |
use inline any more. Require AC_C_BIGENDIAN, though. | |||
2004-07-28 | Get 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 for | Paul 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. |