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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
find: fix -name matching for dotfiles. -1 byte
Denys Vlasenko
2010-04-26
1
-2
/
+7
|
*
grep: makw -w support unconditional
Denys Vlasenko
2010-04-26
1
-4
/
+3
*
|
win32: grep: define RE_TRANSLATE_TYPE on Windows
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+8
|
/
*
xargs: do not decrease orig_arg_max to negative values
Denys Vlasenko
2010-04-09
1
-20
/
+25
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
2010-03-18
1
-9
/
+2
*
find: tweak error message
Bernhard Reutner-Fischer
2010-02-25
1
-2
/
+6
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
2
-2
/
+2
*
find: correct handling of -xdev
Denys Vlasenko
2010-01-10
1
-17
/
+25
*
find: add optional support for -links. +100 bytes
Matheus Izvekov
2010-01-06
2
-3
/
+30
*
*: remove some uses of argc
Denys Vlasenko
2010-01-04
2
-8
/
+6
*
grep: fix a case when -o loops forever
Denys Vlasenko
2009-12-04
1
-3
/
+5
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx
Denys Vlasenko
2009-09-30
1
-0
/
+2
*
find: -follow should not error out on dandling links
Denys Vlasenko
2009-09-29
1
-34
/
+45
*
find: do not recurse into directories with depth == --maxdepth
Denys Vlasenko
2009-09-27
1
-10
/
+18
*
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-23
1
-1
/
+1
*
add USE_PORTABLE_CODE option and use it in find applet
Denys Vlasenko
2009-09-13
1
-0
/
+4
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
grep: fix -E + {range}; fix -o not printing all matches (bug 489)
Denys Vlasenko
2009-07-29
1
-15
/
+21
*
tweak to config wording, no code changes
Denys Vlasenko
2009-06-18
1
-2
/
+2
[next]