summaryrefslogtreecommitdiff
path: root/coreutils/mv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* last_patch89 from vodz:Eric Andersen2003-06-201-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manuel, I rewrite bb_getopt_ulflags() function for more universal usage. My version support now: - options with arguments (optional arg as GNU extension also) - complementaly and/or incomplementaly and/or incongruously and/or list options - long_opt (all applets may have long option, add supporting is trivial) This realisation full compatibile from your version. Code size grow 480 bytes, but only coreutils/* over compensate this size after using new function. Last patch reduced over 800 bytes and not full applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate trivial addition support long_opt with usage new bb_getopt_ulflags(). Complementaly and/or incomplementaly and/or incongruously and/or list options logic is not trivial, but new "cut" and "grep" applets using this logic for examples with full demostrating. New "grep" applet reduced over 300 bytes. Mark, Also. I removed bug from "grep" applet. $ echo a b | busybox grep -e a b a b a b But right is printing one only. --w vodz
* Major coreutils update.Manuel Novoa III2003-03-191-115/+88
|
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai2001-10-051-2/+2
|
* Rewrote rm.Matt Kraai2001-04-241-16/+1
|
* Use generic flag names.Matt Kraai2001-04-241-9/+9
|
* Rewrite cp and mv to be SUSv2 compliant.Matt Kraai2001-04-231-0/+183
|
* A few minor updates. ;-)Erik Andersen2000-02-071-112/+0
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,Erik Andersen2000-01-081-1/+6
| | | | | and README is a file. -Erik
* Fixed mv so it now does the right thing (same method used in cp). RemovedErik Andersen1999-12-291-41/+41
| | | | | some cruft from cp. -Erik
* Fixed cp so it works as God intended it to.Erik Andersen1999-12-291-10/+32
| | | | -Erik
* StufEric Andersen1999-11-161-1/+6
|
* Updates to usage, and made tar work.Eric Andersen1999-11-101-1/+1
| | | | -Erik
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+3
|
* More stuff.Eric Andersen1999-10-181-2/+1
| | | | -Erik
* More fixesEric Andersen1999-10-181-40/+36
|
* Some fixes and suchEric Andersen1999-10-171-4/+3
|
* More stuff.Eric Andersen1999-10-091-3/+3
|
* more stuffEric Andersen1999-10-071-29/+75
|
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+38