summaryrefslogtreecommitdiff
path: root/m4/getcwd-path-max.m4
AgeCommit message (Collapse)Author
2006-06-18* getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.Jim Meyering
Low-probability clean-up should be to use rmdir to get rid of the just-created directory, not unlink.
2006-04-24* unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototypePaul Eggert
to define main with arguments, for C++. Reported by Eric Blake. * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Prefer 'int main ()' to 'int main (void)', for C++. * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise. * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type for 'main', for C99 and C++.
2005-07-01Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,Jim Meyering
and don't check for fcntl.h).
2005-06-02Don't use "path" or "filename" to mean "file name".Paul Eggert
2005-03-29Return success on systems such as cygwinJim Meyering
where no absolute path name can be longer than PATH_MAX.
2005-01-23Use 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 fromPaul 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-07Merge from gnulib.Paul Eggert
2004-06-17(GL_FUNC_GETCWD_PATH_MAX): Fix typo: getcwdJim Meyering
was being replaced when it shouldn't have been, and vice versa.
2003-05-06(GL_FUNC_GETCWD_PATH_MAX): Check for theJim 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_MAXJim 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-06undo last changeJim Meyering
2003-03-06(GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd.Jim Meyering
2003-03-05add commentJim Meyering
2003-03-05fix logic errorJim Meyering
2003-03-05#undef mkdir to avoid link errors onJim Meyering
i386-unknown-netbsdelf1.6
2003-03-05more variable renaming: use gl_ prefixJim Meyering
2003-03-05renameJim Meyering