log toys/cp.c @ 562:4d802d438983

age author description
Tue, 06 Mar 2012 20:48:27 -0600 Rob Landley Comment and whitespace tweaks.
Mon, 27 Feb 2012 21:56:49 -0600 Rob Landley Upgrade yesno() and make cp -i use it.
Thu, 23 Feb 2012 22:08:27 -0500 Bryce Fricke Implemented -i for cp
Mon, 06 Feb 2012 14:36:56 -0800 Luis Felipe Strano Moraes Silence really boring compiler warning.
Sun, 14 Dec 2008 01:08:37 -0600 Rob Landley Shut up some new aggressively stupid warnings gcc 4.3 produces.
Wed, 09 Apr 2008 22:24:36 -0500 Rob Landley We don't open a destination filehandle for symlinks, so xclose() would barf.
Wed, 09 Apr 2008 22:01:20 -0500 Rob Landley Add -v to cp.
Wed, 26 Mar 2008 00:54:56 -0500 Rob Landley Another cp -r fix, another test case...
Tue, 25 Mar 2008 17:09:40 -0500 Rob Landley Update cp -r to work better, add relevant tests to test suite.
Mon, 24 Mar 2008 05:14:37 -0500 Rob Landley Fix -r logic, it needs both source and dest paths explicitly stated.
Sun, 24 Feb 2008 03:48:06 -0600 Rob Landley Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi
Thu, 21 Feb 2008 04:44:42 -0600 Rob Landley Make cp pass most of its test suite. Still need to add symlink support.
Wed, 20 Feb 2008 01:47:56 -0600 Rob Landley Add first pass at cp, totally untested, unlikely to work yet. :)