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
*
findutils/xargs: do not subtract orig_arg_max to negative value
Nguyễn Thái Ngọc Duy
2009-04-23
1
-1
/
+2
*
fixes up to 1.6.1
Nguyễn Thái Ngọc Duy
2009-04-23
1
-16
/
+16
*
usage.c: remove reference to busybox.h
vda
2007-05-26
3
-3
/
+3
*
xargs: simplify word list management
vda
2007-04-15
1
-29
/
+25
*
hush: use NOFORK applets as appropriate. Net reduction of code size.
vda
2007-04-14
1
-1
/
+3
*
find: add support for -delete, -path (by Natanael Copa)
vda
2007-04-13
2
-0
/
+60
*
make sure we free the grep data as well
vapier
2007-04-12
1
-0
/
+1
*
style fixes. No code changes
vda
2007-04-12
1
-1
/
+1
*
xargs: fix my brain fart (resulted in memory leak)
vda
2007-04-10
1
-7
/
+6
*
audit small applets and mark some of them as NOFORK.
vda
2007-04-10
2
-0
/
+6
*
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
vda
2007-04-09
2
-50
/
+17
*
xargs: shrink code, ~80 bytes
vda
2007-04-09
1
-75
/
+77
*
Implement first instance of NOFORK applet - echo
vda
2007-04-09
1
-2
/
+23
*
find: fix -prune more. Add big comment about it.
vda
2007-04-08
1
-7
/
+21
*
find: fix handling of -prune
vda
2007-04-08
2
-32
/
+42
*
- size and prune were mixed up
aldot
2007-04-05
1
-6
/
+6
*
find: missed 'ststic' on const data
vda
2007-04-05
1
-5
/
+6
*
find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)
vda
2007-04-04
2
-115
/
+155
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
aldot
2007-04-04
1
-1
/
+1
*
- use index_in_str_array also for find_main
aldot
2007-03-29
1
-2
/
+8
*
- remove bloated switch statement.
aldot
2007-03-29
1
-17
/
+8
*
- implement a TODO: Use index_in_str_array in parse_params
aldot
2007-03-29
1
-40
/
+118
*
- Purely cosmetic type fiddling
aldot
2007-03-29
1
-15
/
+14
*
- fold recurse, depthFirst and dereference params into one param flags.
aldot
2007-03-29
2
-11
/
+9
*
grep: "implement" -a and -I by ignoring them
vda
2007-02-25
1
-0
/
+3
*
grep: implement -w
vda
2007-02-25
1
-76
/
+96
*
ash: replace xstrdup (shell shall not die)
vda
2007-02-25
1
-52
/
+52
*
find: fix -not support
vda
2007-02-06
1
-3
/
+3
*
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
vda
2007-02-06
1
-1
/
+1
*
- improve wording
aldot
2007-02-04
1
-2
/
+2
*
- remove duplicate menu entry
aldot
2007-02-04
1
-9
/
+0
*
find: support for !
vda
2007-02-04
2
-8
/
+55
*
- strip 12 bytes off by using a smaller type for need_print.
aldot
2007-02-04
1
-8
/
+9
*
suppress warnings about easch <applet>_main() having
vda
2007-02-03
3
-0
/
+3
*
assorted fixes for bugs found with randomconfig
vda
2007-02-03
1
-1
/
+4
*
find -user support by Natanael Copa <natanael.copa@gmail.com>
vda
2007-02-02
2
-0
/
+26
*
preparatory patch for -Wwrite-strings #4
vda
2007-01-29
1
-4
/
+4
*
preparatory patch for -Wwrite-strings #2
vda
2007-01-29
1
-1
/
+1
*
fix warning in find.c
vda
2007-01-27
1
-4
/
+4
*
find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)
vda
2007-01-26
1
-27
/
+40
*
fix warning from needlessly-global functions
vda
2007-01-22
1
-1
/
+1
*
find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)
vda
2007-01-03
1
-2
/
+3
*
merge post-1.3.0 fixes
vda
2006-12-26
1
-1
/
+3
*
sum: 40% size reduction (-300 bytes)
vda
2006-12-23
1
-10
/
+5
*
find: fix spurious -exec error messages
vda
2006-12-23
1
-2
/
+1
*
remove useless casts (type*) xzalloc(...)
vda
2006-12-22
1
-1
/
+1
*
build system: add "release" target
vda
2006-12-12
1
-0
/
+14
*
mostly style fixes
vda
2006-11-01
1
-29
/
+29
*
find: -type T was actually meaning ! -type T!
vda
2006-10-31
1
-1
/
+1
*
find: implement -prune. "make clean" now works! :)
vda
2006-10-31
1
-3
/
+21
[next]