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