summaryrefslogtreecommitdiff
path: root/editors/ed.c
Commit message (Expand)AuthorAgeFilesLines
* ed: don't use memcpy with overlapping memory regionsSören Tempel2023-01-051-1/+1
* ed: add support for -s command-line option as mandated by POSIXSören Tempel2021-12-291-4/+11
* ed: align output of read command with POSIX.1-2008Sören Tempel2021-12-191-3/+0
* ed: fix current line number for file passed via the command-lineSören Tempel2021-12-191-2/+0
* ed: add support for -p command-line option as mandated by POSIXSören Tempel2021-12-171-4/+10
* ed: align output of read/write commands with POSIX-1.2008Sören Tempel2021-10-121-14/+18
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-17/+17
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-3/+3
* ed: fix "\n" removal in command line; make "w" set "dirty = 0"Denys Vlasenko2017-07-271-20/+24
* ed: code shrinkDenys Vlasenko2017-07-271-51/+43
* ed: fix --help and reorder functions, no code changesDenys Vlasenko2017-07-271-548/+516
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-4/+4
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-3/+5
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* switch editors/* to embedded-in-source kbuild systemDenys Vlasenko2013-11-131-0/+12
* Fix double words in comments. No code changesMarek Polacek2011-04-161-1/+1
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+3
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-3/+3
* *: s/perror/bb_simple_perror_msg/gMarek Polacek2010-09-121-5/+5
* *: fix places where we were still using malloc/reallocDenys Vlasenko2010-01-081-16/+3
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-2/+2
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* fix a few stray unguarded strdup'sDenis Vlasenko2008-03-281-132/+127
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-2/+2
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-1/+1
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-301-14/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-3/+3
* documentation bits in comments, no code changesDenis Vlasenko2007-09-251-2/+0
* ed: large cleanupDenis Vlasenko2007-09-251-305/+135
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-4/+4
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* 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
* 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
* It was sitting there, in the patches directory, for years. It was delete itRob Landley2006-05-041-0/+1363