index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
vi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
1
-40
/
+57
|
\
|
*
vi: add ":prev" command support
Dennis Groenen
2012-01-31
1
-11
/
+18
|
*
vi: move mark[i] pointers if text[] moves after realloc
Denys Vlasenko
2012-01-31
1
-27
/
+37
|
*
*: better comments on termios manipulations. No code changes.
Denys Vlasenko
2012-01-15
1
-1
/
+1
|
*
vi: fix [end] key handling
Denys Vlasenko
2011-11-28
1
-1
/
+1
*
|
Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge
Ron Yorston
2012-03-23
1
-155
/
+139
|
\
|
|
*
vi: prevent unlimited recursion in do_cmd(). Closes 4153
Denys Vlasenko
2011-09-09
1
-155
/
+139
*
|
Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge
Ron Yorston
2012-03-22
1
-2
/
+2
|
\
|
|
*
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
Denys Vlasenko
2011-07-25
1
-2
/
+2
*
|
Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge
Ron Yorston
2012-03-22
1
-43
/
+186
|
\
|
|
*
vi: tweak regex.h include
Denys Vlasenko
2011-07-03
1
-3
/
+6
|
*
vi: fix regex search, make it selectable in config
Walter Harms
2011-06-27
1
-40
/
+181
|
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
|
Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge
Ron Yorston
2012-03-22
1
-2
/
+4
|
\
|
|
*
vi.c: remove warning: variable 'sp' set but not used
Cristian Ionescu-Idbohrn
2011-05-16
1
-0
/
+4
|
*
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-13
1
-2
/
+0
*
|
Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge
Ron Yorston
2012-03-22
1
-0
/
+13
|
\
|
|
*
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2011-04-03
1
-0
/
+13
*
|
win32: vi: reimplement mysleep() because poll() won't work on stdin
Nguyễn Thái Ngọc Duy
2010-09-14
1
-0
/
+9
|
/
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
vi: fix "ask terminal" code
Denys Vlasenko
2010-07-21
1
-10
/
+10
*
remove some dead assignments, add a TODO comment
Denys Vlasenko
2010-07-04
1
-1
/
+0
*
vi: fix "set ic" command; code shrink while at it. closes bug 1765
Denys Vlasenko
2010-05-19
1
-49
/
+37
*
consolidate ESC sequences
Denys Vlasenko
2010-05-16
1
-8
/
+8
*
lineedit: change how cmdedit_set_out_char works
Denys Vlasenko
2010-05-11
1
-2
/
+2
*
vi: discover window size even on serial consoles. optional
Denys Vlasenko
2010-04-18
1
-1
/
+22
*
vi: remove superfluous check on filename == ""
Denys Vlasenko
2010-04-18
1
-1
/
+1
*
vi: code shrink
Denys Vlasenko
2010-04-16
1
-9
/
+9
*
vi: code shrink; save/restore errno in signal handlers
Denys Vlasenko
2010-04-16
1
-19
/
+27
*
vi: fix NUM + "$" handling
Denys Vlasenko
2010-03-26
1
-38
/
+39
*
lineedit: fix another corner case with bad unicode input
Denys Vlasenko
2010-03-11
1
-1
/
+1
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
1
-3
/
+5
*
fix fallout from isprint() changes
Denys Vlasenko
2009-11-20
1
-24
/
+25
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
1
-2
/
+2
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-4
/
+4
*
*: remove last function calls to isspace
Denys Vlasenko
2009-10-22
1
-5
/
+5
*
*: a few more NOINLINEs
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-23
1
-2
/
+2
*
fix dependencies of FEATURE_GETOPT_LONG
Denys Vlasenko
2009-07-04
1
-3
/
+3
*
vi: do not accept uppercase comments (compat). Closes bug 397.
Denys Vlasenko
2009-06-15
1
-33
/
+31
*
line editing: add an option to emit ESC [ 6 n and use results
Denys Vlasenko
2009-05-17
1
-7
/
+6
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-8
/
+8
*
trailing whitespace removal
Denis Vlasenko
2009-04-01
1
-2
/
+2
*
vi: speedup and code shrink (Walter Harms)
Denis Vlasenko
2008-11-24
1
-21
/
+17
*
vi: fix several instances of major goof: when text grows, text[]
Denis Vlasenko
2008-11-19
1
-45
/
+78
*
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-11-05
1
-2
/
+2
*
randomconfig fixes
Denis Vlasenko
2008-10-29
1
-1
/
+2
*
vi: fix uninitialized last_search_pattern (bug 5794)
Denis Vlasenko
2008-10-29
1
-10
/
+5
*
less: reuse former vi's key reading code. Improve SIGWINCH handling.
Denis Vlasenko
2008-10-25
1
-1
/
+1
[next]