aboutsummaryrefslogtreecommitdiff
path: root/toys/cp.c
AgeCommit message (Expand)Author
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