Age | Commit message (Expand) | Author |
2004-07-30 | (make_path, make_dir): Use bool, not int, since we're not setting errno. | Paul Eggert |
2004-06-19 | Remove all S_IS* and S_IF* definitions. | Jim Meyering |
2003-09-10 | Include makepath.h first, to test interface. | Jim Meyering |
2003-07-12 | (make_path): Enclose diagnostic in _(...). | Jim Meyering |
2003-06-18 | Merge in change from gnulib. | Jim Meyering |
2003-06-18 | remove bogus comment | Jim Meyering |
2003-03-04 | (CLEANUP_CWD): Call error here, now that restore_cwd no longer does it. | Jim Meyering |
2003-01-11 | Don't test HAVE_ERRNO_H. It's not necessary. | Jim Meyering |
2002-11-23 | Include gettext.h instead of <libintl.h>. | Jim Meyering |
2002-09-28 | (make_path): Restore umask *before* creating the final component. | Jim Meyering |
2002-09-22 | (make_path): Minor reformatting. | Jim Meyering |
2002-03-10 | (make_path): Remove a comma from a diagnostic. | Jim Meyering |
2001-05-12 | Include dirname.h. | Jim Meyering |
2000-11-05 | (make_dir): Remove `static' attribute. | Jim Meyering |
2000-07-30 | (make_path): Quote the other instance, too. | Jim Meyering |
2000-07-15 | Include quote.h. | Jim Meyering |
2000-05-22 | Remove old, now-unnecessary `#ifdef __MSDOS__' block. | Jim Meyering |
2000-04-27 | tweak comment | Jim Meyering |
2000-04-26 | (S_IRWXUGO): Define. | Jim Meyering |
1999-12-13 | (make_path): Consistently use error to output | Jim Meyering |
1999-11-11 | (make_path): Fix long-latent bug (note others | Jim Meyering |
1999-05-06 | (make_dir): When reporting a mkdir failure and the | Jim Meyering |
1999-05-05 | Include 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-02 | Include 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-11 | Add 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 the | Jim 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 was | Jim Meyering |
1997-07-09 | (make_path): Chdir to `/' before starting if necessary. | Jim Meyering |
1997-07-09 | Add comments. | Jim Meyering |
1997-07-01 | (make_path): Reorder stat-then-mkdir-if-missing | Jim Meyering |
1997-06-15 | Rewrite using save-cwd.c and chdir to remove quadratic component of complexity. | Jim Meyering |
1996-11-04 | libitize | Jim Meyering |
1996-09-28 | . | Jim Meyering |
1996-07-15 | update FSF address in copyright | Jim Meyering |
1996-07-14 | Remove my address. | Jim Meyering |
1995-05-19 | No longer include safe-l?stat.h. | Jim Meyering |
1995-05-13 | (make_path): Use stat, not SAFE_STAT. | Jim Meyering |
1994-11-06 | merge with 1.12 | Jim Meyering |
1994-11-04 | Include makepath.h. | Jim Meyering |
1994-10-02 | merge with 3.9h | Jim Meyering |
1994-08-27 | . | Jim Meyering |
1994-08-27 | . | Jim Meyering |
1994-07-30 | Use SAFE_STAT instead of stat to avoid unnecessary failure | Jim Meyering |
1994-07-03 | . | Jim Meyering |