| Commit message (Expand) | Author | Age | Files | Lines |
* | cp: fix option handling in non-longopt config | Denys Vlasenko | 2018-02-14 | 1 | -1/+5 |
* | cp: implement -T | Aaro Koskinen | 2018-02-14 | 1 | -2/+13 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -8/+10 |
* | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 1 | -3/+4 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -3/+3 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -2/+2 |
* | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -3/+19 |
* | cp: add -u/--update and --remove-destination | Denys Vlasenko | 2016-05-27 | 1 | -12/+18 |
* | Add conditional support for -v / --verbose | Denys Vlasenko | 2014-05-19 | 1 | -1/+0 |
* | cp: trim help text | Denys Vlasenko | 2012-03-05 | 1 | -2/+2 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+18 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | cp: fix -H handling | Denys Vlasenko | 2010-01-15 | 1 | -10/+6 |
* | cp: revert a recent buggy change, and add a comment why it's wrong | Denys Vlasenko | 2009-10-08 | 1 | -1/+3 |
* | cp: add support for --parents and long option synonyms of short opts | Denys Vlasenko | 2009-09-26 | 1 | -14/+52 |
* | cd: "support" -v by ignoring it | Denis Vlasenko | 2009-03-20 | 1 | -1/+49 |
* | cp: fix "cp -RL" to create regular files even if src is a symlink | Denis Vlasenko | 2008-04-27 | 1 | -10/+12 |
* | build system: use POSIX options only for cp | Denis Vlasenko | 2008-04-11 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | cp: -r and -R imply -d (coreutils compat) | Denis Vlasenko | 2007-09-25 | 1 | -1/+2 |
* | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko | 2007-09-24 | 1 | -1/+1 |
* | make copy_file() a bit easier to understand, and smaller | Denis Vlasenko | 2007-08-25 | 1 | -1/+0 |
* | cp,mv: simpler arg[cv] handling -> smallish code savings | Denis Vlasenko | 2007-08-24 | 1 | -14/+16 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko | 2007-07-21 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | audit small applets and mark some of them as NOFORK. | Denis Vlasenko | 2007-04-10 | 1 | -0/+3 |
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 1 | -1/+1 |
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 1 | -0/+7 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | cp: add support for -s, -l. Fix free(nonmalloc) bug. | Denis Vlasenko | 2006-10-21 | 1 | -45/+27 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
* | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | Bernhard Reutner-Fischer | 2006-04-02 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | Fix cp /dev/null filename, and a few in-passing cleanups. | Rob Landley | 2005-11-01 | 1 | -25/+2 |
* | fake out support for POSIX -H and -L options since busybox cp dereferences ev... | Mike Frysinger | 2005-04-14 | 1 | -5/+13 |
* | cp: make -P a synonym for -d | Mike Frysinger | 2005-01-07 | 1 | -1/+7 |
* | Add the -r option as a synonym of -R | Glenn L McGrath | 2004-01-25 | 1 | -1/+8 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -66/+64 |
* | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. | Matt Kraai | 2001-10-05 | 1 | -4/+4 |
* | Use generic flag names. | Matt Kraai | 2001-04-24 | 1 | -9/+9 |
* | Rewrite cp and mv to be SUSv2 compliant. | Matt Kraai | 2001-04-23 | 1 | -0/+114 |
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -127/+0 |
* | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen | 2000-01-08 | 1 | -1/+6 |
* | Bunches of fixes. Typos, bugs, etc. | Erik Andersen | 2000-01-04 | 1 | -1/+1 |
* | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen | 1999-12-29 | 1 | -8/+1 |
* | Fixed cp so it works as God intended it to. | Erik Andersen | 1999-12-29 | 1 | -14/+26 |