log toys/posix/mkdir.c @ 1776:7bf68329eb3b draft default tip

age author description
Mon, 02 Jun 2014 21:16:20 -0500 Rob Landley Help text should have a blank line after usage: lines, and a couple other whitespace tweaks. draft
Tue, 11 Mar 2014 20:44:55 -0500 Rob Landley Move mkpathat to lib, remove redundant function used by patch. draft
Tue, 11 Mar 2014 17:50:17 -0500 Rob Landley Factor out mkpathat. draft
Wed, 18 Dec 2013 10:20:16 -0600 Rob Landley Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite entries. draft
Thu, 05 Sep 2013 04:28:40 -0500 Rob Landley Make chdir handle permissions according to posix, reported by Jacek Bukarewicz.. draft
Wed, 02 Jan 2013 02:00:35 -0600 Rob Landley Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to.
Sun, 23 Dec 2012 14:06:17 -0600 Rob Landley Minor tweaks.
Sun, 23 Dec 2012 16:25:31 +0100 Felix Janda Add -m option to mkdir
Tue, 13 Nov 2012 17:14:08 -0600 Rob Landley Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.
Mon, 08 Oct 2012 00:02:30 -0500 Rob Landley New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
Sat, 25 Aug 2012 18:08:51 -0500 Rob Landley Regularize command headers, update links to standards documents.
Sat, 25 Aug 2012 14:25:22 -0500 Rob Landley Move commands into "posix", "lsb", and "other" menus/directories. base toys/mkdir.c@a52f128afe84