Remove K&R cruft.
[gnulib.git] / lib / makepath.c
2003-09-09 Paul EggertRemove K&R cruft.
2003-08-14 Paul Eggert(CLEANUP_CWD): Report an error if we failed to return...
2003-07-15 Jim Meyering(make_path): Enclose diagnostic in _(...).
2003-06-18 Paul EggertAssume C89, so PARAMS isn't needed.
2003-01-12 Jim MeyeringDon't test HAVE_ERRNO_H. It's not necessary.
2003-01-10 Bruno HaibleMake it possibly to simply write: #include <alloca.h>.
2002-11-21 Jim Meyering(make_path): Minor reformatting.
2002-11-21 Jim Meyering(make_path): Restore umask *before* creating the final...
2002-11-05 Bruno HaibleInclude gettext.h instead of <libintl.h> with #ifdefs.
2002-03-10 Jim Meyering(make_path): Remove a comma from a diagnostic.
2001-05-12 Jim MeyeringInclude dirname.h.
2000-11-05 Jim Meyering(make_dir): Remove `static' attribute.
2000-07-30 Jim Meyering(make_path): Quote the other instance, too.
2000-07-15 Jim MeyeringInclude quote.h.
2000-05-22 Jim MeyeringRemove old, now-unnecessary `#ifdef __MSDOS__' block.
2000-04-27 Jim Meyeringtweak comment
2000-04-26 Jim Meyering(S_IRWXUGO): Define.
1999-12-13 Jim Meyering(make_path): Consistently use error to output
1999-11-11 Jim Meyering(make_path): Fix long-latent bug (note others
1999-05-06 Jim Meyering(make_dir): When reporting a mkdir failure and the
1999-05-05 Jim MeyeringInclude makepath.h libintl.h, not after it.
1999-04-26 Jim Meyering(make_path): Use proper mode_t types and macros.
1999-01-02 Jim MeyeringInclude locale.h and libintl.h, and define `_()'.
1999-01-02 Jim Meyering(make_dir): New function, factored out of make_path.
1998-02-11 Jim MeyeringAdd my comment from ChangeLog entry for gkm's change.
1998-01-10 Jim Meyering(make_path): Reformat 3 if-stmts to test `if (newly_cre...
1998-01-10 Jim Meyering(make_path): Put only newly created directories on...
1998-01-02 Jim Meyering(make_path): Try to change ownership only if we've... FILEUTILS-3_16i
1997-12-28 Jim Meyering(make_path) [!__STDC__]: Remove K&R-style definition.
1997-10-06 Jim Meyering(make_path): Print verbose message using fprintf, not...
1997-10-06 Jim Meyering(make_path): Print message IFF the directory was
1997-07-09 Jim Meyering(make_path): Chdir to `/' before starting if necessary.
1997-07-09 Jim MeyeringAdd comments.
1997-07-01 Jim Meyering(make_path): Reorder stat-then-mkdir-if-missing
1997-06-15 Jim MeyeringRewrite using save-cwd.c and chdir to remove quadratic...
1996-11-04 Jim Meyeringlibitize
1996-09-28 Jim Meyering.
1996-07-15 Jim Meyeringupdate FSF address in copyright
1996-07-14 Jim MeyeringRemove my address.
1995-05-19 Jim MeyeringNo longer include safe-l?stat.h.
1995-05-13 Jim Meyering(make_path): Use stat, not SAFE_STAT.
1994-11-06 Jim Meyeringmerge with 1.12
1994-11-04 Jim MeyeringInclude makepath.h.
1994-10-02 Jim Meyeringmerge with 3.9h
1994-08-27 Jim Meyering.
1994-08-27 Jim Meyering.
1994-07-30 Jim MeyeringUse SAFE_STAT instead of stat to avoid unnecessary...
1994-07-03 Jim Meyering.
1993-10-12 Jim Meyeringmerge with 3.8.4c
1993-10-12 Jim Meyeringmerge with 3.8.4b
1993-10-06 Jim Meyeringmerge with 3.8.3b FILEUTILS-3_8_3b
1993-10-06 Jim Meyeringmerge with 3.8.3a
1993-05-13 Jim Meyeringmerge with 3.5.4
1993-05-02 Jim Meyeringmerge with 3.5.1
1993-04-04 Jim Meyering(make_path): Explicitly cast alloca return value to...
1993-03-29 Jim Meyeringmerge with 3.4.1 version-3_4_2-to-fsf
1992-10-31 Jim MeyeringAdd parentheses to expressions like (c = *p++) as per... ctype-fix
1992-10-31 Jim MeyeringInitial revision