Age | Commit message (Expand) | Author |
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 |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-03-06 | fixups to vi usage, and move the initial redraw() past the | Paul Fox |
2008-03-06 | fixed the "dot" (i.e. '.') command, to properly re-init its | Paul Fox |
2008-03-05 | fix vi's '?' and '/' commands to correctly set a new direction | Paul Fox |
2008-02-27 | *: add optimization barrier to all "G trick" locations | Denis Vlasenko |
2008-02-14 | add ',' and 'gg' commands (patch from Leo Jay) | Paul Fox |
2008-02-11 | - spelling fixes | Bernhard Reutner-Fischer |
2007-12-30 | libbb: introduce fputc_printable (from ed) | Denis Vlasenko |
2007-12-23 | vi: speed up some string ops | Denis Vlasenko |