Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-13 | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵ | Mike Frysinger | |
mailing list | |||
2006-05-12 | implement -print0 for find | Paul Fox | |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | |
to do it in Config.in. | |||
2006-03-27 | prevent find from ever descending into an xdev'ed directory. | Paul Fox | |
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer | |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | |
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | |
version of make (3.71.1). | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | |
Fixes make trying to include the very same file in an endless loop. | |||
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | |
- use less resources for the buildsystem itself | |||
2006-02-28 | make grep faster (close bug 758), reduce small memory leak in ↵ | "Vladimir N. Oleynik" | |
CONFIG_FEATURE_CLEANUP mode | |||
2006-02-21 | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | |
Cherry-picked from Devin Bayer's big MacOS X patch. | |||
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger | |
2006-01-30 | removed warning "comparison between signed and unsigned". Added ↵ | "Vladimir N. Oleynik" | |
ATTRIBUTE_UNUSED. My whitespace | |||
2006-01-25 | just whitespace | Tim Riker | |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer | |
- IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||
2006-01-13 | add find's "-mmin" option. configurable. | Paul Fox | |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | |
- new bb_getopt_ulflags features: check max and min args, convert first argv to options special for ar and tar applets - use bb_default_error_retval for env applet | |||
2005-10-06 | The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The | Rob Landley | |
-exec feature shouldn't be tangled up with this, so revert everything but the new exec feature for the moment. | |||
2005-10-04 | Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ | Rob Landley | |
while we're in the area. | |||
2005-09-24 | use the shorter license header | Mike Frysinger | |
2005-09-24 | use brief license line | Mike Frysinger | |
2005-09-23 | - replace variables by defines to save space | Bernhard Reutner-Fischer | |
- rename string denoting stdin from "-" to "(standard input)" to match GNU grep. | |||
2005-09-23 | SUSv3 -q compatibily exit status correction for grep again | "Vladimir N. Oleynik" | |
2005-09-23 | SUSv3 -q compatibily exit status correction for grep | "Vladimir N. Oleynik" | |
2005-09-23 | grep must have exit code >1 if input file not found. Small indent correcion ↵ | "Vladimir N. Oleynik" | |
also. | |||
2005-09-22 | network "default" --> bb_INET_default. Reduce 2 exported from find applet | "Vladimir N. Oleynik" | |
2005-09-14 | split libbb: moved xregcomp separatelly for speed up recompile | "Vladimir N. Oleynik" | |
2005-09-14 | removed strange extern void xregcomp(... from some applets, but declared ↵ | "Vladimir N. Oleynik" | |
from libbb.h | |||
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | |
2) better support long options 3) new flag '!' for bb_opt_complementally: produce bb_show_usage() if BB_GETOPT_ERROR internally | |||
2005-07-31 | patch by srowe in Bug 359 to fix fgrep aliasing | Mike Frysinger | |
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | |
which were otherwise cluttering the global namespace. | |||
2005-04-16 | In Bug 78, shortkey points out: | Mike Frysinger | |
If you run `grep -h . file1 file2 file3 ...`, the output is not prefixed with the filename. If you run `grep -h . file1` however, the filename will incorrectly prefix the output. | |||
2004-10-08 | Hiroshi Ito writes: | Eric Andersen | |
Hello I'm using busy box on mipsel machine. "grep -f file" will cause segmentation fault. Vladimir N. Oleynik writes: Hiroshi, Thank for bug report, but your patch is full broken. Worked patch attached. (really changes is zero initialize, and indent correcting). --w vodz | |||
2004-10-08 | egor duda writes: | Eric Andersen | |
Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor | |||
2004-05-26 | Make the grep option values a bit less horrible | Eric Andersen | |
2004-05-26 | Rick Richardson writes: | Eric Andersen | |
Here is a patch that adds egrep -L support (the opposite of egrep -l). I realize this is probably too late for 1.0. But I offer it for your future consideration. egrep -L is used in some networking startup scripts I inherited. -Rick | |||
2004-05-26 | Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic | Eric Andersen | |
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-10-31 | Try to make indent formatting less horrible | Eric Andersen | |
2003-10-30 | Add a comment with link to the SUSv3 standard for xargs | Glenn L McGrath | |
2003-10-30 | run through indent | Glenn L McGrath | |
2003-10-22 | Andreas Mohr writes: | Eric Andersen | |
the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer | |||
2003-10-10 | Vodz last_patch_117, update options for new xargs | Glenn L McGrath | |
2003-10-10 | Vods versions of xargs | Glenn L McGrath | |
2003-10-09 | Bugfix for xargs | Glenn L McGrath | |
2003-10-04 | Add the x, n, s and E options, remove -r as its expected behaviour. | Glenn L McGrath | |
2003-10-03 | Dont mix xarg options with utility option, fixes example of | Glenn L McGrath | |
`echo "README" | xargs ls -al` Dont specify a path for the default behaviour of echo args allocated space for an extra ptr Use defines for the different options |