summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2005-08-13*** empty log message ***Jim Meyering
2005-08-13undo last changeJim Meyering
2005-08-13*** empty log message ***Jim Meyering
2005-08-13[HAVE_WCTYPE_H]: Include <wctype.h>; this isJim Meyering
2005-08-02*** empty log message ***Jim Meyering
2005-08-02Require gl_FUNC_XANSTRFTIME.Jim Meyering
2005-08-02*** empty log message ***Jim Meyering
2005-07-25Import regex.m4 from gnulib.Paul Eggert
2005-07-25(gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of thePaul Eggert
2005-07-21Fix getdate bug with relative times.Paul Eggert
2005-07-21(gl_C_COMPOUND_LITERALS): New macro.Paul Eggert
2005-07-14Remove FESETROUND_LIBM; no longer needed.Paul Eggert
2005-07-09strtopt.h -> stropts.hPaul Eggert
2005-07-09strtopt.h -> stropts.hPaul Eggert
2005-07-08(gl_CHECK_ALL_HEADERS): Check for stropt.h.Paul Eggert
2005-07-08backupfile.m4, same.m4 cleanup.Paul Eggert
2005-07-08(gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.Paul Eggert
2005-07-08(gl_SAME): Use AC_CHECK_FUNCS_ONCE on pathconf.Paul Eggert
2005-07-08Switch to Isamu Hasegawa's implementation of regex, which isPaul Eggert
2005-07-05Remove typeof test; no longer needed.Paul Eggert
2005-07-05(gl_PREREQ): Don't require gl_TYPEOF; no longer needed.Paul Eggert
2005-07-04Remove the dependency of the strftime module on the tzset module.Paul Eggert
2005-07-04(gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.Paul Eggert
2005-07-04(gl_PREREQ): Add gl_FUNC_TZSET_CLOBBER.Paul Eggert
2005-07-03*** empty log message ***Jim Meyering
2005-07-03Remove obsolete comment.Jim Meyering
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(gl_FUNC_LSTAT): Use AC_LIBSOURCES to require lstat.c and lstat.h.Jim Meyering
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(gl_FUNC_LSTAT): New file, from gnulib.Jim Meyering
2005-07-03Minor fixes for port to Solaris 8.Paul Eggert
2005-07-03Don't require AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstatPaul Eggert
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(gl_FCNTL_SAFER): Add fcntl--.h to the list.Jim Meyering
2005-07-03(gl_STDIO_SAFER): Add stdio--.h to the list.Jim Meyering
2005-07-03(gl_STDLIB_SAFER): Add stdlib--.h to the list.Jim Meyering
2005-07-03(gl_UNISTD_SAFER): Add unistd--.h to the list.Jim Meyering
2005-07-03Cleanup to isolate "safer" functions to a small part of the code.Paul Eggert
2005-07-03(gl_PREREQ): Require gl_FCNTL_SAFER,Paul Eggert
2005-07-03Initial revision.Paul Eggert
2005-07-03Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc.Paul Eggert
2005-07-02Assume HAVE_UNISTD_H, i.e., that <unistd.h> works.Jim Meyering
2005-07-02*** empty log message ***Jim Meyering
2005-07-01Don't check for fcntl.h anymore. Now we assume it exists and is usable.Jim Meyering
2005-07-01*** empty log message ***Jim Meyering
2005-07-01*** empty log message ***Jim Meyering
2005-07-01Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,Jim Meyering
2005-06-30*** empty log message ***Jim Meyering
2005-06-30Require gl_STDOPEN.Jim Meyering
2005-06-30(gl_STDOPEN): New file/macro.Jim Meyering