summaryrefslogtreecommitdiff
path: root/lib/makepath.h
AgeCommit message (Collapse)Author
2005-06-02Use "file name" when talking about file names, instead of "filename"Paul Eggert
or "path", as per the GNU coding standards. As part of this, rename makepath.c to mkdir-p.c, and path-concat.c to filenamecat.c, and likewise for the .h files.
2005-05-14Update FSF postal mail address.Jim Meyering
2004-07-30Include <stdbool.h>.Paul Eggert
(make_path, make_dir): Use bool, not int, since we're not setting errno. Use mode_t for modes, not int. All uses changed.
2003-09-10Include <sys/types.h>, so that this file is self-contained.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-06-18(PARAMS): Remove. All uses removed.Jim Meyering
2000-11-05(make_dir): Declare.Jim Meyering
1997-12-21Use PARAMS, not __P.Jim Meyering
1996-11-04libitizeJim Meyering
1996-07-14formatting...Jim Meyering
1995-05-13Undef __P before defining.Jim Meyering
Guard definition with simpler `#if __STDC__'.
1994-11-04.Jim Meyering