Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont need a seperate function | bug1 | 2002-11-24 | 1 | -19/+13 |
* | When making parent directories set permissions based on the base parent tree ... | bug1 | 2002-11-24 | 1 | -8/+26 |
* | Dont try and make the "/" directory | bug1 | 2002-10-19 | 1 | -2/+2 |
* | Fail straight away rather than recursively printing error messages :) | bug1 | 2002-09-28 | 1 | -1/+1 |
* | Fix error messages conditions, and make them the same as GNU mkdir. | bug1 | 2002-09-22 | 1 | -2/+2 |
* | Dont return an error if the directory already existed | bug1 | 2002-08-24 | 1 | -3/+7 |
* | Fix warning | bug1 | 2002-08-24 | 1 | -0/+1 |
* | Rewrite, its smaller | bug1 | 2002-08-23 | 1 | -30/+22 |
* | Canonicalize dirname(3) behavior. | kraai | 2001-08-24 | 1 | -3/+7 |
* | Fix a memory leak if parent directory creation failed. | kraai | 2001-08-24 | 1 | -4/+4 |
* | make_directory used mode as if it were an signed entity, but in fact | andersen | 2001-08-02 | 1 | -1/+1 |
* | stdlib.h defined free(), which this needs | andersen | 2001-06-22 | 1 | -0/+1 |
* | Rewrote mkdir (and touched lots of things in the process). | kraai | 2001-06-21 | 1 | -0/+66 |