vi: fixes to string search in colon commands, closes 10321
[oweals/busybox.git] / coreutils / mv.c
2018-12-28 Denys Vlasenkoconfig: update size information
2018-04-07 Denys Vlasenkolibbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmat...
2018-01-14 Denys Vlasenkomv: make it NOEXEC
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2012-05-06 Simon Bmv: accept but ignore -v
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-27 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2010-10-26 Denys Vlasenkomv: implement -n option
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2008-07-12 Denis Vlasenkomv: fix a case when we move dangling symlink
2008-04-22 Denis Vlasenkowhitespace fixes. no code changes
2008-03-28 Denis Vlasenkocopy_file: handle "cp /dev/foo file" (almost) compatibl...
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2007-11-16 Bernhard Reutner... - use standard-imposed constants some more
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
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-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
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-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-10-21 Denis Vlasenkocp: add support for -s, -l. Fix free(nonmalloc) bug.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-07-20 Rob LandleyIf /tmp and /home were different partitions, then ...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-21 Glenn L McGrathUse return instead of exit, use == instead of & ==...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-05 Matt KraaiInvert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREF...
2001-04-24 Matt KraaiRewrote rm.
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...
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-18 Eric AndersenMore stuff.
1999-10-18 Eric AndersenMore fixes
1999-10-17 Eric AndersenSome fixes and such
1999-10-09 Eric AndersenMore stuff.
1999-10-07 Eric Andersenmore stuff
1999-10-05 Eric AndersenInitial revision 0_29alpha2