index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cp_mv.c
Age
Commit message (
Expand
)
Author
2001-04-23
Remove file obsoleted by cp/mv rewrite.
Matt Kraai
2001-04-11
copy_file_chunk uses streams now.
Glenn L McGrath
2001-04-09
Apply Vladimir's latest cleanup patch.
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-31
Removed trailing \n from error_msg{,_and_die} messages.
Matt Kraai
2001-01-27
Fix up copyright msgs. Bump version to 0.49 in preparation for
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-25
Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.
Eric Andersen
2001-01-23
#define -> static const int. Also got rid of some big static buffers.
Mark Whitley
2000-12-18
Change calls to error_msg.* and strerror to use perror_msg.*.
Matt Kraai
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-09-23
Force optind=1 for libc5 when doing cp in cp_mv.c
Eric Andersen
2000-08-06
We complained if the total number of arguments was greater than 3 and
Matt Kraai
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-14
Don't use strings directly in calls to usage(). This is in preparation
Matt Kraai
2000-07-14
The result of getopt() should not be converted to "char" - it breaks on PPC
Pavel Roskin
2000-07-14
A couple of minor warning cleanups.
Eric Andersen
2000-07-14
Use errorMsg rather than fprintf.
Matt Kraai
2000-07-13
Patch from Marc Nijdam <marc_nijdam@hp.com>
Eric Andersen
2000-07-12
Use global applet_name instead of local versions.
Matt Kraai
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-06-08
Fixed parsing of arguments for cp
Pavel Roskin
2000-06-06
Fixed a bunch of stuff:
Eric Andersen
2000-05-10
* cp -fa now works as expected for symlinks (it didn't before)
Erik Andersen
2000-05-01
Some accrued fixes/updates.
Erik Andersen
2000-04-28
Latest and greatest. Some effort at libc5 (aiming towards newlib)
Erik Andersen
2000-04-21
More Doc updates. cmdedit and more termio fixes.
Erik Andersen
2000-04-13
Upates to include copyright 2000 to everything
Erik Andersen
2000-03-28
Yet another installment in the ongoing tar saga
Erik Andersen
2000-03-04
A few updates (including the cp fix the Craig has been looking for)
Erik Andersen
2000-02-11
Updates
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
2000-02-07
A few minor updates. ;-)
Erik Andersen