- 8825cb6 vi: placate "warning: variable orig_buf set but not used" by Denys Vlasenko · 6 years ago
- 39043ad vi: placate "warning: statement with no effect" by Denys Vlasenko · 6 years ago
- 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 0cc9b18 vi: survive if stdin is nonblocking. closes 9851 by Denys Vlasenko · 8 years ago
- 8f3bf4f vi: avoid touching a new file with ZZ when no editing has been done by Yousong Zhou · 8 years ago
- e88608e vi: don't touch file with :x when modified_count == 0 by Denys Vlasenko · 8 years ago
- eba7fe6 vi,fsck: do not use build timestamp unconditionally. Closes 9626 by Denys Vlasenko · 8 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- 61fcc8c vi: fix '' command (goto to prev context) by Denys Vlasenko · 8 years ago
- de1996d vi: make "g<key>" error message less likely to show garbage by Denys Vlasenko · 8 years ago
- 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
- 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
- 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
- 97c6491 typo fixes by Maninder Singh · 10 years ago
- 4d8ddb8 vi: basic undo feature shouldn't depend on yankmark by Andrew Fuller · 10 years ago
- 49acc1a vi: make BACKSPACE and DELETE join lines at start/end of line by Denys Vlasenko · 10 years ago
- 70f4320 vi: fix reading of file after last line by Ron Yorston · 10 years ago
- e5213ce vi: failure to open file is not an error when initialising buffer by Ron Yorston · 10 years ago
- 05399fc vi: fix incorrect memory access on brace matching. Closes 7256 by Denys Vlasenko · 10 years ago
- 32afd3a vi: some simplifications by Denys Vlasenko · 11 years ago
- e743086 vi: clear undo buffer when we change to another file by Denys Vlasenko · 11 years ago
- 2c51202 vi: undo code shrink by Denys Vlasenko · 11 years ago
- a8d6f9b vi: undo support for vi with intermediate queuing by Jody Bruchon · 11 years ago
- 264f373 vi: make regexp search case-insensitive if ":set ignorecase" is active by Denys Vlasenko · 12 years ago
- 9e7c002 vi: code shrink by Denys Vlasenko · 12 years ago
- cb5aa72 vi: fix adjustment of buffer on partial file read by Ron Yorston · 12 years ago
- 778794d *: reuse more strings by Denys Vlasenko · 12 years ago
- 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
- d3dff87 vi: save/restore screen upon invocation by Denys Vlasenko · 13 years ago
- 04b5289 vi: nuke FEATURE_VI_OPTIMIZE_CURSOR by Denys Vlasenko · 13 years ago
- 605f264 vi: do not set autoindent by default by Denys Vlasenko · 13 years ago
- c0657e0 vi: add ":prev" command support by Dennis Groenen · 13 years ago
- 800a9a0 vi: move mark[i] pointers if text[] moves after realloc by Denys Vlasenko · 13 years ago
- 6e8861b *: better comments on termios manipulations. No code changes. by Denys Vlasenko · 13 years ago
- 1fd7129 vi: fix [end] key handling by Denys Vlasenko · 13 years ago
- 12e154f vi: prevent unlimited recursion in do_cmd(). Closes 4153 by Denys Vlasenko · 13 years ago
- 4e552a7 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. by Denys Vlasenko · 13 years ago
- 066f399 vi: tweak regex.h include by Denys Vlasenko · 13 years ago
- b9ba580 vi: fix regex search, make it selectable in config by Walter Harms · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 9a296fb vi.c: remove warning: variable 'sp' set but not used by Cristian Ionescu-Idbohrn · 14 years ago
- 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
- 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- c5fb0ad vi: fix "ask terminal" code by Denys Vlasenko · 14 years ago
- 243d175 remove some dead assignments, add a TODO comment by Denys Vlasenko · 14 years ago
- 9f82d0b vi: fix "set ic" command; code shrink while at it. closes bug 1765 by Denys Vlasenko · 15 years ago
- d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
- 94043e8 lineedit: change how cmdedit_set_out_char works by Denys Vlasenko · 15 years ago
- c175c46 vi: discover window size even on serial consoles. optional by Denys Vlasenko · 15 years ago
- def4783 vi: remove superfluous check on filename == "" by Denys Vlasenko · 15 years ago
- 04cecd5 vi: code shrink by Denys Vlasenko · 15 years ago
- 2bb651a vi: code shrink; save/restore errno in signal handlers by Denys Vlasenko · 15 years ago
- 35fdb1b vi: fix NUM + "$" handling by Denys Vlasenko · 15 years ago
- 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
- 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
- c270454 fix fallout from isprint() changes by Denys Vlasenko · 15 years ago
- 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
- adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
- 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
- b22bbff fix dependencies of FEATURE_GETOPT_LONG by Denys Vlasenko · 15 years ago
- 6548edd vi: do not accept uppercase comments (compat). Closes bug 397. by Denys Vlasenko · 16 years ago
- 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
- 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
- 4ae1e13 vi: fix several instances of major goof: when text grows, text[] by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
- c3a9dc8 vi: fix uninitialized last_search_pattern (bug 5794) by Denis Vlasenko · 16 years ago
- 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
- 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
- 4c9e9c4 vi: handle chars 0x80, 0x81... correctly by Denis Vlasenko · 16 years ago
- 4bdeaaf Comment and whitespace tweaks. by Rob Landley · 16 years ago
- e3742f4 vi: explain why reading 4 chars is unsafe by Denis Vlasenko · 16 years ago
- 1dfeeeb vi: whitespace fix by Denis Vlasenko · 16 years ago
- 8ef801b vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s. by Denis Vlasenko · 16 years ago
- 7960ea8 Confirmed that on Linux the serial interrupt takes precedence over the timer by Rob Landley · 16 years ago
- d44c153 vi: fix bizarre formatting. no code changes by Denis Vlasenko · 16 years ago
- ded6ad3 fix recurring "last_cmd overrun", fix [del] handling in insert mode by Denis Vlasenko · 16 years ago
- 267e16c vi: trivial size optimization -65 bytes by Denis Vlasenko · 16 years ago
- 25497c1 vi: reinstate timeout of 300 ms by Denis Vlasenko · 16 years ago
- 5373fbc vi: add comments to Rob's algorithm of reading and matching ESC sequences by Denis Vlasenko · 16 years ago
- 5e38cd9 Escape sequences sent over serial links don't come in as a block, so poll by Rob Landley · 16 years ago
- 988dd55 Clean up editors/vi.c:readit() so it only does readahead when actually by Rob Landley · 16 years ago
- 30cfdf9 crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) by Denis Vlasenko · 16 years ago
- 7b54dc7 vi: using array data after it fell out of scope is stupid. by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- d699544 vi: fix vda's thinko by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago