summaryrefslogtreecommitdiff
path: root/cp_mv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-6/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-7/+7
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-8/+3
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen2001-01-251-2/+2
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-4/+6
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-10/+9
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-20/+20
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-2/+2
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Force optind=1 for libc5 when doing cp in cp_mv.cEric Andersen2000-09-231-0/+4
* We complained if the total number of arguments was greater than 3 andMatt Kraai2000-08-061-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-22/+0
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-141-13/+21
* The result of getopt() should not be converted to "char" - it breaks on PPCPavel Roskin2000-07-141-1/+1
* A couple of minor warning cleanups.Eric Andersen2000-07-141-1/+1
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-21/+18
* Patch from Marc Nijdam <marc_nijdam@hp.com>Eric Andersen2000-07-131-11/+9
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-16/+14
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-4/+3
* Fixed parsing of arguments for cpPavel Roskin2000-06-081-26/+25
* Fixed a bunch of stuff:Eric Andersen2000-06-061-23/+28
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-3/+4
* Some accrued fixes/updates.Erik Andersen2000-05-011-0/+4
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-9/+9
* 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
* Yet another installment in the ongoing tar sagaErik Andersen2000-03-281-4/+4
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-98/+181
* UpdatesErik Andersen2000-02-111-11/+15
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-185/+174
* A few minor updates. ;-)Erik Andersen2000-02-071-0/+258