Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | last_patch89 from vodz: | Eric Andersen | 2003-06-20 | 1 | -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 III | 2003-03-19 | 1 | -115/+88 |
| | |||||
* | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. | Matt Kraai | 2001-10-05 | 1 | -2/+2 |
| | |||||
* | Rewrote rm. | Matt Kraai | 2001-04-24 | 1 | -16/+1 |
| | |||||
* | Use generic flag names. | Matt Kraai | 2001-04-24 | 1 | -9/+9 |
| | |||||
* | Rewrite cp and mv to be SUSv2 compliant. | Matt Kraai | 2001-04-23 | 1 | -0/+183 |
| | |||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -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 Andersen | 2000-01-08 | 1 | -1/+6 |
| | | | | | and README is a file. -Erik | ||||
* | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen | 1999-12-29 | 1 | -41/+41 |
| | | | | | some cruft from cp. -Erik | ||||
* | Fixed cp so it works as God intended it to. | Erik Andersen | 1999-12-29 | 1 | -10/+32 |
| | | | | -Erik | ||||
* | Stuf | Eric Andersen | 1999-11-16 | 1 | -1/+6 |
| | |||||
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fixed up copyright notices and such | Eric Andersen | 1999-10-20 | 1 | -1/+3 |
| | |||||
* | More stuff. | Eric Andersen | 1999-10-18 | 1 | -2/+1 |
| | | | | -Erik | ||||
* | More fixes | Eric Andersen | 1999-10-18 | 1 | -40/+36 |
| | |||||
* | Some fixes and such | Eric Andersen | 1999-10-17 | 1 | -4/+3 |
| | |||||
* | More stuff. | Eric Andersen | 1999-10-09 | 1 | -3/+3 |
| | |||||
* | more stuff | Eric Andersen | 1999-10-07 | 1 | -29/+75 |
| | |||||
* | Initial revision0_29alpha2 | Eric Andersen | 1999-10-05 | 1 | -0/+38 |