aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-211-45/+27
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* whitespace cleanupvda2006-09-171-1/+1
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;aldot2006-04-021-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Fix cp /dev/null filename, and a few in-passing cleanups.landley2005-11-011-25/+2
* fake out support for POSIX -H and -L options since busybox cp dereferences ev...vapier2005-04-141-5/+13
* cp: make -P a synonym for -dvapier2005-01-071-1/+7
* Add the -r option as a synonym of -Rbug12004-01-251-1/+8
* Major coreutils update.mjn32003-03-191-66/+64
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.kraai2001-10-051-4/+4
* Use generic flag names.kraai2001-04-241-9/+9
* Rewrite cp and mv to be SUSv2 compliant.kraai2001-04-231-0/+114
* A few minor updates. ;-)erik2000-02-071-127/+0
* Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,erik2000-01-081-1/+6
* Bunches of fixes. Typos, bugs, etc.erik2000-01-041-1/+1
* Fixed mv so it now does the right thing (same method used in cp). Removederik1999-12-291-8/+1
* Fixed cp so it works as God intended it to.erik1999-12-291-14/+26
* Stufandersen1999-11-161-0/+2
* Updates to usage, and made tar work.andersen1999-11-101-1/+1
* Fixed up copyright notices and suchandersen1999-10-201-1/+3
* Added sfdisk. Ststic-ified a bunch of stuff.andersen1999-10-191-1/+1
* More stuff.andersen1999-10-181-4/+2
* More fixesandersen1999-10-181-4/+6
* Some fixes and suchandersen1999-10-171-6/+8
* Fixed cp -[aR] and some other stuf.andersen1999-10-141-4/+8
* More stuffandersen1999-10-131-34/+0
* Latest and greatest.andersen1999-10-121-5/+5
* More stuff.andersen1999-10-091-77/+129
* Initial revisionandersen1999-10-051-0/+89