Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xstrdup xargs cleanup from Jeff Garzik | Eric Andersen | 2001-03-23 | 1 | -1/+1 |
| | |||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
| | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | ||||
* | Fix wget error message and add (and use) chomp library function. | Matt Kraai | 2001-02-01 | 1 | -2/+1 |
| | |||||
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
| | | | | | a release. Update the website with release details. -Erik | ||||
* | Changed email address to codepoet.org, updated list of applets / docs I | Mark Whitley | 2001-01-04 | 1 | -1/+1 |
| | | | | maintain in AUTHORS. | ||||
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -4/+2 |
| | |||||
* | Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato, | Mark Whitley | 2000-11-14 | 1 | -112/+61 |
| | | | | Mr. Robotti...) Closes bug #1065. | ||||
* | Yet more polish (thanks again to kent robotti for the bug reports). | Eric Andersen | 2000-09-26 | 1 | -10/+12 |
| | | | | -Erik | ||||
* | Some more polish to make xargs act like GNU xargs (thanks to kent robotti | Eric Andersen | 2000-09-25 | 1 | -5/+6 |
| | | | | | <robotti@metconnect.com> for testing and pointing out the differences) -Erik | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Final (I think) version of xargs. Throw away all that tedious string | Eric Andersen | 2000-09-25 | 1 | -94/+62 |
| | | | | | | scrubbing, and quit using system. Instead, use fork() and exec(), which yields and smaller, simpler, and cleaner design. -Erik | ||||
* | Be ever so pedantic about escaping chars that the shell might not like... | Eric Andersen | 2000-09-25 | 1 | -17/+59 |
| | |||||
* | Fix up xargs so that things like 'cat cat.c | xargs echo' will | Eric Andersen | 2000-09-24 | 1 | -6/+29 |
| | | | | | work properly. -Erik | ||||
* | Fix xargs option parsing | Eric Andersen | 2000-09-24 | 1 | -13/+18 |
| | |||||
* | Fix memory problems, and make behavior correct. | Eric Andersen | 2000-09-23 | 1 | -5/+8 |
| | |||||
* | rewrite, so it should be firly clean now | Eric Andersen | 2000-09-23 | 1 | -98/+97 |
| | |||||
* | Use minix xargs instead, and update docs accordingly | Eric Andersen | 2000-09-22 | 1 | -913/+106 |
| | | | | -Erik | ||||
* | Comment on xargs choice. | Eric Andersen | 2000-09-22 | 1 | -1/+2 |
| | |||||
* | Add in xargs | Eric Andersen | 2000-09-22 | 1 | -0/+922 |