Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether we want...
[platform/upstream/toybox.git] / toys / posix / cp.c
2014-09-14 Rob LandleySplit xpopen() into xpopen_both(), xpopen(), and xrun...
2014-09-01 Rob LandleyAdd cp -F to force delete of existing destination files...
2014-08-16 Rob LandleyAdd install to cp/mv.
2014-07-26 Rob LandleyMove DIRTREE_COMEAGAIN second callback up to when the...
2014-07-14 Rob LandleyImplement -HL for cp.
2014-02-04 Rob LandleyTweak help text.
2014-01-16 Rob LandleyRename xmsprintf() to just xmprintf().
2013-08-01 Rob LandleyNeed to specify bool for CP_MV_MORE config symbol to...
2013-06-23 Rob LandleyImplement mv as an extension of cp.
2013-02-11 Rob LandleyImplement cp -s option.
2013-01-31 Rob LandleyFix -in behavior: descend into existing directory witho...
2013-01-18 Rob LandleyAdjust umask(0) for cp -p so mknod doesn't have to... 0.4.3
2013-01-16 Rob LandleyMake "sudo cp -rp /dev/null blah" work. Still not happy...
2013-01-12 Rob LandleyUpdate -p and -f to apply properly to various condition...
2013-01-11 Rob LandleyTeach cp to do -n.
2013-01-09 Rob LandleyTeach cp to do mknod.
2013-01-08 Rob LandleyAdapt cp to updated dirtree code.
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...