Larry Doolittle writes:
[platform/upstream/busybox.git] / findutils / xargs.c
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-10-31 Eric AndersenTry to make indent formatting less horrible
2003-10-30 Glenn L McGrathAdd a comment with link to the SUSv3 standard for xargs
2003-10-30 Glenn L McGrathrun through indent
2003-10-10 Glenn L McGrathVods versions of xargs
2003-10-09 Glenn L McGrathBugfix for xargs
2003-10-04 Glenn L McGrathAdd the x, n, s and E options, remove -r as its expecte...
2003-10-03 Glenn L McGrathDont mix xarg options with utility option, fixes example of
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-10 Glenn L McGrathRewrite of xargs by Vladimir N. Oleynik
2002-09-16 Eric Andersenlast_patch55 from vodz:
2002-08-03 Robert GrieblFixed a bug in xarg: string data was strcat'ed to a...
2001-11-19 Eric AndersenCall xmalloc before realloc
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-03-23 Eric Andersenxstrdup xargs cleanup from Jeff Garzik
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-04 Mark WhitleyChanged email address to codepoet.org, updated list...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-11-14 Mark WhitleyBrand new version of xargs. Tested thoroughly by Kent...
2000-09-26 Eric AndersenYet more polish (thanks again to kent robotti for the...
2000-09-25 Eric AndersenSome more polish to make xargs act like GNU xargs ...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-25 Eric AndersenFinal (I think) version of xargs. Throw away all that...
2000-09-25 Eric AndersenBe ever so pedantic about escaping chars that the shell...
2000-09-24 Eric AndersenFix up xargs so that things like 'cat cat.c | xargs...
2000-09-24 Eric AndersenFix xargs option parsing
2000-09-23 Eric AndersenFix memory problems, and make behavior correct.
2000-09-23 Eric Andersenrewrite, so it should be firly clean now
2000-09-22 Eric AndersenUse minix xargs instead, and update docs accordingly
2000-09-22 Eric AndersenComment on xargs choice.
2000-09-22 Eric AndersenAdd in xargs