index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
/
xargs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-1
/
+1
|
\
|
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
|
xargs: fix 'xargs -sNUM' tests
Ron Yorston
2019-01-06
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
1
-3
/
+4
|
\
|
|
*
xargs: fix exit code if command exits nonzero, closes 11381
Denys Vlasenko
2018-10-30
1
-3
/
+4
*
|
Merge branch 'busybox'
Ron Yorston
2018-07-25
1
-1
/
+1
|
\
|
|
*
tweak help texts
Denys Vlasenko
2018-07-06
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-09
1
-10
/
+11
|
\
|
|
*
xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy
Denys Vlasenko
2018-04-07
1
-6
/
+6
*
|
mingw: special-case xargs -P on Windows
Johannes Schindelin
2017-10-01
1
-0
/
+75
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-32
/
+144
|
\
|
|
*
xargs: fix a thinko in last commit
Denys Vlasenko
2017-08-30
1
-1
/
+1
|
*
xargs: support -a FILE
Johannes Schindelin
2017-08-29
1
-1
/
+17
|
*
xargs: optional support for -P NUM. Closes 9511
Denys Vlasenko
2017-08-24
1
-18
/
+117
|
*
xargs: code shrink
Denys Vlasenko
2017-08-24
1
-14
/
+11
*
|
xargs: avoid unused variable
Johannes Schindelin
2017-08-23
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-7
/
+2
|
\
|
|
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-7
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-12
/
+12
|
\
|
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-11
/
+11
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
1
-1
/
+3
|
\
|
|
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
|
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-31
1
-0
/
+3
|
\
|
|
*
xargs: make -I imply -r
Aaro Koskinen
2015-10-24
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
1
-1
/
+1
|
\
|
|
*
join some common strings, -400 bytes
Denys Vlasenko
2015-10-08
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
1
-1
/
+1
|
\
|
|
*
typo fixes
Maninder Singh
2015-05-25
1
-1
/
+1
*
|
xargs: read characters directly from console so -p flag works
Ron Yorston
2014-09-10
1
-0
/
+13
|
/
*
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-06-22
1
-16
/
+10
*
xargs: fix compilation breakage
Denys Vlasenko
2014-02-27
1
-1
/
+1
*
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-27
1
-26
/
+127
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
xargs: support --no-run-if-empty (synonym to -r)
Denys Vlasenko
2011-03-03
1
-6
/
+13
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary
Denys Vlasenko
2010-06-19
1
-25
/
+27
*
findutils/*: move usage and applet bits to *.c files
Denys Vlasenko
2010-06-15
1
-2
/
+25
*
xargs: another code shrink
Denys Vlasenko
2010-06-15
1
-30
/
+20
*
xargs: trivial code shrink
Denys Vlasenko
2010-06-15
1
-7
/
+7
*
xargs: trivial code shrink
Denys Vlasenko
2010-06-14
1
-12
/
+10
*
xargs: simplify logic
Denys Vlasenko
2010-06-14
1
-199
/
+184
*
xargs: fix accounting of -sNUM
Denys Vlasenko
2010-06-13
1
-53
/
+46
*
xargs: make -s NUM accept practically unlimited range
Denys Vlasenko
2010-06-13
1
-1
/
+1
*
xargs: code shrink -15 bytes
Denys Vlasenko
2010-06-13
1
-80
/
+74
*
pipe_progress: make it independent of printf machinery
Denys Vlasenko
2010-06-06
1
-2
/
+2
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
1
-5
/
+5
*
make it possible to keep Config/Kbuild snippets in *.c files
Denys Vlasenko
2010-05-09
1
-0
/
+41
[next]