vi: fix obvious thinko's
[oweals/busybox.git] / editors / vi.c
2008-06-22 Denis Vlasenkovi: fix obvious thinko's
2008-06-22 Denis Vlasenkovi: fix vda's breakage (by Cristian Ionescu-Idbohrn)
2008-06-21 Denis Vlasenkovi: small code shrink
2008-06-20 Denis Vlasenkovi: fix the bug where vi never grows the edit buffer.
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-03 Denis Vlasenkovi: do not truncate file to zero length. closes bug...
2008-03-24 Denis Vlasenko*: whitespace fixes, no code changes
2008-03-24 Denis Vlasenkolpr: add more accurate comments
2008-03-17 Paul Foxremove alarm() calls which were functioning as a primitive
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-06 Paul Foxfixups to vi usage, and move the initial redraw() past the
2008-03-06 Paul Foxfixed the "dot" (i.e. '.') command, to properly re...
2008-03-05 Paul Foxfix vi's '?' and '/' commands to correctly set a new...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-14 Paul Foxadd ',' and 'gg' commands (patch from Leo Jay)
2008-02-11 Bernhard Reutner... - spelling fixes
2007-12-30 Denis Vlasenkolibbb: introduce fputc_printable (from ed)
2007-12-23 Denis Vlasenkovi: speed up some string ops
2007-12-22 Denis Vlasenkovi: reduce amount of memset'ing on each screen refresh
2007-12-22 Denis Vlasenkovi: introduce FEATURE_VI_8BIT (as vi currently is not...
2007-12-22 Denis Vlasenkovi: change MAX_LINELEN meaning: now it is the biggest...
2007-12-21 Denis Vlasenkovi: fix a problem with displaying overlong lines
2007-12-09 Denis Vlasenkovi: don't use common_bufsiz as read buffer, it can...
2007-10-11 Denis Vlasenkovi: don't wait 50 ms before reading ESC sequences
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Bernhard Reutner... - ditch 2 bytes
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-22 Bernhard Reutner... - actually mv microcom.c to miscutils
2007-09-07 Denis Vlasenko*: replace select-for-one descriptor with poll, it...
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-19 Denis Vlasenkostray trailing tabs removed
2007-07-18 Denis Vlasenkovi: comment out dead code
2007-07-17 Denis Vlasenkovi: style fixlet
2007-07-17 Denis Vlasenkofix typo in prev commit :(
2007-07-17 Denis Vlasenkovi: s/argv[0]/applet_name/
2007-07-17 Denis Vlasenkovi: multiple fixes by Natanael Copa <natanael.copa...
2007-07-17 Denis Vlasenkoremove accumulated stray trailing whitespace
2007-07-14 Denis Vlasenkovi: make status line less confusing when we open non...
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-10 Denis Vlasenkomoved biggest stack buffers to malloc space, or made...
2007-05-30 Denis Vlasenkovi: move some data to malloc'ed space: ~500 less bss...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-17 Denis Vlasenkovi: remove two globals
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-01 Denis VlasenkoCopyright, help text, whitespace cleanups
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-03-22 Denis Vlasenkoassorted fixes uncovered by randomconfig runs
2007-03-21 Denis Vlasenkovi: fix signed char-induced potential bugs
2007-03-21 Denis Vlasenkovi: remove Byte typedef and massive amount of casts.
2007-03-21 Denis Vlasenkovi: support $EXINIT and -c
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-30 Denis Vlasenkonext bunch of fixes for bugs found by randconfig
2006-12-26 Denis Vlasenkostyle fixes
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-12-19 Denis VlasenkoAdd option to disable command execution from vi & awk
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-25 Rob LandleyA few patches from Erik Hovland, turning strncpy()...
2006-06-21 Rob LandleyRemove pointless "inline" wrapper around get_terminal_w...
2006-06-21 Rob LandleyZubicaray reported a bug in vi that causes it to eat...
2006-06-09 Bernhard Reutner... - make sure that we see string_insert only if we need it.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-19 Bernhard Reutner... - remove SIGIOT as suggested by landley.
2006-05-19 Bernhard Reutner... - Rich Felker writes:
2006-05-19 Bernhard Reutner... - include strings.h
2006-04-05 Paul Foxadjust ifdefs for inclusion of string_insert() routine
2006-03-28 Paul Foxfix behavior of ZZ, with respect to readonly mode(s...
2006-03-27 Paul Foxadd support for :wn (initial patch from Alexander...
2006-03-27 Paul Foxdrop obsolete version string in favor of actual BB...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2006-01-25 Tim Rikerjust whitespace
2005-11-28 Paul Foxfix bug #474:
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-09 Paul Foxcatch and report errors from file_write()
2005-10-09 Paul Foxmake Hit_Return() available when CONFIG_FEATURE_VI_COLO...
2005-09-16 Paul Foxinitialize a couple of vars whose warnings were suppres...
2005-09-16 Paul Foxsome combinations of status line and screen refresh...
2005-09-13 Paul Foxallow either backspace or DEL, in addition to the user...
2005-07-20 Paul Foxapplying fix for:
2005-07-18 Paul Foxallow both ^H and DEL to backspace in insert mode ...
2005-07-18 Eric AndersenFix vi so that error messages, insert mode messages...
next