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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
vi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: Config.in: CYGWIN
Nguyễn Thái Ngọc Duy
2010-04-20
1
-0
/
+27
*
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
*
vi: move key reading routine out of vi into llbbb
Denis Vlasenko
2008-10-25
1
-185
/
+44
*
vi: handle chars 0x80, 0x81... correctly
Denis Vlasenko
2008-10-20
1
-61
/
+64
*
Comment and whitespace tweaks.
Rob Landley
2008-10-19
1
-10
/
+6
*
vi: explain why reading 4 chars is unsafe
Denis Vlasenko
2008-10-18
1
-3
/
+5
*
vi: whitespace fix
Denis Vlasenko
2008-10-18
1
-2
/
+2
*
vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s.
Denis Vlasenko
2008-10-16
1
-18
/
+29
*
Confirmed that on Linux the serial interrupt takes precedence over the timer
Rob Landley
2008-10-16
1
-2
/
+3
*
vi: fix bizarre formatting. no code changes
Denis Vlasenko
2008-10-14
1
-2
/
+2
*
fix recurring "last_cmd overrun", fix [del] handling in insert mode
Denis Vlasenko
2008-10-14
1
-15
/
+15
*
vi: trivial size optimization -65 bytes
Denis Vlasenko
2008-10-14
1
-18
/
+16
*
vi: reinstate timeout of 300 ms
Denis Vlasenko
2008-10-14
1
-4
/
+8
*
vi: add comments to Rob's algorithm of reading and matching ESC sequences
Denis Vlasenko
2008-10-14
1
-23
/
+33
*
Escape sequences sent over serial links don't come in as a block, so poll
Rob Landley
2008-10-14
1
-1
/
+1
*
Clean up editors/vi.c:readit() so it only does readahead when actually
Rob Landley
2008-10-14
1
-61
/
+58
*
crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)
Denis Vlasenko
2008-09-21
1
-23
/
+25
*
vi: using array data after it fell out of scope is stupid.
Denis Vlasenko
2008-07-17
1
-6
/
+8
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-3
/
+3
*
vi: fix vda's thinko
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-2
/
+2
*
print_flags: fix trivial thinko
Denis Vlasenko
2008-06-26
1
-2
/
+2
*
vi: fix yet another vda's thinko
Denis Vlasenko
2008-06-24
1
-0
/
+1
*
vi: fix obvious thinko's
Denis Vlasenko
2008-06-22
1
-5
/
+4
*
vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)
Denis Vlasenko
2008-06-22
1
-5
/
+5
*
vi: small code shrink
Denis Vlasenko
2008-06-21
1
-35
/
+24
*
vi: fix the bug where vi never grows the edit buffer.
Denis Vlasenko
2008-06-20
1
-121
/
+154
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-3
/
+3
[next]