summaryrefslogtreecommitdiff
path: root/editors/ed.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-4/+4
| | | | | | tr: stop using globals needlessly. code: -103 bytes
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)Denis Vlasenko2007-03-241-3/+9
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-1/+1
|
* ed: convert style to bbox's. No code changes.Denis Vlasenko2006-11-301-224/+93
|
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-33/+33
|
* - remove superfluous legacy includes.Bernhard Reutner-Fischer2006-05-191-6/+5
| | | | This applet should be converted to use llist; __NEED_DLLIST
* It was sitting there, in the patches directory, for years. It was delete itRob Landley2006-05-041-0/+1363
or apply it. It's small, simple, evil, part of SUSv3, and we can switch it off.