summaryrefslogtreecommitdiff
path: root/findutils/xargs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* xargs: simplify word list managementDenis Vlasenko2007-04-151-29/+25
* hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko2007-04-141-1/+3
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* xargs: fix my brain fart (resulted in memory leak)Denis Vlasenko2007-04-101-7/+6
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+3
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko2007-04-091-25/+10
* xargs: shrink code, ~80 bytesDenis Vlasenko2007-04-091-75/+77
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* xargs: simplify option parsingDenis Vlasenko2006-09-291-116/+91
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-10/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-14/+3
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:Bernhard Reutner-Fischer2006-05-271-3/+1
* removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU..."Vladimir N. Oleynik"2006-01-301-28/+28
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-8/+8
* Try to make indent formatting less horribleEric Andersen2003-10-311-39/+37
* Add a comment with link to the SUSv3 standard for xargsGlenn L McGrath2003-10-301-0/+3
* run through indentGlenn L McGrath2003-10-301-387/+392
* Vods versions of xargsGlenn L McGrath2003-10-101-191/+510
* Bugfix for xargsGlenn L McGrath2003-10-091-58/+99
* Add the x, n, s and E options, remove -r as its expected behaviour.Glenn L McGrath2003-10-041-14/+115
* Dont mix xarg options with utility option, fixes example ofGlenn L McGrath2003-10-031-11/+15
* last_patch89 from vodz:Eric Andersen2003-06-201-18/+7
* Major coreutils update.Manuel Novoa III2003-03-191-7/+5
* Rewrite of xargs by Vladimir N. OleynikGlenn L McGrath2002-11-101-62/+84
* last_patch55 from vodz:Eric Andersen2002-09-161-18/+20
* Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - andRobert Griebl2002-08-031-8/+6
* Call xmalloc before reallocEric Andersen2001-11-191-0/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-4/+4
* 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
* 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
* Changed email address to codepoet.org, updated list of applets / docs IMark Whitley2001-01-041-1/+1
* 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
* Yet more polish (thanks again to kent robotti for the bug reports).Eric Andersen2000-09-261-10/+12
* Some more polish to make xargs act like GNU xargs (thanks to kent robottiEric Andersen2000-09-251-5/+6
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Final (I think) version of xargs. Throw away all that tedious stringEric Andersen2000-09-251-94/+62