Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / make_directory.c
2018-02-06 Denys Vlasenkofix compile failure in previous commit
2018-02-06 Denys Vlasenkounzip: do not set directory mode to 0777
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2016-12-04 Denys Vlasenkofix musl problem with dirname, now for all users of...
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2012-05-27 Natanael Copaunzip: ignore chmod errors
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-18 Jeremie Koenigmkdir: fix -p on FreeBSD
2009-11-29 Denys Vlasenkotar: fix bug 673 (misdetection of repeated dir as hardl...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2008-10-19 Denis Vlasenkovolume identification: abolish /proc/partitions and...
2008-08-15 Denis Vlasenkomkdir: fix "uname 0222; mkdir foo/bar" case
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).