Age | Commit message (Expand) | Author |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-26 | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley |
2006-05-24 | Yann Morin spotted some leftover flotsam from halfway through the recent | Rob Landley |
2006-05-21 | Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary | Rob Landley |
2006-05-19 | - remove SIGIOT as suggested by landley. | Bernhard Reutner-Fischer |
2006-05-19 | - Rich Felker writes: | Bernhard Reutner-Fischer |
2006-05-19 | - remove superfluous legacy includes. | Bernhard Reutner-Fischer |
2006-05-19 | - include strings.h | Bernhard Reutner-Fischer |
2006-05-13 | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger |
2006-05-09 | Convert sed's static variables to a single global structure. | Rob Landley |
2006-05-08 | Move sed over to the generic llist_t for append. Saves about 90 bytes. | Rob Landley |
2006-05-07 | Patch to fix bug 868, and some related cleanup while I was in the area. | Rob Landley |
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley |
2006-05-04 | It was sitting there, in the patches directory, for years. It was delete it | Rob Landley |
2006-04-16 | touchup comment | Mike Frysinger |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley |
2006-04-05 | adjust ifdefs for inclusion of string_insert() routine | Paul Fox |
2006-03-28 | fix behavior of ZZ, with respect to readonly mode(s). original | Paul Fox |
2006-03-27 | add support for :wn (initial patch from Alexander Griesser) | Paul Fox |
2006-03-27 | drop obsolete version string in favor of actual BB version (from | Paul Fox |
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-03-09 | Portability patch from rfelker. The bb_asprintf.c thing needs an eventual | Rob Landley |
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer |
2006-03-02 | - silence warning about "'free_and_close_stuff' used but never defined" | Bernhard Reutner-Fischer |
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer |
2006-03-01 | - fix compilation of sed. | Bernhard Reutner-Fischer |
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley |
2006-02-24 | A few changes falling out from the effort to make sed handle embedded NUL bytes. | Rob Landley |
2006-02-21 | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley |
2006-02-14 | Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. | Rob Landley |
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger |
2006-01-31 | changed strange mix signed<->unsigned | "Vladimir N. Oleynik" |
2006-01-30 | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen |
2006-01-30 | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen |
2006-01-30 | removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU... | "Vladimir N. Oleynik" |
2006-01-25 | just whitespace | Tim Riker |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer |
2006-01-09 | Bug 112, return value of awk should be /256. In reality, we should probably | Rob Landley |
2005-11-28 | fix bug #474: | Paul Fox |
2005-11-20 | Support # comments after s/// option list. | Rob Landley |
2005-10-30 | \0 is a synonym for &. Our own "make allbaseconfig" breaks without this. | Rob Landley |
2005-10-27 | - correct boilerplate | Bernhard Reutner-Fischer |
2005-10-19 | more const, attribute_noreturn saved 200 bytes | "Vladimir N. Oleynik" |
2005-10-17 | - consume space between functionname and opening brackets | Bernhard Reutner-Fischer |
2005-10-15 | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" |
2005-10-10 | - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowe | Bernhard Reutner-Fischer |