Age | Commit message (Expand) | Author |
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 |
2005-10-09 | catch and report errors from file_write() | Paul Fox |
2005-10-09 | make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's | Paul Fox |
2005-10-06 | change strange depend to libbb.h, but require busybox.h | "Vladimir N. Oleynik" |
2005-09-27 | as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod... | Mike Frysinger |
2005-09-27 | eat misappropriated whitespace | Mike Frysinger |
2005-09-27 | uncuddle function scope brackets | Mike Frysinger |
2005-09-24 | use the shorter license header | Mike Frysinger |
2005-09-24 | use brief license line | Mike Frysinger |
2005-09-16 | initialize a couple of vars whose warnings were suppressed because | Paul Fox |
2005-09-16 | some combinations of status line and screen refresh don't give a | Paul Fox |
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 from... | "Vladimir N. Oleynik" |
2005-09-13 | allow either backspace or DEL, in addition to the user's erase | Paul Fox |
2005-09-02 | Missing break was screwing up 'y//' command. Bug #248. | Rob Landley |
2005-09-01 | Patch -i support from Berhnard Fischer. | Rob Landley |
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger |
2005-07-20 | applying fix for: | Paul Fox |
2005-07-18 | allow both ^H and DEL to backspace in insert mode (bug #23) | Paul Fox |
2005-07-18 | Fix vi so that error messages, insert mode messages, etc are | Eric Andersen |
2005-06-07 | Patch from Dmitry Zakharov: | Rob Landley |
2005-05-18 | Patch from Colin Watson (mangled slightly by Rob Landley): | Rob Landley |
2005-05-18 | Doug Swarin pointed out a security bug in the -i option of sed. | Rob Landley |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen |
2005-04-16 | In Bug 208, bernhardf writes: | Mike Frysinger |
2004-11-25 | Hiroshi found another bug. Currently sed's $ triggers at end of every file, | Rob Landley |
2004-10-30 | Hiroshi Ito found some bugs. The 'c' command (cut and paste) was hardwired | Rob Landley |
2004-10-08 | egor duda writes: | Eric Andersen |
2004-09-24 | Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts. | Glenn L McGrath |
2004-08-19 | regularly update the status line display | Eric Andersen |
2004-07-30 | Simon Poole reports that awk segfaults when environment variables | Eric Andersen |
2004-07-23 | Patch from Dmitry Zakharov to fix a bug discovered via the freeswap | Glenn L McGrath |