- 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
- 9092f75 print_flags: fix trivial thinko vi: fix reversed checks for underflow by Denis Vlasenko · 16 years ago
- 70685bd vi: fix yet another vda's thinko by Denis Vlasenko · 16 years ago
- e3eae0d vi: fix obvious thinko's by Denis Vlasenko · 16 years ago
- 2a210e5 vi: fix vda's breakage (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 16 years ago
- 3387538 vi: small code shrink by Denis Vlasenko · 16 years ago
- b175946 vi: fix the bug where vi never grows the edit buffer. vi: do G trick on it by Denis Vlasenko · 16 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 8abae88 vi: do not truncate file to zero length. closes bug 2944. by Denis Vlasenko · 17 years ago
- c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
- 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
- 2724fa9 remove alarm() calls which were functioning as a primitive by Paul Fox · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 35e9c5d fixups to vi usage, and move the initial redraw() past the by Paul Fox · 17 years ago
- c51fc7b by Paul Fox · 17 years ago
- 4917c11 fix vi's '?' and '/' commands to correctly set a new direction by Paul Fox · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- b5ee8db add ',' and 'gg' commands (patch from Leo Jay) by Paul Fox · 17 years ago
- a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
- d3c042f libbb: introduce fputc_printable (from ed) by Denis Vlasenko · 17 years ago
- f882f08 vi: speed up some string ops by Denis Vlasenko · 17 years ago
- 4baed3a vi: reduce amount of memset'ing on each screen refresh by Denis Vlasenko · 17 years ago
- e3cbfb9 vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable, by Denis Vlasenko · 17 years ago
- 88adfcd vi: change MAX_LINELEN meaning: now it is the biggest supported by Denis Vlasenko · 17 years ago
- 26b6fba vi: fix a problem with displaying overlong lines by Denis Vlasenko · 17 years ago
- a96425f vi: don't use common_bufsiz as read buffer, it can be too small by Denis Vlasenko · 17 years ago
- 4f95e5a vi: don't wait 50 ms before reading ESC sequences by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- d24d5c8 - ditch 2 bytes by Bernhard Reutner-Fischer · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
- 73f56bb - actually mv microcom.c to miscutils by Bernhard Reutner-Fischer · 17 years ago
- 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
- 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
- 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
- 2f6ae43 stray trailing tabs removed by Denis Vlasenko · 17 years ago
- 2414a96 vi: comment out dead code by Denis Vlasenko · 17 years ago
- 91afdf8 vi: style fixlet by Denis Vlasenko · 17 years ago
- a3d15c8 fix typo in prev commit :( by Denis Vlasenko · 17 years ago
- 27da707 vi: s/argv[0]/applet_name/ by Denis Vlasenko · 17 years ago
- eaabf06 vi: multiple fixes by Natanael Copa <natanael.copa@gmail.com> by Denis Vlasenko · 17 years ago
- 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
- 59a1f30 vi: make status line less confusing when we open non-readable files, by Denis Vlasenko · 17 years ago
- 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
- e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
- 0b3b41b vi: move some data to malloc'ed space: ~500 less bss, code by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago