Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | Cleanup to isolate "safer" functions to a small part of the code. | Paul Eggert | |
2005-07-03 | (gl_PREREQ): Require gl_FCNTL_SAFER, | Paul Eggert | |
gl_FD_REOPEN, gl_STDLIB_SAFER. | |||
2005-07-03 | Initial revision. | Paul Eggert | |
2005-07-03 | Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. | Paul Eggert | |
2005-07-02 | Assume HAVE_UNISTD_H, i.e., that <unistd.h> works. | Jim Meyering | |
2005-07-02 | *** empty log message *** | Jim Meyering | |
2005-07-01 | Don'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-01 | Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally, | Jim Meyering | |
and don't check for fcntl.h). | |||
2005-06-30 | *** empty log message *** | Jim Meyering | |
2005-06-30 | Require gl_STDOPEN. | Jim Meyering | |
2005-06-30 | (gl_STDOPEN): New file/macro. | Jim Meyering | |
2005-06-26 | *** empty log message *** | Jim Meyering | |
2005-06-26 | Require gl_DIACRIT. | Jim Meyering | |
2005-06-25 | Whoops. Add this, too: | Jim Meyering | |
AC_LIBOBJ([version-etc-fsf]) | |||
2005-06-25 | *** empty log message *** | Jim Meyering | |
2005-06-25 | *** empty log message *** | Jim Meyering | |
2005-06-25 | (gl_VERSION_ETC): New file/macro. | Jim Meyering | |
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. |