index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
findutils
/
xargs.c
Age
Commit message (
Expand
)
Author
2021-08-22
Regularize "NUL terminated input" --help texts
Denys Vlasenko
2020-09-30
xargs: fix -I SUBSTR behaviour
Denys Vlasenko
2020-04-29
xargs: restore correct behaviour of -n option
Ron Yorston
2020-01-29
xargs: fix handling of quoted arguments, closes 11441
Ron Yorston
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-03-10
xargs: mention -E STR in --help
Denys Vlasenko
2018-12-28
config: update size information
Denys Vlasenko
2018-10-30
xargs: fix exit code if command exits nonzero, closes 11381
Denys Vlasenko
2018-07-06
tweak help texts
Denys Vlasenko
2018-04-07
xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy
Denys Vlasenko
2017-08-30
xargs: fix a thinko in last commit
Denys Vlasenko
2017-08-29
xargs: support -a FILE
Johannes Schindelin
2017-08-24
xargs: optional support for -P NUM. Closes 9511
Denys Vlasenko
2017-08-24
xargs: code shrink
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-10-24
xargs: make -I imply -r
Aaro Koskinen
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
2015-05-25
typo fixes
Maninder Singh
2014-06-22
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-02-27
xargs: fix compilation breakage
Denys Vlasenko
2014-02-27
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-03-03
xargs: support --no-run-if-empty (synonym to -r)
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-06-19
xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary
Denys Vlasenko
2010-06-15
findutils/*: move usage and applet bits to *.c files
Denys Vlasenko
2010-06-15
xargs: another code shrink
Denys Vlasenko
2010-06-15
xargs: trivial code shrink
Denys Vlasenko
2010-06-14
xargs: trivial code shrink
Denys Vlasenko
2010-06-14
xargs: simplify logic
Denys Vlasenko
2010-06-13
xargs: fix accounting of -sNUM
Denys Vlasenko
2010-06-13
xargs: make -s NUM accept practically unlimited range
Denys Vlasenko
2010-06-13
xargs: code shrink -15 bytes
Denys Vlasenko
2010-06-06
pipe_progress: make it independent of printf machinery
Denys Vlasenko
2010-06-06
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-05-09
make it possible to keep Config/Kbuild snippets in *.c files
Denys Vlasenko
2010-04-09
xargs: do not decrease orig_arg_max to negative values
Denys Vlasenko
2010-03-18
*: code shrink and better "died from signal" reporting from wait4pid
Denys 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_XXXX
Denis Vlasenko
2008-08-04
xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.
Denis Vlasenko
2008-08-03
xargs: fix xargs -e; added test for that
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
[next]