index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
vi.c
Age
Commit message (
Expand
)
Author
2010-07-04
remove some dead assignments, add a TODO comment
Denys Vlasenko
2010-05-19
vi: fix "set ic" command; code shrink while at it. closes bug 1765
Denys Vlasenko
2010-05-16
consolidate ESC sequences
Denys Vlasenko
2010-05-11
lineedit: change how cmdedit_set_out_char works
Denys Vlasenko
2010-04-18
vi: discover window size even on serial consoles. optional
Denys Vlasenko
2010-04-18
vi: remove superfluous check on filename == ""
Denys Vlasenko
2010-04-16
vi: code shrink
Denys Vlasenko
2010-04-16
vi: code shrink; save/restore errno in signal handlers
Denys Vlasenko
2010-03-26
vi: fix NUM + "$" handling
Denys Vlasenko
2010-03-11
lineedit: fix another corner case with bad unicode input
Denys Vlasenko
2010-01-28
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2009-11-20
fix fallout from isprint() changes
Denys Vlasenko
2009-11-18
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-10-22
*: remove last function calls to isspace
Denys Vlasenko
2009-10-08
*: a few more NOINLINEs
Denys Vlasenko
2009-09-23
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-07-04
fix dependencies of FEATURE_GETOPT_LONG
Denys Vlasenko
2009-06-15
vi: do not accept uppercase comments (compat). Closes bug 397.
Denys Vlasenko
2009-05-17
line editing: add an option to emit ESC [ 6 n and use results
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-01
trailing whitespace removal
Denis Vlasenko
2008-11-24
vi: speedup and code shrink (Walter Harms)
Denis Vlasenko
2008-11-19
vi: fix several instances of major goof: when text grows, text[]
Denis Vlasenko
2008-11-05
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-10-29
randomconfig fixes
Denis Vlasenko
2008-10-29
vi: fix uninitialized last_search_pattern (bug 5794)
Denis Vlasenko
2008-10-25
less: reuse former vi's key reading code. Improve SIGWINCH handling.
Denis Vlasenko
2008-10-25
vi: move key reading routine out of vi into llbbb
Denis Vlasenko
2008-10-20
vi: handle chars 0x80, 0x81... correctly
Denis Vlasenko
2008-10-19
Comment and whitespace tweaks.
Rob Landley
2008-10-18
vi: explain why reading 4 chars is unsafe
Denis Vlasenko
2008-10-18
vi: whitespace fix
Denis Vlasenko
2008-10-16
vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s.
Denis Vlasenko
2008-10-16
Confirmed that on Linux the serial interrupt takes precedence over the timer
Rob Landley
2008-10-14
vi: fix bizarre formatting. no code changes
Denis Vlasenko
2008-10-14
fix recurring "last_cmd overrun", fix [del] handling in insert mode
Denis Vlasenko
2008-10-14
vi: trivial size optimization -65 bytes
Denis Vlasenko
2008-10-14
vi: reinstate timeout of 300 ms
Denis Vlasenko
2008-10-14
vi: add comments to Rob's algorithm of reading and matching ESC sequences
Denis Vlasenko
2008-10-14
Escape sequences sent over serial links don't come in as a block, so poll
Rob Landley
2008-10-14
Clean up editors/vi.c:readit() so it only does readahead when actually
Rob Landley
2008-09-21
crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)
Denis Vlasenko
2008-07-17
vi: using array data after it fell out of scope is stupid.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-27
vi: fix vda's thinko
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-26
print_flags: fix trivial thinko
Denis Vlasenko
2008-06-24
vi: fix yet another vda's thinko
Denis Vlasenko
[next]