aboutsummaryrefslogtreecommitdiff
path: root/toys/cp.c
AgeCommit message (Expand)Author
2012-05-31cp doesn't really need the optstring + logic. Still needs to be updated for ...Rob Landley
2012-04-14Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (fr...Rob Landley
2012-03-06Comment and whitespace tweaks.Rob Landley
2012-02-27Upgrade yesno() and make cp -i use it.Rob Landley
2012-02-23Implemented -i for cpBryce Fricke
2012-02-06Silence really boring compiler warning.Luis Felipe Strano Moraes
2008-12-14Shut up some new aggressively stupid warnings gcc 4.3 produces.Rob Landley
2008-04-09We don't open a destination filehandle for symlinks, so xclose() would barf.Rob Landley
2008-04-09Add -v to cp.Rob Landley
2008-03-26Another cp -r fix, another test case...Rob Landley
2008-03-25Update cp -r to work better, add relevant tests to test suite.Rob Landley
2008-03-24Fix -r logic, it needs both source and dest paths explicitly stated.Rob Landley
2008-02-24Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLiRob Landley
2008-02-21Make cp pass most of its test suite. Still need to add symlink support.Rob Landley
2008-02-20Add first pass at cp, totally untested, unlikely to work yet. :)Rob Landley