aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mkdir.C
Commit message (Collapse)AuthorAgeFilesLines
* cmd: rename *.C to *.cRuss Cox2014-11-171-80/+0
| | | | | | | | | These were *.C back in 2003, before the 9 script, to avoid conflicts with the system utilities. A later change renamed them, but that change seems to have been lost during the hg->git conversion because I ran the conversion on a case-insensitive file system. Change-Id: Id32c99cb9571ef0e185c3cc9e8c8d6d5b48ca195
* add -m flagrsc2004-04-211-2/+12
|
* add -p flag. too many install scripts want it.rsc2004-04-151-17/+61
|
* new utilities.rsc2003-11-231-0/+26
the .C files compile but are renamed to avoid building automatically.