Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-02 | Don't use "path" or "filename" to mean "file name". | Paul Eggert | |
2005-03-29 | Return success on systems such as cygwin | Jim Meyering | |
where no absolute path name can be longer than PATH_MAX. | |||
2005-01-23 | Use an all-permissive copyright notice, recommended by RMS. | Paul Eggert | |
2004-12-01 | (gl_FUNC_GETCWD_PATH_MAX): | Paul Eggert | |
Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working. | |||
2004-11-25 | (gl_FUNC_GETCWD_PATH_MAX): Renamed from | Paul 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-08-07 | Merge from gnulib. | Paul Eggert | |
2004-06-17 | (GL_FUNC_GETCWD_PATH_MAX): Fix typo: getcwd | Jim Meyering | |
was being replaced when it shouldn't have been, and vice versa. | |||
2003-05-06 | (GL_FUNC_GETCWD_PATH_MAX): Check for the | Jim Meyering | |
declaration of getcwd *before* checking for the getcwd kernel bug. Otherwise, configure-time `checking ...' messages would be intermixed. | |||
2003-04-25 | (GL_FUNC_GETCWD_PATH_MAX): If PATH_MAX | Jim Meyering | |
is not defined, don't run the test, and don't use the wrapper. Otherwise, on the Hurd, it would take a long time to create and remove a hierarchy about 4000 levels deep. Based on a patch from Robert Millan. | |||
2003-03-07 | (GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd. | Jim Meyering | |
2003-03-06 | undo last change | Jim Meyering | |
2003-03-06 | (GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd. | Jim Meyering | |
2003-03-05 | add comment | Jim Meyering | |
2003-03-05 | fix logic error | Jim Meyering | |
2003-03-05 | #undef mkdir to avoid link errors on | Jim Meyering | |
i386-unknown-netbsdelf1.6 | |||
2003-03-05 | more variable renaming: use gl_ prefix | Jim Meyering | |
2003-03-05 | rename | Jim Meyering | |