aboutsummaryrefslogtreecommitdiff
path: root/xargs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato,markw2000-11-141-112/+61
| | | | | | | Mr. Robotti...) Closes bug #1065. git-svn-id: svn://busybox.net/trunk/busybox@1301 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet more polish (thanks again to kent robotti for the bug reports).andersen2000-09-261-10/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1125 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more polish to make xargs act like GNU xargs (thanks to kent robottiandersen2000-09-251-5/+6
| | | | | | | | <robotti@metconnect.com> for testing and pointing out the differences) -Erik git-svn-id: svn://busybox.net/trunk/busybox@1120 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Final (I think) version of xargs. Throw away all that tedious stringandersen2000-09-251-94/+62
| | | | | | | | | scrubbing, and quit using system. Instead, use fork() and exec(), which yields and smaller, simpler, and cleaner design. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1116 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Be ever so pedantic about escaping chars that the shell might not like...andersen2000-09-251-17/+59
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1115 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up xargs so that things like 'cat cat.c | xargs echo' willandersen2000-09-241-6/+29
| | | | | | | | work properly. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1109 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix xargs option parsingandersen2000-09-241-13/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1108 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix memory problems, and make behavior correct.andersen2000-09-231-5/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rewrite, so it should be firly clean nowandersen2000-09-231-98/+97
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1099 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use minix xargs instead, and update docs accordinglyandersen2000-09-221-913/+106
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1098 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Comment on xargs choice.andersen2000-09-221-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1097 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in xargsandersen2000-09-221-0/+922
git-svn-id: svn://busybox.net/trunk/busybox@1096 69ca8d6d-28ef-0310-b511-8ec308f3f277