summaryrefslogtreecommitdiff
path: root/xargs.c
Commit message (Collapse)AuthorAgeFilesLines
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-105/+0
| | | | -Erik
* xstrdup xargs cleanup from Jeff GarzikEric Andersen2001-03-231-1/+1
|
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-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 Kraai2001-02-011-2/+1
|
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
| | | | | a release. Update the website with release details. -Erik
* Changed email address to codepoet.org, updated list of applets / docs IMark Whitley2001-01-041-1/+1
| | | | maintain in AUTHORS.
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-4/+2
|
* Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato,Mark Whitley2000-11-141-112/+61
| | | | Mr. Robotti...) Closes bug #1065.
* Yet more polish (thanks again to kent robotti for the bug reports).Eric Andersen2000-09-261-10/+12
| | | | -Erik
* Some more polish to make xargs act like GNU xargs (thanks to kent robottiEric Andersen2000-09-251-5/+6
| | | | | <robotti@metconnect.com> for testing and pointing out the differences) -Erik
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Final (I think) version of xargs. Throw away all that tedious stringEric Andersen2000-09-251-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 Andersen2000-09-251-17/+59
|
* Fix up xargs so that things like 'cat cat.c | xargs echo' willEric Andersen2000-09-241-6/+29
| | | | | work properly. -Erik
* Fix xargs option parsingEric Andersen2000-09-241-13/+18
|
* Fix memory problems, and make behavior correct.Eric Andersen2000-09-231-5/+8
|
* rewrite, so it should be firly clean nowEric Andersen2000-09-231-98/+97
|
* Use minix xargs instead, and update docs accordinglyEric Andersen2000-09-221-913/+106
| | | | -Erik
* Comment on xargs choice.Eric Andersen2000-09-221-1/+2
|
* Add in xargsEric Andersen2000-09-221-0/+922