Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-25 | Require gl_VERSION_ETC. | Jim Meyering | |
2005-06-25 | *** empty log message *** | Jim Meyering | |
2005-06-25 | Require gl_ROOT_DEV_INO. | Jim Meyering | |
2005-06-25 | Also require dev-ino.h. | Jim Meyering | |
2005-06-25 | Add this: | Jim Meyering | |
AC_REQUIRE([AC_FUNC_LSTAT]) | |||
2005-06-25 | (gl_ROOT_DEV_INO): New file/macro. | Jim Meyering | |
2005-06-23 | Use AC_LIBSOURCES and AC_LIBOBJ. | Jim Meyering | |
2005-06-23 | Use AC_LIBSOURCES and AC_LIBOBJ. | Jim Meyering | |
2005-06-23 | *** empty log message *** | Jim Meyering | |
2005-06-23 | Use AC_LIBSOURCES and AC_LIBOBJ. | Jim Meyering | |
2005-06-19 | *** empty log message *** | Jim Meyering | |
2005-06-19 | (gl_XGETCWD): Add `AC_LIBOBJ([xgetcwd])'. | Jim Meyering | |
Register xgetcwd.c and xgetcwd.h via AC_LIBSOURCES. | |||
2005-06-19 | rename to gl_FUNC_XFTS | Jim Meyering | |
2005-06-19 | Require gl_FUNC_XFTS. | Jim Meyering | |
2005-06-19 | (gl_XFTS): New file/macro. | Jim Meyering | |
2005-06-14 | *** empty log message *** | Jim Meyering | |
2005-06-14 | (gl_FUNC_OPENAT): Add openat-die.c. | Jim Meyering | |
2005-06-02 | Sync from gnulib. | Paul Eggert | |
2005-06-02 | Don't use "path" or "filename" to mean "file name". | Paul Eggert | |
Hence, rename makepath.m4 to mkdir-p.m4, and rename path-concat.m4 to filenamecat.m4. | |||
2005-06-02 | Don't use "path" or "filename" to mean "file name". | Paul Eggert | |
2005-06-02 | Renamed from path-concat.m4. | Paul Eggert | |
(gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT. All uses changed. Rename files from path-concat.c to filenamecat.c, and from path-concat.h to filenamecat.h. | |||
2005-06-02 | Renamed from makepath.m4. | Paul Eggert | |
(gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH. All uses changed. Rename files from makepath.c to mkdir-p.c, and from makepath.h to mkdir-p.h. | |||
2005-05-31 | * jm-macros.m4 (gl_CHECK_ALL_HEADERS): Check for priv.h. | Paul Eggert | |
2005-05-31 | (gl_CHECK_ALL_HEADERS): Check for priv.h. | Paul Eggert | |
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 | |