head: support -n -NUM and -c -NUM
[platform/upstream/busybox.git] / coreutils / cp.c
2012-03-05 Denys Vlasenkocp: trim help text
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-01-15 Denys Vlasenkocp: fix -H handling
2009-10-07 Denys Vlasenkocp: revert a recent buggy change, and add a comment...
2009-09-26 Denys Vlasenkocp: add support for --parents and long option synonyms...
2009-03-20 Denis Vlasenkocd: "support" -v by ignoring it
2008-04-27 Denis Vlasenkocp: fix "cp -RL" to create regular files even if src...
2008-04-11 Denis Vlasenkobuild system: use POSIX options only for cp
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-25 Denis Vlasenkocp: -r and -R imply -d (coreutils compat)
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-08-25 Denis Vlasenkomake copy_file() a bit easier to understand, and smaller
2007-08-24 Denis Vlasenkocp,mv: simpler arg[cv] handling -> smallish code savings
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-21 Denis Vlasenkocp: add support for -s, -l. Fix free(nonmalloc) bug.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-04-02 Bernhard Reutner... - typos: s/compatability/compatibility/g;s/compatable...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-11-01 Rob LandleyFix cp /dev/null filename, and a few in-passing cleanups.
2005-04-14 Mike Frysingerfake out support for POSIX -H and -L options since...
2005-01-07 Mike Frysingercp: make -P a synonym for -d
2004-01-25 Glenn L McGrathAdd the -r option as a synonym of -R
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-05 Matt KraaiInvert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREF...
2001-04-24 Matt KraaiUse generic flag names.
2001-04-23 Matt KraaiRewrite cp and mv to be SUSv2 compliant.
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-08 Erik AndersenFix cp and mv so 'cp foo/README bar' where foo and...
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-29 Erik AndersenFixed mv so it now does the right thing (same method...
1999-12-29 Erik AndersenFixed cp so it works as God intended it to.
1999-11-16 Eric AndersenStuf
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-18 Eric AndersenMore stuff.
1999-10-18 Eric AndersenMore fixes
1999-10-17 Eric AndersenSome fixes and such
1999-10-14 Eric AndersenFixed cp -[aR] and some other stuf.
1999-10-13 Eric AndersenMore stuff
1999-10-12 Eric AndersenLatest and greatest.
1999-10-09 Eric AndersenMore stuff.
1999-10-05 Eric AndersenInitial revision 0_29alpha2