aboutsummaryrefslogtreecommitdiff
path: root/coreutils/install.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* Another whack at scripts/individual. Now builds 212 applets.Rob Landley2006-08-091-8/+2
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-0/+4
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;Bernhard Reutner-Fischer2006-04-021-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-1/+1
* just whitespaceTim Riker2006-01-251-1/+1
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-1/+1
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-111-1/+1
* When lstat returns an error (such as file not found), the value ofRob Landley2005-10-091-10/+9
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-2/+2
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-6/+1
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-5/+5
* Enable long options, adds 150 bytes.Glenn L McGrath2004-01-231-1/+12
* Check valid options were givenGlenn L McGrath2004-01-231-0/+6
* Dont change ownership unless we created the directory.Glenn L McGrath2004-01-231-4/+6
* Remove unneeded conditions and logic, fix bug where ownership didntGlenn L McGrath2004-01-231-33/+34
* Fix a bug, ignore the source path when installing to a directory.Glenn L McGrath2003-11-271-45/+41
* Accept the -c option and do nothingGlenn L McGrath2003-10-291-0/+3
* Add the -d optionGlenn L McGrath2003-09-241-1/+31
* Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath2003-09-241-0/+102