Add one-line GPL boilerplate to numerous (but not all yet) source files.
[oweals/busybox.git] / coreutils / install.c
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-04-02 Bernhard Reutner... - typos: s/compatability/compatibility/g;s/compatable...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2006-01-25 Tim Rikerjust whitespace
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-09 Rob LandleyWhen lstat returns an error (such as file not found...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-23 Glenn L McGrathEnable long options, adds 150 bytes.
2004-01-23 Glenn L McGrathCheck valid options were given
2004-01-23 Glenn L McGrathDont change ownership unless we created the directory.
2004-01-23 Glenn L McGrathRemove unneeded conditions and logic, fix bug where...
2003-11-27 Glenn L McGrathFix a bug, ignore the source path when installing to...
2003-10-29 Glenn L McGrathAccept the -c option and do nothing
2003-09-24 Glenn L McGrathAdd the -d option
2003-09-24 Glenn L McGrathAdd the "install" applet, move get_ug_id to libbb as...