aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkdir-p.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-136/+0
2006-07-17Don't include alloca.h, stdio.h, sys/types.h,Paul Eggert1-295/+74
2006-01-02Include lchmod.h, lchmod.c.Paul Eggert1-5/+7
2005-12-23(make_dir_parents): Use chdir_no_follow onlyJim Meyering1-1/+8
2005-12-20(RW_USR): Remove definition.Jim Meyering1-6/+5
2005-12-20(make_dir_parents): Remove unnecessary casts of alloca,Jim Meyering1-3/+2
2005-10-24(make_dir_parents): Like the code above it, don't relyJim Meyering1-31/+15
2005-10-24(make_dir_parents): Make the preceding fix a littleJim Meyering1-1/+18
2005-10-24A command like `mkdir -p nonexistent/.' would create theJim Meyering1-6/+14
2005-10-13(make_dir_parents): Don't report an error if anPaul Eggert1-22/+25
2005-09-22(ENOSYS): Define to EEXIST if not defined.Paul Eggert1-3/+11
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering1-3/+1
2005-06-29(make_dir_parents): Don't apply sizeof to a hard-coded type name.Jim Meyering1-1/+1
2005-06-15(make_dir_parents): Don't let a failed chdir($PWD)Jim Meyering1-1/+2
2005-06-14(make_dir): Remove. All uses replaced by mkdir.Paul Eggert1-83/+29
2005-06-14(CLEANUP_CWD, CLEANUP): Remove.Paul Eggert1-109/+89
2005-06-14clarify commentJim Meyering1-2/+3
2005-06-14(CLEANUP_CWD): Return *true*, not false when failingJim Meyering1-1/+1
2005-06-13(make_dir_parents): New parameter: different_working_dir,Jim Meyering1-1/+7
2005-06-12(CLEANUP_CWD): Change one more `return 1' to `return false'.Jim Meyering1-1/+1
2005-06-02Renamed from makepath.c.Paul Eggert1-0/+398