summaryrefslogtreecommitdiff
path: root/coreutils/mv.c
Commit message (Expand)AuthorAgeFilesLines
* cp,mv: fix -t DIR optionRon Yorston2021-06-251-2/+2
* mv: implement -t and -TDenys Vlasenko2021-06-171-24/+50
* *: --help text tweaksDenys Vlasenko2021-04-141-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-1/+1
* mv: make it NOEXECDenys Vlasenko2018-01-141-1/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+4
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-26/+12
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+0
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-4/+19
* Add conditional support for -v / --verboseDenys Vlasenko2014-05-191-1/+7
* mv: accept but ignore -vSimon B2012-05-061-8/+11
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* whitespace cleanupDenys Vlasenko2010-10-291-1/+1
* mv: implement -n optionDenys Vlasenko2010-10-261-13/+33
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-3/+3
* mv: fix a case when we move dangling symlinkDenis Vlasenko2008-07-121-6/+6
* whitespace fixes. no code changesDenis Vlasenko2008-04-221-1/+1
* copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko2008-03-281-1/+5
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-4/+0
* - use standard-imposed constants some moreBernhard Reutner-Fischer2007-11-161-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-1/+1
* cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko2007-08-241-18/+19
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+3
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-6/+5
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-3/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko2007-03-101-2/+7
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-1/+1
* cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko2006-10-211-6/+7
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-0/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-1/+1
* If /tmp and /home were different partitions, then "mv /tmp/file /home/file"Rob Landley2005-07-201-3/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* Use return instead of exit, use == instead of & ==, left justify labels,Glenn L McGrath2004-02-211-33/+29
* last_patch89 from vodz:Eric Andersen2003-06-201-17/+19
* Major coreutils update.Manuel Novoa III2003-03-191-115/+88
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai2001-10-051-2/+2