summaryrefslogtreecommitdiff
path: root/cp_mv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-4/+3
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Fixed parsing of arguments for cpPavel Roskin2000-06-081-26/+25
|
* Fixed a bunch of stuff:Eric Andersen2000-06-061-23/+28
| | | | | | | | | | * Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-3/+4
| | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
* Some accrued fixes/updates.Erik Andersen2000-05-011-0/+4
| | | | | | | | * cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-9/+9
| | | | | compatability. -Erik
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-8/+13
|
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
| | | | -Erik
* Yet another installment in the ongoing tar sagaErik Andersen2000-03-281-4/+4
| | | | -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-98/+181
| | | | -Erik
* UpdatesErik Andersen2000-02-111-11/+15
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-185/+174
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-0/+258
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik