Tito writes:
[oweals/busybox.git] / findutils /
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
2001-05-04 Eric AndersenLarry suggested using concat_path_file() would be an...
2001-05-04 Eric AndersenFix a buffer overflow. Which accounted for the size...
2001-04-17 Mark WhitleyThe tiniest of bracket-placement fixes.
2001-04-09 Eric AndersenMake 'grep -l' work
2001-04-09 Mark WhitleyFixed option parsing. Grep would continue grepping...
2001-03-28 Mark WhitleyApplied patch from David Douthitt to re-add -print...
2001-03-23 Eric Andersenxstrdup xargs cleanup from Jeff Garzik
2001-03-09 Eric AndersenPatch from Jeff Garzik marking a few 'getopt not needed...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-09 Mark WhitleyImplemented -A, -B, and -C flags with BB_FEATURE_GREP_C...
2001-02-07 Matt KraaiReworked find with David Douthitt to support -type...
2001-02-01 Mark WhitleyTightened things up a bit, saved 20 bytes, and made...
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2001-01-04 Mark WhitleyChanged email address to codepoet.org, updated list...
2001-01-04 Matt KraaiFixed -qv interaction (thanks to a report and patch...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-18 Matt KraaiFixed return status (thanks to David Douthitt for the...
2000-11-14 Mark WhitleyBrand new version of xargs. Tested thoroughly by Kent...
2000-10-13 Matt KraaiFix handling of ^$ by removing the newline from input...
2000-09-26 Eric AndersenYet more polish (thanks again to kent robotti for the...
2000-09-25 Eric AndersenSome more polish to make xargs act like GNU xargs ...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-25 Eric AndersenFinal (I think) version of xargs. Throw away all that...
2000-09-25 Eric AndersenBe ever so pedantic about escaping chars that the shell...
2000-09-24 Eric AndersenFix up xargs so that things like 'cat cat.c | xargs...
2000-09-24 Eric AndersenFix xargs option parsing
2000-09-23 Eric AndersenFix memory problems, and make behavior correct.
2000-09-23 Eric Andersenrewrite, so it should be firly clean now
2000-09-22 Eric AndersenUse minix xargs instead, and update docs accordingly
2000-09-22 Eric AndersenComment on xargs choice.
2000-09-22 Eric AndersenAdd in xargs
2000-09-18 Glenn L McGrathPath count was out by one, fixed it
2000-09-18 Glenn L McGrathSimplify and remove dependence on PATH_MAX
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-08-10 Eric AndersenSome #include updates.
next