2006-10-26 |
Denis Vlasenko | rename functions to more understandable names |
tree | commitdiff |
2006-10-22 |
Denis Vlasenko | grep: "grep -h pattern file1 file2" ignored -h |
tree | commitdiff |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
tree | commitdiff |
2006-10-15 |
Denis Vlasenko | grep: -r didn't close files, producing "Too many open... |
tree | commitdiff |
2006-10-14 |
Denis Vlasenko | grep: fix combination of -r and -h |
tree | commitdiff |
2006-10-14 |
Denis Vlasenko | grep: add support for -r |
tree | commitdiff |
2006-10-12 |
Denis Vlasenko | bb_get_[chomped]line_from_file wasn't descriptive enough. |
tree | commitdiff |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
tree | commitdiff |
2006-10-05 |
Denis Vlasenko | build system overhaul |
tree | commitdiff |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
tree | commitdiff |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
tree | commitdiff |
2006-10-03 |
Denis Vlasenko | lots of silly indent fixes |
tree | commitdiff |
2006-09-29 |
Denis Vlasenko | grep: add help text; fix style |
tree | commitdiff |
2006-09-29 |
Denis Vlasenko | grep: implement -o option. Patch by Jac Goudsmit. |
tree | commitdiff |
2006-09-29 |
Denis Vlasenko | xargs: simplify option parsing |
tree | commitdiff |
2006-09-25 |
Eric Andersen | fix 'grep -C' which requires an argument |
tree | commitdiff |
2006-09-22 |
Rob Landley | Change license statements (and clean up headers) on... |
tree | commitdiff |
2006-09-13 |
Bernhard Reutner... | - fix copy'n paste errors that got introduced when... |
tree | commitdiff |
2006-08-03 |
Rob Landley | Remove xcalloc() and convert its callers to xzalloc... |
tree | commitdiff |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
tree | commitdiff |
2006-07-03 |
Mike Frysinger | make the -0 xargs option a little more clear |
tree | commitdiff |
2006-06-07 |
Bernhard Reutner... | - reuse strings and messages. Saves about 600B |
tree | commitdiff |
2006-06-02 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
tree | commitdiff |
2006-05-27 |
Bernhard Reutner... | - use the defines CURRENT_TTY and VC_1; also shrink... |
tree | commitdiff |
2006-05-26 |
Rob Landley | Change llist_add_* to take the address of the list... |
tree | commitdiff |
2006-05-13 |
Mike Frysinger | pull Rules.mak from top_srcdir as pointed out by Robert... |
tree | commitdiff |
2006-05-12 |
Paul Fox | implement -print0 for find |
tree | commitdiff |
2006-04-13 |
Rob Landley | Patch from Robert P Day: let menuconfig indent stuff... |
tree | commitdiff |
2006-03-27 |
Paul Fox | prevent find from ever descending into an xdev'ed direc... |
tree | commitdiff |
2006-03-13 |
Bernhard Reutner... | - revert back to r14406 |
tree | commitdiff |
2006-03-13 |
Rob Landley | Patch from Denis Vlasenko to add xstat() and use it. |
tree | commitdiff |
2006-03-09 |
Bernhard Reutner... | - backout using features which are not available with... |
tree | commitdiff |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
tree | commitdiff |
2006-03-02 |
Bernhard Reutner... | - use absolute path for top_builddir and top_srcdir. |
tree | commitdiff |
2006-03-01 |
Bernhard Reutner... | - fixes parallel builds (make -j) |
tree | commitdiff |
2006-02-28 |
"Vladimir N. Oleynik" | make grep faster (close bug 758), reduce small memory... |
tree | commitdiff |
2006-02-21 |
Rob Landley | Don't build directory libraries unless we're building... |
tree | commitdiff |
2006-02-02 |
Mike Frysinger | make the build system puuuuuuuuuuurty |
tree | commitdiff |
2006-01-30 |
"Vladimir N. Oleynik" | removed warning "comparison between signed and unsigned... |
tree | commitdiff |
2006-01-25 |
Tim Riker | just whitespace |
tree | commitdiff |
2006-01-15 |
Bernhard Reutner... | - shared libbusybox. |
tree | commitdiff |
2006-01-13 |
Paul Fox | add find's "-mmin" option. configurable. |
tree | commitdiff |
2005-10-14 |
"Vladimir N. Oleynik" | - new bb_opt_complementally syntax, use [-:?] only... |
tree | commitdiff |
2005-10-06 |
Rob Landley | The supposedly trivial CONFIG->ENABLE conversion wasn... |
tree | commitdiff |
2005-10-04 |
Rob Landley | Add find -exec support from Rob Sullivan, and convert... |
tree | commitdiff |
2005-09-24 |
Mike Frysinger | use the shorter license header |
tree | commitdiff |
2005-09-24 |
Mike Frysinger | use brief license line |
tree | commitdiff |
2005-09-23 |
Bernhard Reutner... | - replace variables by defines to save space |
tree | commitdiff |
2005-09-23 |
"Vladimir N. Oleynik" | SUSv3 -q compatibily exit status correction for grep... |
tree | commitdiff |
2005-09-23 |
"Vladimir N. Oleynik" | SUSv3 -q compatibily exit status correction for grep |
tree | commitdiff |
2005-09-23 |
"Vladimir N. Oleynik" | grep must have exit code >1 if input file not found... |
tree | commitdiff |
2005-09-22 |
"Vladimir N. Oleynik" | network "default" --> bb_INET_default. Reduce 2 exporte... |
tree | commitdiff |
2005-09-14 |
"Vladimir N. Oleynik" | split libbb: moved xregcomp separatelly for speed up... |
tree | commitdiff |
2005-09-14 |
"Vladimir N. Oleynik" | removed strange extern void xregcomp(... from some... |
tree | commitdiff |
2005-09-05 |
"Vladimir N. Oleynik" | 1) bb_opt_complementaly -> bb_opt_complementally |
tree | commitdiff |
2005-07-31 |
Mike Frysinger | patch by srowe in Bug 359 to fix fgrep aliasing |
tree | commitdiff |
2005-07-27 |
Mike Frysinger | use toplevel ARFLAGS and update default ARFLAGS to... |
tree | commitdiff |
2005-04-16 |
Eric Andersen | Patch from Bernhard Fischer to make a bunch of symbols... |
tree | commitdiff |
2005-04-16 |
Mike Frysinger | In Bug 78, shortkey points out: |
tree | commitdiff |
2004-10-08 |
Eric Andersen | Hiroshi Ito writes: |
tree | commitdiff |
2004-10-08 |
Eric Andersen | egor duda writes: |
tree | commitdiff |
2004-05-26 |
Eric Andersen | Make the grep option values a bit less horrible |
tree | commitdiff |
2004-05-26 |
Eric Andersen | Rick Richardson writes: |
tree | commitdiff |
2004-05-26 |
Eric Andersen | Patch from vodz to correct 'grep -e pattern1 -e pattern... |
tree | commitdiff |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
tree | commitdiff |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
tree | commitdiff |
2003-10-31 |
Eric Andersen | Try to make indent formatting less horrible |
tree | commitdiff |
2003-10-30 |
Glenn L McGrath | Add a comment with link to the SUSv3 standard for xargs |
tree | commitdiff |
2003-10-30 |
Glenn L McGrath | run through indent |
tree | commitdiff |
2003-10-22 |
Eric Andersen | Andreas Mohr writes: |
tree | commitdiff |
2003-10-10 |
Glenn L McGrath | Vodz last_patch_117, update options for new xargs |
tree | commitdiff |
2003-10-10 |
Glenn L McGrath | Vods versions of xargs |
tree | commitdiff |
2003-10-09 |
Glenn L McGrath | Bugfix for xargs |
tree | commitdiff |
2003-10-04 |
Glenn L McGrath | Add the x, n, s and E options, remove -r as its expecte... |
tree | commitdiff |
2003-10-03 |
Glenn L McGrath | Dont mix xarg options with utility option, fixes example of |
tree | commitdiff |
2003-07-14 |
Eric Andersen | Update a bunch of docs. Run a script to update my... |
tree | commitdiff |
2003-07-14 |
Eric Andersen | Patch from Thomas Cameron: |
tree | commitdiff |
2003-07-14 |
Eric Andersen | Patch from Lars Kellogg-Stedman: |
tree | commitdiff |
2003-07-05 |
Eric Andersen | Patch from Kent Robotti adding a bunch of needed docs! |
tree | commitdiff |
2003-06-20 |
Eric Andersen | last_patch89 from vodz: |
tree | commitdiff |
2003-04-27 |
Glenn L McGrath | Config option to create an fgrep alias |
tree | commitdiff |
2003-04-27 |
Glenn L McGrath | Fix segfault when cleaning up |
tree | commitdiff |
2003-04-27 |
Glenn L McGrath | grep -f support, adds only 60 Bytes, but regex's now... |
tree | commitdiff |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
tree | commitdiff |
2003-01-23 |
Eric Andersen | Apply patch from Ghozlane Toumi to add -inum support... |
tree | commitdiff |
2002-12-11 |
Glenn L McGrath | Fix -mtime, by Ian Abbott |
tree | commitdiff |
2002-12-05 |
Eric Andersen | Yet another major rework of the BusyBox config system... |
tree | commitdiff |
2002-11-28 |
Aaron Lehmann | Change if(x)free(x); to free(x); |
tree | commitdiff |
2002-11-11 |
Glenn L McGrath | Move readlink, mktemp, run-parts and which to a new... |
tree | commitdiff |
2002-11-10 |
Glenn L McGrath | Rewrite of xargs by Vladimir N. Oleynik |
tree | commitdiff |
2002-09-16 |
Eric Andersen | last_patch55 from vodz: |
tree | commitdiff |
2002-08-03 |
Robert Griebl | Fixed a bug in xarg: string data was strcat'ed to a... |
tree | commitdiff |
2002-07-24 |
Robert Griebl | Patch for bug #1183: Added a -xdev option to find ... |
tree | commitdiff |
2002-04-12 |
Eric Andersen | Completely rework the config system so that it no longe... |
tree | commitdiff |
2002-02-22 |
Matt Kraai | * findutils/grep.c (grep_main): Remove unnecessary... |
tree | commitdiff |
2002-01-14 |
Matt Kraai | Do not segfault if PATH is unset. |
tree | commitdiff |
2001-12-20 |
Matt Kraai | Remove `== TRUE' tests and convert `!= TRUE' and `... |
tree | commitdiff |
2001-11-20 |
Matt Kraai | Fix undeclared variable error. |
tree | commitdiff |
2001-11-20 |
Eric Andersen | Usr get_last_path_component() name basename() |
tree | commitdiff |
2001-11-19 |
Eric Andersen | oops |
tree | commitdiff |
next |