Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |