Bump to version 1.22.1
[platform/upstream/busybox.git] / findutils /
2007-12-09 Denis Vlasenkofind: add -iname support (Alexander Griesser <alexander...
2007-11-04 Denis Vlasenkogrep: fix -Fo
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-10 Denis Vlasenkogrep: delete obsolete comment
2007-09-10 Denis Vlasenkogrep: fix grep -F -e str1 -e str2 (was matching str2...
2007-09-06 Paul Foxfix -xdev behavior in the presence of two or more neste...
2007-08-23 Denis Vlasenko*: compile fixes for 64-bit build
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-16 Denis Vlasenkofind: fix SELinux-related warning
2007-08-13 Denis Vlasenkohttpd: round down sendfile byte count to 64k
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-15 Denis Vlasenkogrep: implement -m MAX_MATCHES; fix help text
2007-07-15 Denis Vlasenkogrep: fix buglets with context printing
2007-07-01 Denis Vlasenkofind: fix build failure on certain configs
2007-07-01 Denis Vlasenkofind: style fix
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-19 Denis Vlasenkofind: -context support for SELinux (KaiGai Kohei <kaiga...
2007-06-16 Denis Vlasenkofind: make -size match GNU find
2007-06-15 Denis Vlasenkofind: add conditional support for -maxdepth and -regex
2007-06-08 Denis Vlasenkogrep: selection done by FEATURE_GREP_EGREP_ALIAS was...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-15 Denis Vlasenkoxargs: simplify word list management
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-13 Denis Vlasenkofind: add support for -delete, -path (by Natanael Copa)
2007-04-12 Mike Frysingermake sure we free the grep data as well
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-10 Denis Vlasenkoxargs: fix my brain fart (resulted in memory leak)
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-09 Denis Vlasenkofactor out NOFORK/NOEXEC code from find. Use it for...
2007-04-09 Denis Vlasenkoxargs: shrink code, ~80 bytes
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-08 Denis Vlasenkofind: fix -prune more. Add big comment about it.
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-04-05 Bernhard Reutner... - size and prune were mixed up
2007-04-05 Denis Vlasenkofind: missed 'ststic' on const data
2007-04-04 Denis Vlasenkofind: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-29 Bernhard Reutner... - use index_in_str_array also for find_main
2007-03-29 Bernhard Reutner... - remove bloated switch statement.
2007-03-29 Bernhard Reutner... - implement a TODO: Use index_in_str_array in parse_params
2007-03-29 Bernhard Reutner... - Purely cosmetic type fiddling
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-02-25 Denis Vlasenkogrep: "implement" -a and -I by ignoring them
2007-02-25 Denis Vlasenkogrep: implement -w
2007-02-25 Denis Vlasenkoash: replace xstrdup (shell shall not die)
2007-02-06 Denis Vlasenkofind: fix -not support
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-04 Bernhard Reutner... - improve wording
2007-02-04 Bernhard Reutner... - remove duplicate menu entry
2007-02-04 Denis Vlasenkofind: support for !
2007-02-04 Bernhard Reutner... - strip 12 bytes off by using a smaller type for need_p...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkoassorted fixes for bugs found with randomconfig
2007-02-02 Denis Vlasenkofind -user support by Natanael Copa <natanael.copa...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-27 Denis Vlasenkofix warning in find.c
2007-01-26 Denis Vlasenkofind: fix -mtime, -mmin, -perm (+ add symbolic perm...
2007-01-22 Denis Vlasenkofix warning from needlessly-global functions
2007-01-03 Denis Vlasenkofind: fix misplaced #else (fix by Harald Kuthe <trhoudi...
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-23 Denis Vlasenkosum: 40% size reduction (-300 bytes)
2006-12-23 Denis Vlasenkofind: fix spurious -exec error messages
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-12-12 Denis Vlasenkobuild system: add "release" target
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-31 Denis Vlasenkofind: -type T was actually meaning ! -type T!
2006-10-31 Denis Vlasenkofind: implement -prune. "make clean" now works! :)
2006-10-31 Denis Vlasenkofind: fix implicit -print (sometime differed from standard)
2006-10-30 Denis Vlasenkofind: implement ( )
2006-10-29 Denis Vlasenkofind: a lot more compliant to 'standard' find
2006-10-29 Denis Vlasenkofind: small improvement
2006-10-29 Denis Vlasenkofind: fix -exec to work like stock find does.
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-22 Denis Vlasenkogrep: "grep -h pattern file1 file2" ignored -h
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-15 Denis Vlasenkogrep: -r didn't close files, producing "Too many open...
2006-10-14 Denis Vlasenkogrep: fix combination of -r and -h
2006-10-14 Denis Vlasenkogrep: add support for -r
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-09-29 Denis Vlasenkogrep: add help text; fix style
2006-09-29 Denis Vlasenkogrep: implement -o option. Patch by Jac Goudsmit.
2006-09-29 Denis Vlasenkoxargs: simplify option parsing
2006-09-25 Eric Andersenfix 'grep -C' which requires an argument
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-03 Mike Frysingermake the -0 xargs option a little more clear
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
next