aboutsummaryrefslogtreecommitdiff
path: root/coreutils/mv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* style cleanup: return(a) -> return a, part 2vda2006-11-271-1/+1
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-211-6/+7
* getopt_ulflags -> getopt32.vda2006-10-031-3/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-14/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-261-0/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-1/+1
* If /tmp and /home were different partitions, then "mv /tmp/file /home/file"landley2005-07-201-3/+3
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-4/+4
* Use return instead of exit, use == instead of & ==, left justify labels,bug12004-02-211-33/+29
* last_patch89 from vodz:andersen2003-06-201-17/+19
* Major coreutils update.mjn32003-03-191-115/+88
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.kraai2001-10-051-2/+2
* Rewrote rm.kraai2001-04-241-16/+1
* Use generic flag names.kraai2001-04-241-9/+9
* Rewrite cp and mv to be SUSv2 compliant.kraai2001-04-231-0/+183
* A few minor updates. ;-)erik2000-02-071-112/+0
* Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,erik2000-01-081-1/+6
* Fixed mv so it now does the right thing (same method used in cp). Removederik1999-12-291-41/+41
* Fixed cp so it works as God intended it to.erik1999-12-291-10/+32
* Stufandersen1999-11-161-1/+6
* Updates to usage, and made tar work.andersen1999-11-101-1/+1
* Fixed up copyright notices and suchandersen1999-10-201-1/+3
* More stuff.andersen1999-10-181-2/+1
* More fixesandersen1999-10-181-40/+36
* Some fixes and suchandersen1999-10-171-4/+3
* More stuff.andersen1999-10-091-3/+3
* more stuffandersen1999-10-071-29/+75
* Initial revisionandersen1999-10-051-0/+38