summaryrefslogtreecommitdiff
path: root/libbb/make_directory.c
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize dirname(3) behavior.Matt Kraai2001-08-241-3/+7
* Fix a memory leak if parent directory creation failed.Matt Kraai2001-08-241-4/+4
* make_directory used mode as if it were an signed entity, but in factEric Andersen2001-08-021-1/+1
* stdlib.h defined free(), which this needsEric Andersen2001-06-221-0/+1
* Rewrote mkdir (and touched lots of things in the process).Matt Kraai2001-06-211-0/+66