summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
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
2004-10-04Sync from gnulib.Paul Eggert
2004-10-04Sync from gnulib.Paul Eggert
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