Bump to version 1.22.1
[platform/upstream/busybox.git] / findutils / xargs.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-03 Denys Vlasenkoxargs: support --no-run-if-empty (synonym to -r)
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-19 Denys Vlasenkoxargs: bump default -sNUM up to 32k. Use sysconf()...
2010-06-15 Denys Vlasenkofindutils/*: move usage and applet bits to *.c files
2010-06-15 Denys Vlasenkoxargs: another code shrink
2010-06-15 Denys Vlasenkoxargs: trivial code shrink
2010-06-14 Denys Vlasenkoxargs: trivial code shrink
2010-06-13 Denys Vlasenkoxargs: simplify logic
2010-06-13 Denys Vlasenkoxargs: fix accounting of -sNUM
2010-06-13 Denys Vlasenkoxargs: make -s NUM accept practically unlimited range
2010-06-13 Denys Vlasenkoxargs: code shrink -15 bytes
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-05-09 Denys Vlasenkomake it possible to keep Config/Kbuild snippets in...
2010-04-09 Denys Vlasenkoxargs: do not decrease orig_arg_max to negative values
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-08-04 Denis Vlasenkoxargs: fix -e default to match newer GNU xargs, add...
2008-08-03 Denis Vlasenkoxargs: fix xargs -e; added test for that
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-15 Denis Vlasenkoxargs: simplify word list management
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-10 Denis Vlasenkoxargs: fix my brain fart (resulted in memory leak)
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-09 Denis Vlasenkofactor out NOFORK/NOEXEC code from find. Use it for...
2007-04-09 Denis Vlasenkoxargs: shrink code, ~80 bytes
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-29 Denis Vlasenkoxargs: simplify option parsing
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-27 Bernhard Reutner... - use the defines CURRENT_TTY and VC_1; also shrink...
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
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