aboutsummaryrefslogtreecommitdiff
path: root/findutils/xargs.c
AgeCommit message (Expand)Author
2020-09-30xargs: fix -I SUBSTR behaviourDenys Vlasenko
2020-04-29xargs: restore correct behaviour of -n optionRon Yorston
2020-01-29xargs: fix handling of quoted arguments, closes 11441Ron Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-03-10xargs: mention -E STR in --helpDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-10-30xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko
2018-07-06tweak help textsDenys Vlasenko
2018-04-07xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko
2017-08-30xargs: fix a thinko in last commitDenys Vlasenko
2017-08-29xargs: support -a FILEJohannes Schindelin
2017-08-24xargs: optional support for -P NUM. Closes 9511Denys Vlasenko
2017-08-24xargs: code shrinkDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-24xargs: make -I imply -rAaro Koskinen
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-05-25typo fixesManinder Singh
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko
2014-02-27xargs: fix compilation breakageDenys Vlasenko
2014-02-27xargs: add support for -I and -i. Closes 493Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-03xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-19xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessaryDenys Vlasenko
2010-06-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko
2010-06-15xargs: another code shrinkDenys Vlasenko
2010-06-15xargs: trivial code shrinkDenys Vlasenko
2010-06-14xargs: trivial code shrinkDenys Vlasenko
2010-06-14xargs: simplify logicDenys Vlasenko
2010-06-13xargs: fix accounting of -sNUMDenys Vlasenko
2010-06-13xargs: make -s NUM accept practically unlimited rangeDenys Vlasenko
2010-06-13xargs: code shrink -15 bytesDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-05-09make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko
2010-04-09xargs: do not decrease orig_arg_max to negative valuesDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-08-04xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.Denis Vlasenko
2008-08-03xargs: fix xargs -e; added test for thatDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko