pscan: size optimization (Tito <farmatito@tiscali.it>)
[oweals/busybox.git] / findutils /
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...
2006-05-27 Bernhard Reutner... - use the defines CURRENT_TTY and VC_1; also shrink...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-12 Paul Foximplement -print0 for find
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-03-27 Paul Foxprevent find from ever descending into an xdev'ed direc...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-28 "Vladimir N. Oleynik"make grep faster (close bug 758), reduce small memory...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2006-01-25 Tim Rikerjust whitespace
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-13 Paul Foxadd find's "-mmin" option. configurable.
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
next