summaryrefslogtreecommitdiff
path: root/coreutils/cp.c
Commit message (Expand)AuthorAgeFilesLines
* cp: fix build failure with long options disabledRon Yorston2021-08-151-3/+1
* cp,mv: fix -t DIR optionRon Yorston2021-06-251-2/+2
* cp: implement -nDenys Vlasenko2021-06-221-8/+11
* cp: implement -t DIRDenys Vlasenko2021-06-211-59/+71
* cp: preparatory indenting of code block, no code changesDenys Vlasenko2021-06-211-31/+31
* *: --help text tweaksDenys Vlasenko2021-04-141-1/+1
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* cp: placate gcc8Denys Vlasenko2018-08-011-1/+1
* cp: add missing quote in config snippetDenys Vlasenko2018-07-171-1/+1
* cp: optional --reflink supportDenys Vlasenko2018-07-131-0/+24
* cp: fix option handling in non-longopt configDenys Vlasenko2018-02-111-1/+5
* cp: implement -TAaro Koskinen2018-02-011-2/+13
* mv: make it NOEXECDenys Vlasenko2018-01-141-0/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-8/+10
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-3/+4
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-3/+19
* cp: add -u/--update and --remove-destinationDenys Vlasenko2016-05-271-12/+18
* Add conditional support for -v / --verboseDenys Vlasenko2014-05-191-1/+0
* cp: trim help textDenys Vlasenko2012-03-051-2/+2
* *: 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
* cp: fix -H handlingDenys Vlasenko2010-01-151-10/+6
* cp: revert a recent buggy change, and add a comment why it's wrongDenys Vlasenko2009-10-081-1/+3
* cp: add support for --parents and long option synonyms of short optsDenys Vlasenko2009-09-261-14/+52
* cd: "support" -v by ignoring itDenis Vlasenko2009-03-201-1/+49
* cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko2008-04-271-10/+12
* build system: use POSIX options only for cpDenis Vlasenko2008-04-111-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* cp: -r and -R imply -d (coreutils compat)Denis Vlasenko2007-09-251-1/+2
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-1/+1
* make copy_file() a bit easier to understand, and smallerDenis Vlasenko2007-08-251-1/+0
* cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko2007-08-241-14/+16
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+3
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko2007-03-101-0/+7
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko2006-10-211-45/+27
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* - 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