summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2004-12-03Add copyright notice.Paul Eggert
(gl_FUNC_OPENAT): Require gl_USE_SYSTEM_EXTENSIONS, since Solaris requires __EXTENSIONS__ to be defined when compiling pedantically.
2004-12-02Assume setlocale, locale.h, and localeconv exist and work.Paul Eggert
2004-12-02(gl_MACROS): Assume localeconv exists.Paul Eggert
2004-12-02(gl_HUMAN): Assume locale.h and localeconv exist.Paul Eggert
2004-12-02(gl_HARD_LOCALE): Assume locale.h and setlocale exist.Paul Eggert
2004-12-01* getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):Paul Eggert
Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
2004-12-01(gl_FUNC_GETCWD_PATH_MAX):Paul Eggert
Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
2004-11-30* readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.Paul Eggert
2004-11-30(gl_READUTMP): Don't check for sys/param.h.Paul Eggert
2004-11-30.Jim Meyering
2004-11-30*** empty log message ***Jim Meyering
2004-11-30*** empty log message ***Jim Meyering
2004-11-30rename from chdir.m4Jim Meyering
2004-11-30rename to chdir-long.m4Jim Meyering
2004-11-28*** empty log message ***Jim Meyering
2004-11-28*** empty log message ***Jim Meyering
2004-11-28(gl_MACROS): Require gl_FUNC_CHDIR.Jim Meyering
2004-11-25Recent getcwd fixes.Paul Eggert
2004-11-25(gl_XGETCWD): Replace with gl_FUNC_GETCWD, sincePaul Eggert
that's all we need now.
2004-11-25(gl_PREREQ): Add gl_FUNC_MEMPCPY.Paul Eggert
2004-11-25(gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.Paul Eggert
2004-11-25(gl_FUNC_GETCWD_NULL): Renamed fromPaul Eggert
AC_FUNC_GETCWD_NULL. All used changed. Change cache variable name accordingly. (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros. Revamp to accommodate new getcwd.c.
2004-11-25(gl_FUNC_GETCWD_PATH_MAX): Renamed fromPaul Eggert
GL_FUNC_GETCWD_PATH_MAX for consistency. All uses changed. Use the _ONCE methods, for efficiency. Check for fcntl.h. In test program, include <errno.h> and <fcntl.h> if available. Remove old K&R cruft from test program. Check for common errors in GNU/Linux, OpenBSD, and Solaris. Just set gl_cv_func_getcwd_path_max; don't do AC_LIBOBJ, as that's getcwd.m4's job.
2004-11-25Imported from gnulib.Paul Eggert
2004-11-23Sync from gnulib.Paul Eggert
2004-11-23(gl_UTIMENS): Check for futimes function.Paul Eggert
2004-11-23* utimens.m4 (gl_UTIMENS): Check for futimes function.Paul Eggert
2004-11-17Sync from gnulib.Paul Eggert
2004-11-17* canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.Paul Eggert
2004-11-16(gl_CANON_HOST): Check for getaddrinfo.Paul Eggert
2004-11-14restore file, now that closeout needs the function againJim Meyering
2004-11-14Do require gl_FUNC_FPENDING.Jim Meyering
2004-11-14.Jim Meyering
2004-11-12Sync from gnulib and regenerate.Paul Eggert
2004-11-09Sync from gnulib.Paul Eggert
2004-11-06.Jim Meyering
2004-11-06remove now-unused fileJim Meyering
2004-11-06Don't require gl_FUNC_FPENDING.Jim Meyering
2004-11-03Log recent getdate-etc. related changes.Paul Eggert
2004-11-03Sync from gnulib.Paul Eggert
2004-11-03New file, from gnulib.Paul Eggert
2004-11-03(gl_PREREQ): Require gt_FUNC_SETENV.Paul Eggert
2004-11-03Sync from gnulib.Paul Eggert
2004-10-29Sync from gnulib (for getdate changes).Paul Eggert
2004-10-29Sync from gnulib.Paul Eggert
2004-10-18pathchk cleanups, gnulib mergePaul 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-18Sync from gnulib.Paul Eggert
2004-10-05Rename xclone to xmemdup. Remove obsolete xalloc macros.Paul Eggert
Remove xstrdup.c and move xstrdup implementation to xmalloc.c.
2004-10-04Sync from gnulib, to remove dependencies of other modules on unlocked-io.Paul Eggert