summaryrefslogtreecommitdiff
path: root/lib/makepath.c
AgeCommit message (Expand)Author
1999-12-13(make_path): Consistently use error to outputJim Meyering
1999-11-11(make_path): Fix long-latent bug (note othersJim Meyering
1999-05-06(make_dir): When reporting a mkdir failure and theJim Meyering
1999-05-05Include makepath.h libintl.h, not after it.Jim Meyering
1999-04-26(make_path): Use proper mode_t types and macros.Jim Meyering
1999-01-02Include locale.h and libintl.h, and define `_()'.Jim Meyering
1999-01-02(make_dir): New function, factored out of make_path.Jim Meyering
1998-02-11Add my comment from ChangeLog entry for gkm's change.Jim Meyering
1998-01-10(make_path): Reformat 3 if-stmts to test `if (newly_created_dir)' only once.Jim Meyering
1998-01-10(make_path): Put only newly created directories on the LEADING_DIRS list.Jim Meyering
1998-01-02(make_path): Try to change ownership only if we've just created theJim Meyering
1997-12-28(make_path) [!__STDC__]: Remove K&R-style definition.Jim Meyering
1997-10-06(make_path): Print verbose message using fprintf, not error.Jim Meyering
1997-10-06(make_path): Print message IFF the directory wasJim Meyering
1997-07-09(make_path): Chdir to `/' before starting if necessary.Jim Meyering
1997-07-09Add comments.Jim Meyering
1997-07-01(make_path): Reorder stat-then-mkdir-if-missingJim Meyering
1997-06-15Rewrite using save-cwd.c and chdir to remove quadratic component of complexity.Jim Meyering
1996-11-04libitizeJim Meyering
1996-09-28.Jim Meyering
1996-07-15update FSF address in copyrightJim Meyering
1996-07-14Remove my address.Jim Meyering
1995-05-19No longer include safe-l?stat.h.Jim Meyering
1995-05-13(make_path): Use stat, not SAFE_STAT.Jim Meyering
1994-11-06merge with 1.12Jim Meyering
1994-11-04Include makepath.h.Jim Meyering
1994-10-02merge with 3.9hJim Meyering
1994-08-27.Jim Meyering
1994-08-27.Jim Meyering
1994-07-30Use SAFE_STAT instead of stat to avoid unnecessary failureJim Meyering
1994-07-03.Jim Meyering
1993-10-12merge with 3.8.4cJim Meyering
1993-10-12merge with 3.8.4bJim Meyering
1993-10-06merge with 3.8.3bJim Meyering
1993-10-06merge with 3.8.3aJim Meyering
1993-05-13merge with 3.5.4Jim Meyering
1993-05-02merge with 3.5.1Jim Meyering
1993-04-04(make_path): Explicitly cast alloca return value to (char *).Jim Meyering
1993-03-29merge with 3.4.1Jim Meyering
1992-10-31Add parentheses to expressions like (c = *p++) as per suggestionJim Meyering
1992-10-31Initial revisionJim Meyering