summaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-6/+9
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-3/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-9/+9
* style fix (stray space before ';')Denis Vlasenko2007-07-211-1/+1
* stray trailing tabs removedDenis Vlasenko2007-07-191-4/+4
* vi: comment out dead codeDenis Vlasenko2007-07-181-5/+5
* vi: style fixletDenis Vlasenko2007-07-171-1/+2
* fix typo in prev commit :(Denis Vlasenko2007-07-171-1/+1
* vi: s/argv[0]/applet_name/Denis Vlasenko2007-07-171-1/+1
* vi: multiple fixes by Natanael Copa <natanael.copa@gmail.com>Denis Vlasenko2007-07-171-193/+166
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-171-2/+2
* vi: make status line less confusing when we open non-readable files,Denis Vlasenko2007-07-141-59/+40
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+1
* moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko2007-06-101-24/+26
* vi: move some data to malloc'ed space: ~500 less bss, codeDenis Vlasenko2007-05-301-42/+68
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* vi: remove two globalsDenis Vlasenko2007-05-171-3/+7
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* Copyright, help text, whitespace cleanupsDenis Vlasenko2007-04-011-1/+1
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-241-1/+1
* assorted fixes uncovered by randomconfig runsDenis Vlasenko2007-03-221-1/+11
* vi: fix signed char-induced potential bugsDenis Vlasenko2007-03-211-30/+32
* vi: remove Byte typedef and massive amount of casts.Denis Vlasenko2007-03-211-424/+445
* vi: support $EXINIT and -cDenis Vlasenko2007-03-211-14/+53
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-111-8/+1
* clean up accumulated whitespace damageDenis Vlasenko2007-03-071-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-202/+205
* style fixesDenis Vlasenko2006-12-261-1/+1
* remove casts from xmalloc()Denis Vlasenko2006-12-191-4/+4
* Add option to disable command execution from vi & awkDenis Vlasenko2006-12-191-2/+6
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-19/+19
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-25/+25
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-271-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-3/+3
* lots of silly indent fixesDenis Vlasenko2006-10-031-2/+2
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-10/+5
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-20/+8
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+0
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley2006-06-251-2/+1
* Remove pointless "inline" wrapper around get_terminal_width_height().Rob Landley2006-06-211-21/+7
* Zubicaray reported a bug in vi that causes it to eat 100% cpu when you closeRob Landley2006-06-211-87/+2
* - make sure that we see string_insert only if we need it.Bernhard Reutner-Fischer2006-06-091-2/+2
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - remove SIGIOT as suggested by landley.Bernhard Reutner-Fischer2006-05-191-3/+0
* - Rich Felker writes:Bernhard Reutner-Fischer2006-05-191-0/+2
* - include strings.hBernhard Reutner-Fischer2006-05-191-0/+1
* adjust ifdefs for inclusion of string_insert() routinePaul Fox2006-04-051-3/+3