Age | Commit message (Expand) | Author |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-11-13 | mkdir: accept both --parent and --parents as synonyms for -p. | Elliott Hughes |
2018-08-26 | Convert more commands to the new option/GLOBALS code style. | Rob Landley |
2017-05-26 | Be more consistent about periods in help text. | Elliott Hughes |
2015-07-01 | Improve -Z error reporting. | Elliott Hughes |
2015-05-28 | Attempt to fix the mkdir LSM race. | Rob Landley |
2015-05-21 | mkdir: Fix argument of option -Z | José Bollo |
2015-05-19 | Add -Z support to mkdir, based on a patch from Jose Bollo. | Rob Landley |
2014-06-02 | Help text should have a blank line after usage: lines, and a couple other whi... | Rob Landley |
2014-03-11 | Move mkpathat to lib, remove redundant function used by patch. | Rob Landley |
2014-03-11 | Factor out mkpathat. | Rob Landley |
2013-12-18 | Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite ent... | Rob Landley |
2013-09-05 | Make chdir handle permissions according to posix, reported by Jacek Bukarewicz.. | Rob Landley |
2013-01-02 | Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o... | Rob Landley |
2012-12-23 | Minor tweaks. | Rob Landley |
2012-12-23 | Add -m option to mkdir | Felix Janda |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-08-25 | Regularize command headers, update links to standards documents. | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |