aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix behavior of ZZ, with respect to readonly mode(s). originalpgf2006-03-281-5/+6
* add support for :wn (initial patch from Alexander Griesser)pgf2006-03-271-8/+13
* drop obsolete version string in favor of actual BB version (frompgf2006-03-271-16/+4
* - revert back to r14406aldot2006-03-131-16/+23
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-102-13/+15
* Portability patch from rfelker. The bb_asprintf.c thing needs an eventuallandley2006-03-091-1/+1
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-064-4/+4
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - silence warning about "'free_and_close_stuff' used but never defined"aldot2006-03-021-3/+3
* - fixes parallel builds (make -j)aldot2006-03-011-23/+12
* - fix compilation of sed.aldot2006-03-011-7/+7
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)landley2006-03-011-4/+2
* A few changes falling out from the effort to make sed handle embedded NUL bytes.landley2006-02-241-18/+26
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.landley2006-02-141-5/+13
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* changed strange mix signed<->unsignedvodz2006-01-311-4/+4
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-301-13/+13
* clean up yet more annoying signed/unsigned mismatches and fixupandersen2006-01-301-1/+1
* removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU...vodz2006-01-301-8/+7
* just whitespacetimr2006-01-252-14/+14
* - add platform.h.aldot2006-01-221-16/+3
* - shared libbusybox.aldot2006-01-151-3/+6
* Bug 112, return value of awk should be /256. In reality, we should probablylandley2006-01-091-1/+1
* fix bug #474:pgf2005-11-281-14/+3
* Support # comments after s/// option list.landley2005-11-201-32/+14
* \0 is a synonym for &. Our own "make allbaseconfig" breaks without this.landley2005-10-301-2/+2
* - correct boilerplatealdot2005-10-271-2/+2
* more const, attribute_noreturn saved 200 bytesvodz2005-10-191-24/+26
* - consume space between functionname and opening bracketsaldot2005-10-171-1/+2
* common BUFSIZ BSS buffer, small reduce code, data and bssvodz2005-10-151-1/+2
* - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowealdot2005-10-101-20/+6
* catch and report errors from file_write()pgf2005-10-091-15/+28
* make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it'spgf2005-10-091-2/+3
* change strange depend to libbb.h, but require busybox.hvodz2005-10-061-1/+0
* as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod...vapier2005-09-271-20/+20
* eat misappropriated whitespacevapier2005-09-271-66/+66
* uncuddle function scope bracketsvapier2005-09-271-116/+116
* use the shorter license headervapier2005-09-241-15/+2
* use brief license linevapier2005-09-241-15/+2
* initialize a couple of vars whose warnings were suppressed becausepgf2005-09-161-1/+1
* some combinations of status line and screen refresh don't give apgf2005-09-161-76/+112
* split libbb: moved xregcomp separatelly for speed up recompilevodz2005-09-142-2/+2
* removed strange extern void xregcomp(... from some applets, but declared from...vodz2005-09-141-1/+0
* allow either backspace or DEL, in addition to the user's erasepgf2005-09-131-1/+2
* Missing break was screwing up 'y//' command. Bug #248.landley2005-09-021-0/+1
* Patch -i support from Berhnard Fischer.landley2005-09-011-9/+19
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-271-1/+1
* applying fix for:pgf2005-07-201-0/+1