aboutsummaryrefslogtreecommitdiff
path: root/coreutils/install.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-071-1/+1
* install: fix help textDenys Vlasenko2014-09-241-1/+1
* install: implement -t DIRAaro Koskinen2014-09-241-15/+22
* Add conditional support for -v / --verboseDenys Vlasenko2014-05-191-3/+11
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+18
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* install: strip before mode/uid/gid is set, not after.Denys Vlasenko2010-02-211-12/+13
* cp: fix -H handlingDenys Vlasenko2010-01-151-1/+1
* install: compat fix for mode of created files.Denys Vlasenko2009-06-151-3/+4
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-3/+3
* install: shrink -D code. By Bernhard.Denis Vlasenko2008-09-061-10/+7
* kbd_mode: fix non-ASCII letters in commentsDenis Vlasenko2008-09-031-27/+37
* install: fix long option not taking params (bug 4584)Denis Vlasenko2008-08-151-3/+3
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-2/+2
* install: do not chown intermediate directories with install -d; shrinkDenis Vlasenko2008-07-161-47/+28
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-3/+0
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* install: fix bug in "install -c file dir" (tries to copy dir into dir too)Denis Vlasenko2007-09-261-21/+26
* update Glenn McGrath's email addressDenis Vlasenko2007-09-211-1/+1
* install: shrink a bit, fix two bugletsDenis Vlasenko2007-08-261-29/+38
* cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko2007-08-241-2/+4
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-13/+12
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* install: fix install a b /a/link/to/dirDenis Vlasenko2007-06-171-3/+9
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-2/+3
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-2/+2
* introduce and use setfscreatecon_or_dieDenis Vlasenko2007-03-121-3/+1
* next portion of selinux updates: chcon, runcon. FromDenis Vlasenko2007-03-111-1/+2
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko2007-03-101-5/+70
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-38/+44
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-2/+2
* 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