summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-09-28vi: fix '' command (goto to prev context)Denys Vlasenko1-5/+5
2016-09-15vi: make "g<key>" error message less likely to show garbageDenys Vlasenko1-1/+3
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-05-25typo fixesManinder Singh17-24/+24
2015-05-03vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller1-5/+5
2015-03-12vi: make BACKSPACE and DELETE join lines at start/end of lineDenys Vlasenko1-4/+4
2015-01-07vi: fix reading of file after last lineRon Yorston1-1/+5
2015-01-07vi: failure to open file is not an error when initialising bufferRon Yorston1-7/+5
2014-09-15vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko1-43/+36
2014-05-29selinux: enable support for bionic, add applets in configTanguy Pruvot32-6835/+8569
2014-04-05vi: some simplificationsDenys Vlasenko1-116/+120
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-04-03vi: clear undo buffer when we change to another fileDenys Vlasenko1-69/+87
2014-04-02vi: undo code shrinkDenys Vlasenko1-41/+42
2014-04-02vi: undo support for vi with intermediate queuingJody Bruchon1-54/+448
2013-04-21vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko1-40/+28
2013-03-15vi: code shrinkDenys Vlasenko1-4/+10
2013-03-15vi: fix adjustment of buffer on partial file readRon Yorston1-1/+1
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-22*: reuse more stringsDenys Vlasenko3-17/+17
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-07-13vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko1-124/+58
2012-07-13vi: do not set autoindent by defaultDenys Vlasenko1-7/+8
2012-06-11vi: save/restore screen upon invocationDenys Vlasenko1-0/+4
2012-06-11vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko1-124/+58
2012-06-10vi: do not set autoindent by defaultDenys Vlasenko1-7/+8
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-01-31vi: add ":prev" command supportDennis Groenen1-11/+18
2012-01-31vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko1-27/+37
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko3-5/+6
2011-11-28vi: fix [end] key handlingDenys Vlasenko1-1/+1
2011-09-09vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko1-155/+139
2011-07-25less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko4-84/+123
2011-07-03vi: tweak regex.h includeDenys Vlasenko1-3/+6
2011-06-27vi: fix regex search, make it selectable in configWalter Harms4-159/+181
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-16vi.c: remove warning: variable 'sp' set but not usedCristian Ionescu-Idbohrn1-0/+4
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko9-27/+11
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-21vi: fix "ask terminal" codeDenys Vlasenko1-10/+10
2010-07-04remove some dead assignments, add a TODO commentDenys Vlasenko3-3/+2
2010-05-18vi: fix "set ic" command; code shrink while at it. closes bug 1765Denys Vlasenko1-49/+37
2010-05-16consolidate ESC sequencesDenys Vlasenko8-27/+29
2010-05-11lineedit: change how cmdedit_set_out_char worksDenys Vlasenko2-34/+43
[next]