summaryrefslogtreecommitdiff
path: root/editors/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move several applets to more correct ex-project. No code changes.Denis Vlasenko2007-06-121-0/+39
|
* moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko2007-06-101-0/+10
| | | | | | | | | | | | | | | | | (8k of shell line edit buffer is an overkill) # make ARCH=i386 bloatcheck function old new delta read_line_input 3933 3967 +34 ifaddrlist 348 345 -3 do_loadfont 208 191 -17 edit_file 840 819 -21 .rodata 129112 129080 -32 uncompress 1305 1268 -37 loadfont_main 566 495 -71 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/6 up/down: 34/-181) Total: -147 bytes
* Add option to disable command execution from vi & awkDenis Vlasenko2006-12-191-1/+8
|
* build system overhaulDenis Vlasenko2006-10-051-27/+27
|
* It was sitting there, in the patches directory, for years. It was delete itRob Landley2006-05-041-0/+8
| | | | | or apply it. It's small, simple, evil, part of SUSv3, and we can switch it off.
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-11/+11
| | | | to do it in Config.in.
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Andreas Mohr writes:Eric Andersen2003-10-221-1/+1
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* Patch by Rob Landley, work in progress update, fixes lots of bugs,Glenn L McGrath2003-10-011-22/+0
| | | | introduces a few others (but they are being worked on)
* Configuration option to define wether to follows GNU sed's behaviour Glenn L McGrath2003-09-161-0/+13
| | | | | or the posix standard. Put the cleanup code back the way it was.
* Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen2003-07-221-9/+15
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-3/+6
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen2003-07-051-2/+6
| | | | -Erik
* New applet: patch, applies a unified diffGlenn L McGrath2003-06-221-0/+6
|
* Experimental support for embeded newline. (im evil)Glenn L McGrath2003-03-301-0/+9
| | | | Fix segfault when using 'N' with an odd number of lines.
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+104
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik