2009-04-01 |
Denis Vlasenko | trailing whitespace removal |
blob | commitdiff | raw |
2009-03-20 |
Denis Vlasenko | Compatibility fixes: |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Denis Vlasenko | timeout: new applet. 370 bytes. by Roberto Foglietta. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Denis Vlasenko | grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Denis Vlasenko | grep: yet another fixlet for EXTRA_COMPAT |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Denis Vlasenko | grep: fix EXTRA_COMPAT grep to honor -E and -i |
blob | commitdiff | raw | diff to current |
2008-08-09 |
Denis Vlasenko | grep: option to use GNU regex matching instead of POSIX... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Denis Vlasenko | libbb: [x]fopen_for_{read,write} introduced and used. |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Denis Vlasenko | *: introduce and use FAST_FUNC: regparm on i386, otherw... |
blob | commitdiff | raw | diff to current |
2008-06-25 |
Denis Vlasenko | whitespace fixes. no code changes |
blob | commitdiff | raw | diff to current |
2008-06-07 |
Denis Vlasenko | grep: make "-f -" work (+ testsuite) |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bernhard Reutner... | - use EXIT_{SUCCESS,FAILURE}. No object-code changes |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Denis Vlasenko | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: shrink: use Vladimir's "o+" specifier instead of... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: add -Wunused-parameter; fix resulting breakage |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Bernhard Reutner... | - spelling fixes |
blob | commitdiff | raw | diff to current |
2008-01-24 |
Denis Vlasenko | grep: fix wrong filename in error message |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Denis Vlasenko | grep: fix -Fo |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Denis Vlasenko | 'simple' error message functions by Loic Grenie <loic... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Denis Vlasenko | grep: delete obsolete comment |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Denis Vlasenko | grep: fix grep -F -e str1 -e str2 (was matching str2... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Denis Vlasenko | grep: implement -m MAX_MATCHES; fix help text |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Denis Vlasenko | grep: fix buglets with context printing |
blob | commitdiff | raw | diff to current |
2007-06-08 |
Denis Vlasenko | grep: selection done by FEATURE_GREP_EGREP_ALIAS was... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Mike Frysinger | make sure we free the grep data as well |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Denis Vlasenko | find: fix handling of -prune |
blob | commitdiff | raw | diff to current |
2007-04-04 |
Bernhard Reutner... | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Bernhard Reutner... | - fold recurse, depthFirst and dereference params into... |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Denis Vlasenko | grep: "implement" -a and -I by ignoring them |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Denis Vlasenko | grep: implement -w |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Denis Vlasenko | ash: replace xstrdup (shell shall not die) |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2006-12-22 |
Denis Vlasenko | remove useless casts (type*) xzalloc(...) |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Denis Vlasenko | recursive_action: add depth param |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Denis Vlasenko | rename functions to more understandable names |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Denis Vlasenko | grep: "grep -h pattern file1 file2" ignored -h |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Denis Vlasenko | grep: -r didn't close files, producing "Too many open... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Denis Vlasenko | grep: fix combination of -r and -h |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Denis Vlasenko | grep: add support for -r |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Denis Vlasenko | bb_get_[chomped]line_from_file wasn't descriptive enough. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | lots of silly indent fixes |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Denis Vlasenko | grep: add help text; fix style |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Denis Vlasenko | grep: implement -o option. Patch by Jac Goudsmit. |
blob | commitdiff | raw | diff to current |
2006-09-25 |
Eric Andersen | fix 'grep -C' which requires an argument |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Bernhard Reutner... | - fix copy'n paste errors that got introduced when... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove xcalloc() and convert its callers to xzalloc... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Bernhard Reutner... | - reuse strings and messages. Saves about 600B |
blob | commitdiff | raw | diff to current |
2006-06-02 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Rob Landley | Change llist_add_* to take the address of the list... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
blob | commitdiff | raw | diff to current |
2006-02-28 |
"Vladimir N. Oleynik" | make grep faster (close bug 758), reduce small memory... |
blob | commitdiff | raw | diff to current |
2005-10-14 |
"Vladimir N. Oleynik" | - new bb_opt_complementally syntax, use [-:?] only... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Bernhard Reutner... | - replace variables by defines to save space |
blob | commitdiff | raw | diff to current |
2005-09-23 |
"Vladimir N. Oleynik" | SUSv3 -q compatibily exit status correction for grep... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
"Vladimir N. Oleynik" | SUSv3 -q compatibily exit status correction for grep |
blob | commitdiff | raw | diff to current |
2005-09-23 |
"Vladimir N. Oleynik" | grep must have exit code >1 if input file not found... |
blob | commitdiff | raw | diff to current |
2005-09-14 |
"Vladimir N. Oleynik" | split libbb: moved xregcomp separatelly for speed up... |
blob | commitdiff | raw | diff to current |
2005-09-14 |
"Vladimir N. Oleynik" | removed strange extern void xregcomp(... from some... |
blob | commitdiff | raw | diff to current |
2005-09-05 |
"Vladimir N. Oleynik" | 1) bb_opt_complementaly -> bb_opt_complementally |
blob | commitdiff | raw | diff to current |
2005-07-31 |
Mike Frysinger | patch by srowe in Bug 359 to fix fgrep aliasing |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Mike Frysinger | In Bug 78, shortkey points out: |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Eric Andersen | Hiroshi Ito writes: |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Eric Andersen | Make the grep option values a bit less horrible |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Eric Andersen | Rick Richardson writes: |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Eric Andersen | Patch from vodz to correct 'grep -e pattern1 -e pattern... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Eric Andersen | last_patch89 from vodz: |
blob | commitdiff | raw | diff to current |
2003-04-27 |
Glenn L McGrath | Fix segfault when cleaning up |
blob | commitdiff | raw | diff to current |
2003-04-27 |
Glenn L McGrath | grep -f support, adds only 60 Bytes, but regex's now... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-11-28 |
Aaron Lehmann | Change if(x)free(x); to free(x); |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Matt Kraai | * findutils/grep.c (grep_main): Remove unnecessary... |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Matt Kraai | Fix undeclared variable error. |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Eric Andersen | Usr get_last_path_component() name basename() |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Eric Andersen | oops |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Eric Andersen | More scrubbing |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Eric Andersen | Fixup CLEANUP behavior |
blob | commitdiff | raw | diff to current |
2001-11-12 |
Matt Kraai | Convert strdup call to xstrdup, and calloc calls to... |
blob | commitdiff | raw | diff to current |
2001-11-10 |
Eric Andersen | Add in grep -E support |
blob | commitdiff | raw | diff to current |
2001-10-31 |
Matt Kraai | Make egrep only set REG_EXTENDED flag. |
blob | commitdiff | raw | diff to current |
2001-10-31 |
Eric Andersen | Patch from Charles Steinkuehler <charles@steinkuehler... |
blob | commitdiff | raw | diff to current |
2001-10-29 |
Matt Kraai | Use extended regular expressions when invoked as egrep... |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Eric Andersen | Major rework of the directory structure and the entire... |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Eric Andersen | Scrub up some function prototypes. |
blob | commitdiff | raw | diff to current |
2001-07-31 |
Eric Andersen | Fix behavior of grep -lc to match GNU grep. SuS2 is... |
blob | commitdiff | raw | diff to current |
2001-05-29 |
Eric Andersen | grep failed to compile when BB_FEATURE_CLEAN_UP was... |
blob | commitdiff | raw | diff to current |
2001-05-24 |
Mark Whitley | Added support for grep -e and grep -f, closes bug ... |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Matt Kraai | Fixed extra -- lines (noted by Christophe Boyanique). |
blob | commitdiff | raw | diff to current |
2001-05-21 |
Mark Whitley | Fixed mishandling of -c & -l options and accounted... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Matt Kraai | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted... |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Mark Whitley | Fixed a subtle bug in the handling of -l and -c flags. |
blob | commitdiff | raw | diff to current |
2001-04-17 |
Mark Whitley | The tiniest of bracket-placement fixes. |
blob | commitdiff | raw | diff to current |
next |