| Commit message (Expand) | Author | Age | Files | Lines |
* | - revert back to r14406 | aldot | 2006-03-13 | 1 | -16/+23 |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | landley | 2006-03-10 | 2 | -13/+15 |
* | Portability patch from rfelker. The bb_asprintf.c thing needs an eventual | landley | 2006-03-09 | 1 | -1/+1 |
* | - backout using features which are not available with the previous stable | aldot | 2006-03-09 | 1 | -2/+6 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 4 | -4/+4 |
* | - use absolute path for top_builddir and top_srcdir. | aldot | 2006-03-02 | 1 | -0/+4 |
* | - silence warning about "'free_and_close_stuff' used but never defined" | aldot | 2006-03-02 | 1 | -3/+3 |
* | - fixes parallel builds (make -j) | aldot | 2006-03-01 | 1 | -23/+12 |
* | - fix compilation of sed. | aldot | 2006-03-01 | 1 | -7/+7 |
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | landley | 2006-03-01 | 1 | -4/+2 |
* | A few changes falling out from the effort to make sed handle embedded NUL bytes. | landley | 2006-02-24 | 1 | -18/+26 |
* | Don't build directory libraries unless we're building an applet that needs it. | landley | 2006-02-21 | 1 | -0/+2 |
* | Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. | landley | 2006-02-14 | 1 | -5/+13 |
* | make the build system puuuuuuuuuuurty | vapier | 2006-02-02 | 1 | -3/+2 |
* | changed strange mix signed<->unsigned | vodz | 2006-01-31 | 1 | -4/+4 |
* | fix up yet more annoying signed/unsigned and mixed type errors | andersen | 2006-01-30 | 1 | -13/+13 |
* | clean up yet more annoying signed/unsigned mismatches and fixup | andersen | 2006-01-30 | 1 | -1/+1 |
* | removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU... | vodz | 2006-01-30 | 1 | -8/+7 |
* | just whitespace | timr | 2006-01-25 | 2 | -14/+14 |
* | - add platform.h. | aldot | 2006-01-22 | 1 | -16/+3 |
* | - shared libbusybox. | aldot | 2006-01-15 | 1 | -3/+6 |
* | Bug 112, return value of awk should be /256. In reality, we should probably | landley | 2006-01-09 | 1 | -1/+1 |
* | fix bug #474: | pgf | 2005-11-28 | 1 | -14/+3 |
* | Support # comments after s/// option list. | landley | 2005-11-20 | 1 | -32/+14 |
* | \0 is a synonym for &. Our own "make allbaseconfig" breaks without this. | landley | 2005-10-30 | 1 | -2/+2 |
* | - correct boilerplate | aldot | 2005-10-27 | 1 | -2/+2 |
* | more const, attribute_noreturn saved 200 bytes | vodz | 2005-10-19 | 1 | -24/+26 |
* | - consume space between functionname and opening brackets | aldot | 2005-10-17 | 1 | -1/+2 |
* | common BUFSIZ BSS buffer, small reduce code, data and bss | vodz | 2005-10-15 | 1 | -1/+2 |
* | - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowe | aldot | 2005-10-10 | 1 | -20/+6 |
* | catch and report errors from file_write() | pgf | 2005-10-09 | 1 | -15/+28 |
* | make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's | pgf | 2005-10-09 | 1 | -2/+3 |
* | change strange depend to libbb.h, but require busybox.h | vodz | 2005-10-06 | 1 | -1/+0 |
* | as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod... | vapier | 2005-09-27 | 1 | -20/+20 |
* | eat misappropriated whitespace | vapier | 2005-09-27 | 1 | -66/+66 |
* | uncuddle function scope brackets | vapier | 2005-09-27 | 1 | -116/+116 |
* | use the shorter license header | vapier | 2005-09-24 | 1 | -15/+2 |
* | use brief license line | vapier | 2005-09-24 | 1 | -15/+2 |
* | initialize a couple of vars whose warnings were suppressed because | pgf | 2005-09-16 | 1 | -1/+1 |
* | some combinations of status line and screen refresh don't give a | pgf | 2005-09-16 | 1 | -76/+112 |
* | split libbb: moved xregcomp separatelly for speed up recompile | vodz | 2005-09-14 | 2 | -2/+2 |
* | removed strange extern void xregcomp(... from some applets, but declared from... | vodz | 2005-09-14 | 1 | -1/+0 |
* | allow either backspace or DEL, in addition to the user's erase | pgf | 2005-09-13 | 1 | -1/+2 |
* | Missing break was screwing up 'y//' command. Bug #248. | landley | 2005-09-02 | 1 | -0/+1 |
* | Patch -i support from Berhnard Fischer. | landley | 2005-09-01 | 1 | -9/+19 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | vapier | 2005-07-27 | 1 | -1/+1 |
* | applying fix for: | pgf | 2005-07-20 | 1 | -0/+1 |
* | allow both ^H and DEL to backspace in insert mode (bug #23) | pgf | 2005-07-18 | 1 | -4/+4 |
* | Fix vi so that error messages, insert mode messages, etc are | andersen | 2005-07-18 | 1 | -12/+37 |
* | Patch from Dmitry Zakharov: | landley | 2005-06-07 | 1 | -2/+1 |