index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '1_19_4' into merge_1_19
Ron Yorston
2012-03-22
2
-10
/
+17
|
\
|
*
Apply post-1.19.0 patches, bump version to 1.19.1
1_19_1
Denys Vlasenko
2011-08-28
2
-10
/
+17
*
|
Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge
Ron Yorston
2012-03-22
1
-1
/
+36
|
\
|
|
*
find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config
Denys Vlasenko
2011-08-11
1
-1
/
+36
*
|
Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge
Ron Yorston
2012-03-22
3
-3
/
+0
|
\
|
|
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
3
-3
/
+0
*
|
Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge
Ron Yorston
2012-03-22
1
-3
/
+39
|
\
|
|
*
find: cater for libc w/o FNM_CASEFOLD
Denys Vlasenko
2011-05-23
1
-1
/
+33
|
*
find: implement -ipath
Bogdan Harjoc
2011-05-22
1
-3
/
+7
*
|
Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into merge
Ron Yorston
2012-03-22
1
-6
/
+13
|
\
|
|
*
xargs: support --no-run-if-empty (synonym to -r)
Denys Vlasenko
2011-03-03
1
-6
/
+13
*
|
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Ron Yorston
2012-03-22
1
-222
/
+197
|
\
|
|
*
find: trim help text a bit
Denys Vlasenko
2011-02-12
1
-8
/
+8
|
*
find: remove the hack we use to parse options first, replace with simpler code
Denys Vlasenko
2011-02-12
1
-121
/
+91
|
*
find: print/print0/prune _can_ be inverted, fix it
Denys Vlasenko
2011-02-12
1
-106
/
+101
|
*
find: document ! (not) operator
Denys Vlasenko
2011-02-12
1
-0
/
+3
|
*
find: help text: PATH must be first
Denys Vlasenko
2011-02-12
1
-1
/
+1
|
*
find: yet another tweak to help text
Denys Vlasenko
2011-02-12
1
-6
/
+6
|
*
find: fix help text about -prune: it also does assume -print
Denys Vlasenko
2011-02-12
1
-3
/
+3
|
*
find: significantly improve hext text. +116 bytes
Denys Vlasenko
2011-02-12
1
-49
/
+56
*
|
Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into merge
Ron Yorston
2012-03-21
3
-5
/
+5
|
\
|
|
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
3
-5
/
+5
*
|
Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'
Nguyễn Thái Ngọc Duy
2011-01-04
2
-9
/
+9
|
\
|
|
*
remove findutils/.gitignore, top-level one covers it
Denys Vlasenko
2010-10-11
1
-3
/
+0
|
*
grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.
Denys Vlasenko
2010-10-02
1
-6
/
+9
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
4
-17
/
+25
|
\
|
|
*
find: add rudimentary support for -exec {} +
Denys Vlasenko
2010-08-31
1
-10
/
+14
|
*
grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...
Denys Vlasenko
2010-08-23
1
-3
/
+7
|
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
4
-4
/
+4
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
|
\
|
|
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-1
/
+1
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-25
/
+27
|
\
|
|
*
xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary
Denys Vlasenko
2010-06-19
1
-25
/
+27
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
3
-274
/
+398
|
\
|
|
*
findutils/*: move usage and applet bits to *.c files
Denys Vlasenko
2010-06-15
3
-8
/
+172
|
*
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
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-2
/
+2
|
\
|
|
*
pipe_progress: make it independent of printf machinery
Denys Vlasenko
2010-06-06
1
-2
/
+2
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
3
-9
/
+9
|
\
|
|
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
3
-9
/
+9
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
7
-263
/
+280
|
\
|
|
*
findutils: Add Config.in and Kbuild to .gitignore
Peter Tyser
2010-05-16
1
-0
/
+3
|
*
make it possible to keep Config/Kbuild snippets in *.c files
Denys Vlasenko
2010-05-09
6
-256
/
+263
|
*
grep: fix -Fi
Ian Wienand
2010-04-30
1
-1
/
+4
[next]