aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* Yann Morin spotted some leftover flotsam from halfway through the recentRob Landley2006-05-241-1/+1
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessaryRob Landley2006-05-212-10/+10
* - remove SIGIOT as suggested by landley.Bernhard Reutner-Fischer2006-05-191-3/+0
* - Rich Felker writes:Bernhard Reutner-Fischer2006-05-191-0/+2
* - remove superfluous legacy includes.Bernhard Reutner-Fischer2006-05-191-6/+5
* - include strings.hBernhard Reutner-Fischer2006-05-192-0/+2
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger2006-05-131-1/+1
* Convert sed's static variables to a single global structure.Rob Landley2006-05-091-123/+130
* Move sed over to the generic llist_t for append. Saves about 90 bytes.Rob Landley2006-05-081-27/+9
* Patch to fix bug 868, and some related cleanup while I was in the area.Rob Landley2006-05-071-18/+6
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-14/+14
* It was sitting there, in the patches directory, for years. It was delete itRob Landley2006-05-043-2/+1374
* touchup commentMike Frysinger2006-04-161-1/+1
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-11/+11
* adjust ifdefs for inclusion of string_insert() routinePaul Fox2006-04-051-3/+3
* fix behavior of ZZ, with respect to readonly mode(s). originalPaul Fox2006-03-281-5/+6
* add support for :wn (initial patch from Alexander Griesser)Paul Fox2006-03-271-8/+13
* drop obsolete version string in favor of actual BB version (fromPaul Fox2006-03-271-16/+4
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-16/+23
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-102-13/+15
* Portability patch from rfelker. The bb_asprintf.c thing needs an eventualRob Landley2006-03-091-1/+1
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-064-4/+4
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - silence warning about "'free_and_close_stuff' used but never defined"Bernhard Reutner-Fischer2006-03-021-3/+3
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-23/+12
* - fix compilation of sed.Bernhard Reutner-Fischer2006-03-011-7/+7
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-011-4/+2
* A few changes falling out from the effort to make sed handle embedded NUL bytes.Rob Landley2006-02-241-18/+26
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
* Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.Rob Landley2006-02-141-5/+13
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
* changed strange mix signed<->unsigned"Vladimir N. Oleynik"2006-01-311-4/+4
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-13/+13
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-1/+1
* removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU..."Vladimir N. Oleynik"2006-01-301-8/+7
* just whitespaceTim Riker2006-01-252-14/+14
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-16/+3
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-3/+6
* Bug 112, return value of awk should be /256. In reality, we should probablyRob Landley2006-01-091-1/+1
* fix bug #474:Paul Fox2005-11-281-14/+3
* Support # comments after s/// option list.Rob Landley2005-11-201-32/+14
* \0 is a synonym for &. Our own "make allbaseconfig" breaks without this.Rob Landley2005-10-301-2/+2
* - correct boilerplateBernhard Reutner-Fischer2005-10-271-2/+2
* more const, attribute_noreturn saved 200 bytes"Vladimir N. Oleynik"2005-10-191-24/+26
* - consume space between functionname and opening bracketsBernhard Reutner-Fischer2005-10-171-1/+2
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-151-1/+2
* - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to loweBernhard Reutner-Fischer2005-10-101-20/+6
* catch and report errors from file_write()Paul Fox2005-10-091-15/+28
* make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it'sPaul Fox2005-10-091-2/+3