summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-05-26cp: add -u/--update and --remove-destinationDenys Vlasenko3-19/+56
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko11-10/+62
2012-03-05cp: trim help textDenys Vlasenko1-2/+2
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-01-15cp: fix -H handlingDenys Vlasenko5-24/+227
2009-10-07cp: revert a recent buggy change, and add a comment why it's wrongDenys Vlasenko1-1/+3
2009-09-26cp: add support for --parents and long option synonyms of short optsDenys Vlasenko3-15/+66
2009-03-20cd: "support" -v by ignoring itDenis Vlasenko1-1/+49
2008-04-27cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko4-14/+23
2008-04-11build system: use POSIX options only for cpDenis Vlasenko2-3/+4
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-25cp: -r and -R imply -d (coreutils compat)Denis Vlasenko1-1/+2
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko13-62/+66
2007-08-25make copy_file() a bit easier to understand, and smallerDenis Vlasenko4-71/+68
2007-08-24cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko4-39/+45
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko41-128/+173
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko23-145/+145
2007-03-10selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko14-47/+452
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-21cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko6-159/+188
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-04-02- typos: s/compatability/compatibility/g;s/compatable/compatible/g;Bernhard Reutner-Fischer8-9/+9
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-11-01Fix cp /dev/null filename, and a few in-passing cleanups.Rob Landley2-84/+46
2005-04-14fake out support for POSIX -H and -L options since busybox cp dereferences ev...Mike Frysinger3-9/+19
2005-01-07cp: make -P a synonym for -dMike Frysinger2-2/+8
2004-01-25Add the -r option as a synonym of -RGlenn L McGrath1-1/+8
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-10-05Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai7-16/+16
2001-04-24Use generic flag names.Matt Kraai7-55/+56
2001-04-23Rewrite cp and mv to be SUSv2 compliant.Matt Kraai10-156/+811
2000-02-07A few minor updates. ;-)Erik Andersen76-1030/+1856
2000-01-08Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,Erik Andersen6-5/+32
2000-01-04Bunches of fixes. Typos, bugs, etc.Erik Andersen20-576/+779
1999-12-29Fixed mv so it now does the right thing (same method used in cp). RemovedErik Andersen6-99/+88
1999-12-29Fixed cp so it works as God intended it to.Erik Andersen8-53/+122
1999-11-16StufEric Andersen15-2263/+54
1999-11-10Updates to usage, and made tar work.Eric Andersen63-230/+290
1999-10-20Fixed up copyright notices and suchEric Andersen75-322/+947
1999-10-19Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen61-472/+3997
1999-10-18More stuff.Eric Andersen61-233/+168
1999-10-18More fixesEric Andersen19-254/+295
1999-10-17Some fixes and suchEric Andersen9-50/+50
[next]