include <stddef.h> so that ptrdiff_t is again available
[oweals/busybox.git] / findutils /
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...
2005-10-06 Rob LandleyThe supposedly trivial CONFIG->ENABLE conversion wasn...
2005-10-04 Rob LandleyAdd find -exec support from Rob Sullivan, and convert...
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-23 Bernhard Reutner... - replace variables by defines to save space
2005-09-23 "Vladimir N. Oleynik"SUSv3 -q compatibily exit status correction for grep...
2005-09-23 "Vladimir N. Oleynik"SUSv3 -q compatibily exit status correction for grep
2005-09-23 "Vladimir N. Oleynik"grep must have exit code >1 if input file not found...
2005-09-22 "Vladimir N. Oleynik"network "default" --> bb_INET_default. Reduce 2 exporte...
2005-09-14 "Vladimir N. Oleynik"split libbb: moved xregcomp separatelly for speed up...
2005-09-14 "Vladimir N. Oleynik"removed strange extern void xregcomp(... from some...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-07-31 Mike Frysingerpatch by srowe in Bug 359 to fix fgrep aliasing
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Mike FrysingerIn Bug 78, shortkey points out:
2004-10-08 Eric AndersenHiroshi Ito writes:
2004-10-08 Eric Andersenegor duda writes:
2004-05-26 Eric AndersenMake the grep option values a bit less horrible
2004-05-26 Eric AndersenRick Richardson writes:
2004-05-26 Eric AndersenPatch from vodz to correct 'grep -e pattern1 -e pattern...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-10-31 Eric AndersenTry to make indent formatting less horrible
2003-10-30 Glenn L McGrathAdd a comment with link to the SUSv3 standard for xargs
next