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
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
2008-06-22
vi: fix obvious thinko's
Denis Vlasenko
2008-06-22
vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)
Denis Vlasenko
2008-06-21
vi: small code shrink
Denis Vlasenko
2008-06-20
vi: fix the bug where vi never grows the edit buffer.
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-18
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-03
vi: do not truncate file to zero length. closes bug 2944.
Denis Vlasenko
2008-03-24
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-24
lpr: add more accurate comments
Denis Vlasenko
2008-03-17
remove alarm() calls which were functioning as a primitive
Paul Fox
[next]