aboutsummaryrefslogtreecommitdiff
path: root/findutils/xargs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-14/+3
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:aldot2006-05-271-3/+1
* removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU...vodz2006-01-301-28/+28
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-1/+1
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-8/+8
* Try to make indent formatting less horribleandersen2003-10-311-39/+37
* Add a comment with link to the SUSv3 standard for xargsbug12003-10-301-0/+3
* run through indentbug12003-10-301-387/+392
* Vods versions of xargsbug12003-10-101-191/+510
* Bugfix for xargsbug12003-10-091-58/+99
* Add the x, n, s and E options, remove -r as its expected behaviour.bug12003-10-041-14/+115
* Dont mix xarg options with utility option, fixes example ofbug12003-10-031-11/+15
* last_patch89 from vodz:andersen2003-06-201-18/+7
* Major coreutils update.mjn32003-03-191-7/+5
* Rewrite of xargs by Vladimir N. Oleynikbug12002-11-101-62/+84
* last_patch55 from vodz:andersen2002-09-161-18/+20
* Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - andsandman2002-08-031-8/+6
* Call xmalloc before reallocandersen2001-11-191-0/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-241-4/+4
* xstrdup xargs cleanup from Jeff Garzikandersen2001-03-231-1/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* Fix wget error message and add (and use) chomp library function.kraai2001-02-011-2/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
* Changed email address to codepoet.org, updated list of applets / docs Imarkw2001-01-041-1/+1
* Use busybox error handling functions wherever possible.kraai2000-12-221-4/+2
* Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato,markw2000-11-141-112/+61
* Yet more polish (thanks again to kent robotti for the bug reports).andersen2000-09-261-10/+12
* Some more polish to make xargs act like GNU xargs (thanks to kent robottiandersen2000-09-251-5/+6
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Final (I think) version of xargs. Throw away all that tedious stringandersen2000-09-251-94/+62
* Be ever so pedantic about escaping chars that the shell might not like...andersen2000-09-251-17/+59
* Fix up xargs so that things like 'cat cat.c | xargs echo' willandersen2000-09-241-6/+29
* Fix xargs option parsingandersen2000-09-241-13/+18
* Fix memory problems, and make behavior correct.andersen2000-09-231-5/+8
* rewrite, so it should be firly clean nowandersen2000-09-231-98/+97
* Use minix xargs instead, and update docs accordinglyandersen2000-09-221-913/+106
* Comment on xargs choice.andersen2000-09-221-1/+2
* Add in xargsandersen2000-09-221-0/+922