Bump to version 1.22.1
[platform/upstream/busybox.git] / editors / vi.c
2013-04-21 Denys Vlasenkovi: make regexp search case-insensitive if ":set ignore...
2013-03-15 Denys Vlasenkovi: code shrink
2013-03-15 Ron Yorstonvi: fix adjustment of buffer on partial file read
2013-01-22 Denys Vlasenko*: reuse more strings
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-06-11 Denys Vlasenkovi: save/restore screen upon invocation
2012-06-11 Denys Vlasenkovi: nuke FEATURE_VI_OPTIMIZE_CURSOR
2012-06-10 Denys Vlasenkovi: do not set autoindent by default
2012-01-31 Dennis Groenenvi: add ":prev" command support
2012-01-31 Denys Vlasenkovi: move mark[i] pointers if text[] moves after realloc
2012-01-15 Denys Vlasenko*: better comments on termios manipulations. No code...
2011-11-28 Denys Vlasenkovi: fix [end] key handling
2011-09-09 Denys Vlasenkovi: prevent unlimited recursion in do_cmd(). Closes...
2011-07-25 Denys Vlasenkoless: optionally query terminal size via "ESC [ 6 n...
2011-07-03 Denys Vlasenkovi: tweak regex.h include
2011-06-27 Walter Harmsvi: fix regex search, make it selectable in config
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-16 Cristian Ionescu... vi.c: remove warning: variable 'sp' set but not used
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-04-02 Pere Orgamove help text from include/usage.src.h to debianutils...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-21 Denys Vlasenkovi: fix "ask terminal" code
2010-07-04 Denys Vlasenkoremove some dead assignments, add a TODO comment
2010-05-18 Denys Vlasenkovi: fix "set ic" command; code shrink while at it....
2010-05-16 Denys Vlasenkoconsolidate ESC sequences
2010-05-11 Denys Vlasenkolineedit: change how cmdedit_set_out_char works
2010-04-19 Denys Vlasenkovi: discover window size even on serial consoles. optional
2010-04-19 Denys Vlasenkovi: remove superfluous check on filename == ""
2010-04-17 Denys Vlasenkovi: code shrink
2010-04-17 Denys Vlasenkovi: code shrink; save/restore errno in signal handlers
2010-03-26 Denys Vlasenkovi: fix NUM + "$" handling
2010-03-11 Denys Vlasenkolineedit: fix another corner case with bad unicode...
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2009-11-20 Denys Vlasenkofix fallout from isprint() changes
2009-11-18 Denys Vlasenkolibbb: robustify isXXXX(). +39 bytes
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-22 Denys Vlasenko*: remove last function calls to isspace
2009-10-08 Denys Vlasenko*: a few more NOINLINEs
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-07-04 Denys Vlasenkofix dependencies of FEATURE_GETOPT_LONG
2009-06-15 Denys Vlasenkovi: do not accept uppercase comments (compat). Closes...
2009-05-17 Denys Vlasenkoline editing: add an option to emit ESC [ 6 n and use...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-01 Denis Vlasenkotrailing whitespace removal
2008-11-24 Denis Vlasenkovi: speedup and code shrink (Walter Harms)
2008-11-19 Denis Vlasenkovi: fix several instances of major goof: when text...
2008-11-05 Denis Vlasenko*: code shrink by adding a wrapper around very common...
2008-10-29 Denis Vlasenkorandomconfig fixes
2008-10-29 Denis Vlasenkovi: fix uninitialized last_search_pattern (bug 5794)
2008-10-25 Denis Vlasenkoless: reuse former vi's key reading code. Improve SIGWI...
2008-10-25 Denis Vlasenkovi: move key reading routine out of vi into llbbb
2008-10-20 Denis Vlasenkovi: handle chars 0x80, 0x81... correctly
2008-10-19 Rob LandleyComment and whitespace tweaks.
2008-10-18 Denis Vlasenkovi: explain why reading 4 chars is unsafe
2008-10-18 Denis Vlasenkovi: whitespace fix
2008-10-16 Denis Vlasenkovi: a few trivial optimizations to keyboard reading...
2008-10-16 Rob LandleyConfirmed that on Linux the serial interrupt takes...
2008-10-14 Denis Vlasenkovi: fix bizarre formatting. no code changes
2008-10-14 Denis Vlasenkofix recurring "last_cmd overrun", fix [del] handling...
2008-10-14 Denis Vlasenkovi: trivial size optimization -65 bytes
2008-10-14 Denis Vlasenkovi: reinstate timeout of 300 ms
2008-10-14 Denis Vlasenkovi: add comments to Rob's algorithm of reading and...
2008-10-14 Rob LandleyEscape sequences sent over serial links don't come...
2008-10-14 Rob LandleyClean up editors/vi.c:readit() so it only does readahea...
2008-09-21 Denis Vlasenkocrontab: do not destroy STDIN_FILENO, editor may need...
2008-07-17 Denis Vlasenkovi: using array data after it fell out of scope is...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenkovi: fix vda's thinko
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-26 Denis Vlasenkoprint_flags: fix trivial thinko
2008-06-24 Denis Vlasenkovi: fix yet another vda's thinko
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...
next