Apply Vladimir's latest cleanup patch.
[platform/upstream/busybox.git] / cp_mv.c
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-23 Eric AndersenForce optind=1 for libc5 when doing cp in cp_mv.c
2000-08-06 Matt KraaiWe complained if the total number of arguments was...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-07-14 Pavel RoskinThe result of getopt() should not be converted to ...
2000-07-14 Eric AndersenA couple of minor warning cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-13 Eric AndersenPatch from Marc Nijdam <marc_nijdam@hp.com>
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-08 Pavel RoskinFixed parsing of arguments for cp
2000-06-06 Eric AndersenFixed a bunch of stuff:
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)