Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-28 | * fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h, | Paul Eggert | |
and don't require gt_INTTYPES_PRI. | |||
2005-05-28 | (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h, | Paul Eggert | |
and don't require gt_INTTYPES_PRI. | |||
2005-05-27 | Break integer-in-string comparison code out from src/sort. | Paul Eggert | |
2005-05-27 | (gl_PREREQ): Require gl_STRINTCMP, gl_STRNUMCMP. | Paul Eggert | |
2005-05-27 | Compare numeric strings. | Paul Eggert | |
2005-05-20 | Import chown fixes from gnulib. | Paul Eggert | |
2005-05-20 | (gl_FUNC_CHOWN): Correct sense of test for honoring IDs of -1. | Paul Eggert | |
2005-05-20 | * fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS. | Paul Eggert | |
(gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros. | |||
2005-05-20 | (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS. | Paul Eggert | |
(gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros. | |||
2005-05-18 | Import localcharset.m4 from gnulib. | Paul Eggert | |
2005-05-18 | Remove some dependencies and old cruft from fts etc. | Paul Eggert | |
2005-05-18 | Add copyright notice. | Paul Eggert | |
(gl_PREREQ): Add gl_LOCALCHARSET. | |||
2005-05-18 | lib-check.m4: Add copyright notice. | Paul Eggert | |
(cu_LIB_CHECK): Renamed from gl_LIB_CHECK. Don't check for sqrt; factor no longer needs it. Revamp tests for floor, modf, rint, to define SEQ_LIBM. Redo tests for fesetround to act like the other wons. Use "cu_saved_libs" for local var name, not "ac_su_saved_lib". | |||
2005-05-18 | (gl_MACROS): Require AC_FUNC_LSTAT. | Paul Eggert | |
Don't check for memcpy, strchr, strerror, strrchr, float.h. Use AC_REQUIRE on AM_LANGINFO_CODESET and gl_GLIBC21 rather than invoking them directly. (gl_CHECK_ALL_HEADERS): Don't check for errno.h, float.h, limits.h, stddef.h, since we assume C89 now. | |||
2005-05-18 | (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define | Paul Eggert | |
GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it. | |||
2005-05-18 | (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we | Paul Eggert | |
don't use its results. Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h, since we include them unconditionally. Don't require AM_STDBOOL_H, since stdbool is a prerequisite. Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t since we assume C89 or better. Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT, as we don't use their results. Don't check for fchdir, memmove, memset, strrchr, as we use them unconditionally. | |||
2005-05-18 | (AC_FUNC_CANONICALIZE_FILE_NAME]): Don't check for stddef.h. | Paul Eggert | |
2005-05-16 | *** empty log message *** | Jim Meyering | |
2005-05-16 | (gl_FUNC_FTS): Don't require AC_FUNC_MALLOC or AC_FUNC_REALLOC. | Jim Meyering | |
They are not needed. | |||
2005-05-14 | *** empty log message *** | Jim Meyering | |
2005-05-14 | Register unlinkdir.c and unlinkdir.h via AC_LIBSOURCES. | Jim Meyering | |
Add `AC_LIBOBJ([unlinkdir])'. | |||
2005-05-14 | New unlinkdir module. | Paul Eggert | |
2005-05-14 | (gl_PREREQ): Require gl_UNLINKDIR. | Paul Eggert | |
2005-05-14 | New unlinkdir module. | Paul Eggert | |
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2005-05-14 | don't add gl_UNLINKDIR just yet :) | Jim Meyering | |
2005-05-14 | *** empty log message *** | Jim Meyering | |
2005-05-14 | Don't require gl_FUNC_STAT or gl_FUNC_LSTAT. | Jim Meyering | |
2005-05-14 | Remove unnecessary file. | Jim Meyering | |
2005-05-13 | *** empty log message *** | Jim Meyering | |
2005-05-13 | (gl_MACROS): Don't require GL_FUNC_READDIR. | Jim Meyering | |
2005-05-13 | (GL_FUNC_READDIR): Remove, now that remove.c no longer needs it. | Jim Meyering | |
2005-05-10 | * getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when possible. | Paul Eggert | |
2005-05-10 | (gl_GETOPT): Check for Solaris 10 bug, not decl, when possible. | Paul Eggert | |
2005-05-06 | remove trailing blanks | Jim Meyering | |
2005-05-06 | * getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid | Paul Eggert | |
needless checks. | |||
2005-05-06 | (gl_GETOPT): Check for Solaris 10 getopt, and avoid needless checks. | Paul Eggert | |
2005-05-02 | Sync from gnulib. | Paul Eggert | |
2005-04-30 | Log yesterday's changes. | Paul Eggert | |
2005-04-29 | (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT. | Paul Eggert | |
(gl_PREREQ_RMDIR): Remove. | |||
2005-04-29 | (gl_PREREQ): Require gl_STAT_MACROS. | Paul Eggert | |
2005-04-29 | (gl_PREREQ_TEMPNAME): Check stdint.h only once. | Paul Eggert | |
Don't require AC_HEADER_STAT. | |||
2005-04-29 | (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling | Paul Eggert | |
it. Don't require AC_HEADER_STAT. (gl_PREREQ_LSTAT): Remove. | |||
2005-04-29 | (gl_FUNC_CHOWN): Don't require AC_HEADER_STAT. | Paul Eggert | |
2005-04-29 | (gl_CHECK_ALL_TYPES): Don't require AC_HEADER_STAT. | Paul Eggert | |
2005-04-29 | (gl_PREREQ_EUIDACCESS): Don't require AC_HEADER_STAT. | Paul Eggert | |
2005-04-28 | Don't mention stat-macros.h or AC_HEADER_STAT in other | Paul Eggert | |
m4 files, since we'll make the stat-macros module a prerequisite. | |||
2005-04-28 | New file, from gnulib, except that gl_STAT_MACROS | Paul Eggert | |
also requires AC_HEADER_STAT. | |||
2005-04-18 | fetish -> coreutils in some more places | Paul Eggert | |
2005-04-18 | (gl_FUNC_RMDIR_NOTEMPTY): Renamed from | Paul Eggert | |
fetish_FUNC_RMDIR_NOTEMPTY. All uses changed. Use gl_ for variable prefixes. |