Matt Kraai
|
ac20ce1924
|
Canonicalize dirname(3) behavior.
|
2001-08-24 19:51:54 +00:00 |
|
Matt Kraai
|
2a953aed38
|
Fix a memory leak if parent directory creation failed.
|
2001-08-24 19:07:31 +00:00 |
|
Eric Andersen
|
879d6c85af
|
make_directory used mode as if it were an signed entity, but in fact
it was a mode_t which is unsigned. Fix it to be signed...
-Erik
|
2001-08-02 09:58:19 +00:00 |
|
Eric Andersen
|
764303f980
|
stdlib.h defined free(), which this needs
|
2001-06-22 03:07:19 +00:00 |
|
Matt Kraai
|
ceeff73819
|
Rewrote mkdir (and touched lots of things in the process).
|
2001-06-21 19:41:37 +00:00 |
|