*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
[platform/upstream/busybox.git] / libbb / make_directory.c
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2007-08-09 Denis Vlasenkostat: fix option -Z segv (bug 1454)
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-07-10 "Robert P. J. Day"Replace current verbose GPL stuff in libbb/*.c with...
2004-10-13 Eric AndersenMake certain clients of bb_make_directory default to...
2004-10-08 Eric AndersenPatch from Michael Tokarev:
2004-04-14 Eric AndersenLarry Doolittle writes:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-24 Glenn L McGrathDont need a seperate function
2002-11-24 Glenn L McGrathWhen making parent directories set permissions based...
2002-10-19 Glenn L McGrathDont try and make the "/" directory
2002-09-28 Glenn L McGrathFail straight away rather than recursively printing...
2002-09-22 Glenn L McGrathFix error messages conditions, and make them the same...
2002-08-24 Glenn L McGrathDont return an error if the directory already existed
2002-08-24 Glenn L McGrathFix warning
2002-08-23 Glenn L McGrathRewrite, its smaller
2001-08-24 Matt KraaiCanonicalize dirname(3) behavior.
2001-08-24 Matt KraaiFix a memory leak if parent directory creation failed.
2001-08-02 Eric Andersenmake_directory used mode as if it were an signed entity...
2001-06-22 Eric Andersenstdlib.h defined free(), which this needs
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).