Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ↵ | Mike Frysinger | 2005-05-11 | 1 | -1/+1 | |
| | | | | (BB_GETOPT_ERROR) | |||||
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 1 | -1/+1 | |
| | ||||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -5/+5 | |
| | ||||||
* | Enable long options, adds 150 bytes. | Glenn L McGrath | 2004-01-23 | 1 | -1/+12 | |
| | ||||||
* | Check valid options were given | Glenn L McGrath | 2004-01-23 | 1 | -0/+6 | |
| | ||||||
* | Dont change ownership unless we created the directory. | Glenn L McGrath | 2004-01-23 | 1 | -4/+6 | |
| | ||||||
* | Remove unneeded conditions and logic, fix bug where ownership didnt | Glenn L McGrath | 2004-01-23 | 1 | -33/+34 | |
| | | | | | | change. Dont use bb_make_directory it doesnt have the features, and its ugly to work around it. | |||||
* | Fix a bug, ignore the source path when installing to a directory. | Glenn L McGrath | 2003-11-27 | 1 | -45/+41 | |
| | | | | | We may be installing symlinks, so use lstat/lchown. Make use of bb_getopt_ulflags and cp_mv_stat2, save 100 bytes. | |||||
* | Accept the -c option and do nothing | Glenn L McGrath | 2003-10-29 | 1 | -0/+3 | |
| | ||||||
* | Add the -d option | Glenn L McGrath | 2003-09-24 | 1 | -1/+31 | |
| | ||||||
* | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath | 2003-09-24 | 1 | -0/+102 | |
chgrp and install. |