Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-11-24 | Dont need a seperate function | Glenn L McGrath | |
2002-11-24 | When making parent directories set permissions based on the base parent tree ↵ | Glenn L McGrath | |
rather than the new directory to be created. | |||
2002-10-19 | Dont try and make the "/" directory | Glenn L McGrath | |
2002-09-28 | Fail straight away rather than recursively printing error messages :) | Glenn L McGrath | |
2002-09-22 | Fix error messages conditions, and make them the same as GNU mkdir. | Glenn L McGrath | |
2002-08-24 | Dont return an error if the directory already existed | Glenn L McGrath | |
2002-08-24 | Fix warning | Glenn L McGrath | |
2002-08-23 | Rewrite, its smaller | Glenn L McGrath | |
2001-08-24 | Canonicalize dirname(3) behavior. | Matt Kraai | |
2001-08-24 | Fix a memory leak if parent directory creation failed. | Matt Kraai | |
2001-08-02 | make_directory used mode as if it were an signed entity, but in fact | Eric Andersen | |
it was a mode_t which is unsigned. Fix it to be signed... -Erik | |||
2001-06-22 | stdlib.h defined free(), which this needs | Eric Andersen | |
2001-06-21 | Rewrote mkdir (and touched lots of things in the process). | Matt Kraai | |