aboutsummaryrefslogtreecommitdiff
path: root/editors/ed.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2017-08-02line editing: make read_line_input() not take timeout paramDenys Vlasenko
2017-07-27ed: fix "\n" removal in command line; make "w" set "dirty = 0"Denys Vlasenko
2017-07-27ed: code shrinkDenys Vlasenko
2017-07-27ed: fix --help and reorder functions, no code changesDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko
2011-04-16Fix double words in comments. No code changesMarek Polacek
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko
2010-09-12*: s/perror/bb_simple_perror_msg/gMarek Polacek
2010-01-08*: fix places where we were still using malloc/reallocDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-03-28fix a few stray unguarded strdup'sDenis Vlasenko
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2007-12-30libbb: introduce fputc_printable (from ed)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-09-25documentation bits in comments, no code changesDenis Vlasenko
2007-09-25ed: large cleanupDenis Vlasenko
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-24inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko
2006-11-30ed: convert style to bbox's. No code changes.Denis Vlasenko
2006-10-27last nail into error_msg() (de)capitalizationDenis Vlasenko
2006-05-19- remove superfluous legacy includes.Bernhard Reutner-Fischer
2006-05-04It was sitting there, in the patches directory, for years. It was delete itRob Landley