ash,hush: testcase for "exit" without arguments in a trap
[oweals/busybox.git] / editors / vi.c
2020-01-29 Ron Yorstonvi: fixes to string search in colon commands, closes...
2019-10-25 Denys Vlasenkovi: placate "warning: shifting a negative signed value...
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-06-08 Denys Vlasenkovi: code shrink
2019-04-28 Ron Yorstonvi: enable 'dG' command. Closes 11801
2019-04-28 Ron Yorstonvi: fix changes to word at end of line. Closes 11796
2019-04-03 Denys Vlasenkovi: revert change in how "end of file list" is deteced...
2019-04-03 Denys Vlasenkovi: code shrink
2019-04-03 Ron Yorstonvi: avoid build failure in non-default case
2019-04-02 Denys Vlasenkovi: rename save_argc -> cmdline_filecnt
2019-04-02 Denys Vlasenkovi: restore capability to remember insertion cmds for "."
2019-04-01 Denys Vlasenkovi: code shrink
2019-04-01 Denys Vlasenkovi: convert more /**/ comments to //
2019-04-01 Denys Vlasenkovi: code shrink
2019-04-01 Denys Vlasenkovi: use vsnprintf to format status line
2019-04-01 Denys Vlasenkovi: rearrange functions, no logic changes
2019-04-01 Denys Vlasenkovi: rearrange functions, no logic changes
2019-04-01 Denys Vlasenkovi: rearrange functions, no logic changes
2019-04-01 Denys Vlasenkovi: rearrange functions, no logic changes
2019-04-01 Denys Vlasenkovi: rearrange functions, no logic changes
2019-04-01 Denys Vlasenkovi: fix ^Z not always working as intended
2019-04-01 Denys Vlasenkovi: install SIGINT handler _after_ restart setjmp is...
2019-03-30 Ron Yorstonvi: allow manual screen update if SIGWINCH isn't supported
2019-03-29 Denys Vlasenkovi: code shrink, proper printf formatting for strlen()
2019-02-11 Ron Yorstonvi: further fixes to undo after autoindent
2019-02-08 Ron Yorstonvi: fix replacement of single character with CR
2019-02-08 Ron Yorstonvi: fix faulty undo after autoinsert
2018-12-28 Denys Vlasenkoconfig: update size information
2018-12-03 Ron Yorstonvi: correctly detect when a deletion empties the buffer
2018-11-29 Denys Vlasenkovi: code shrink
2018-11-29 Denys Vlasenkovi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED...
2018-10-31 Ron Yorstonvi: remove duplicated code
2018-06-27 Denys Vlasenkovi: placate "warning: variable orig_buf set but not...
2018-06-27 Denys Vlasenkovi: placate "warning: statement with no effect"
2017-09-29 Denys Vlasenkouse %m printf specifier where appropriate
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-09-13 Denys Vlasenko*: use ESC define instead of "\033"; use ESC[m instead...
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-20 Denys Vlasenkolibarchive: FEATURE_LZMA_FAST should be visible if...
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-05-02 Denys Vlasenkovi: survive if stdin is nonblocking. closes 9851
2017-03-24 Yousong Zhouvi: avoid touching a new file with ZZ when no editing...
2017-03-13 Denys Vlasenkovi: don't touch file with :x when modified_count == 0
2017-01-29 Denys Vlasenkovi,fsck: do not use build timestamp unconditionally...
2017-01-11 Denys Vlasenkolibbb: consolidate the code to set termios unbuffered...
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-09-28 Denys Vlasenkovi: fix '' command (goto to prev context)
2016-09-15 Denys Vlasenkovi: make "g<key>" error message less likely to show...
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2015-10-08 Denys Vlasenkojoin some common strings, -400 bytes
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-05-25 Maninder Singhtypo fixes
2015-05-03 Andrew Fullervi: basic undo feature shouldn't depend on yankmark
2015-03-12 Denys Vlasenkovi: make BACKSPACE and DELETE join lines at start/end...
2015-01-07 Ron Yorstonvi: fix reading of file after last line
2015-01-07 Ron Yorstonvi: failure to open file is not an error when initialis...
2014-09-15 Denys Vlasenkovi: fix incorrect memory access on brace matching....
2014-04-05 Denys Vlasenkovi: some simplifications
2014-04-03 Denys Vlasenkovi: clear undo buffer when we change to another file
2014-04-02 Denys Vlasenkovi: undo code shrink
2014-04-02 Jody Bruchonvi: undo support for vi with intermediate queuing
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
next