Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
[oweals/busybox.git] / findutils /
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
2003-10-30 Glenn L McGrathrun through indent
2003-10-22 Eric AndersenAndreas Mohr writes:
2003-10-10 Glenn L McGrathVodz last_patch_117, update options for new xargs
2003-10-10 Glenn L McGrathVods versions of xargs
2003-10-09 Glenn L McGrathBugfix for xargs
2003-10-04 Glenn L McGrathAdd the x, n, s and E options, remove -r as its expecte...
2003-10-03 Glenn L McGrathDont mix xarg options with utility option, fixes example of
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenPatch from Thomas Cameron:
2003-07-14 Eric AndersenPatch from Lars Kellogg-Stedman:
2003-07-05 Eric AndersenPatch from Kent Robotti adding a bunch of needed docs!
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-04-27 Glenn L McGrathConfig option to create an fgrep alias
2003-04-27 Glenn L McGrathFix segfault when cleaning up
2003-04-27 Glenn L McGrathgrep -f support, adds only 60 Bytes, but regex's now...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-23 Eric AndersenApply patch from Ghozlane Toumi to add -inum support...
2002-12-11 Glenn L McGrathFix -mtime, by Ian Abbott
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-11 Glenn L McGrathMove readlink, mktemp, run-parts and which to a new...
2002-11-10 Glenn L McGrathRewrite of xargs by Vladimir N. Oleynik
2002-09-16 Eric Andersenlast_patch55 from vodz:
2002-08-03 Robert GrieblFixed a bug in xarg: string data was strcat'ed to a...
2002-07-24 Robert GrieblPatch for bug #1183: Added a -xdev option to find ...
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-02-22 Matt Kraai* findutils/grep.c (grep_main): Remove unnecessary...
2002-01-14 Matt KraaiDo not segfault if PATH is unset.
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-11-20 Matt KraaiFix undeclared variable error.
2001-11-20 Eric AndersenUsr get_last_path_component() name basename()
2001-11-19 Eric Andersenoops
2001-11-19 Eric AndersenMore scrubbing
2001-11-19 Eric AndersenCall xmalloc before realloc
2001-11-19 Eric AndersenFixup CLEANUP behavior
2001-11-12 Matt KraaiConvert strdup call to xstrdup, and calloc calls to...
2001-11-10 Eric AndersenAdd in grep -E support
2001-11-10 Eric Andersenconfig.in features patch from Giulio Orsero <giulioo...
2001-10-31 Matt KraaiMake egrep only set REG_EXTENDED flag.
2001-10-31 Eric AndersenPatch from Charles Steinkuehler <charles@steinkuehler...
2001-10-29 Matt KraaiUse extended regular expressions when invoked as egrep...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-07-31 Eric AndersenFix behavior of grep -lc to match GNU grep. SuS2 is...
2001-05-29 Eric Andersengrep failed to compile when BB_FEATURE_CLEAN_UP was...
2001-05-24 Mark WhitleyAdded support for grep -e and grep -f, closes bug ...
2001-05-22 Matt KraaiFixed extra -- lines (noted by Christophe Boyanique).
2001-05-21 Mark WhitleyFixed mishandling of -c & -l options and accounted...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-14 Mark WhitleyFixed a subtle bug in the handling of -l and -c flags.
2001-05-07 Eric AndersenA bug fix from Vladimir for a memory leak I stupidly
next