Age | Commit message (Expand) | Author |
2020-01-29 | vi: fixes to string search in colon commands, closes 10321 | Ron Yorston |
2019-10-25 | vi: placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-06-08 | vi: code shrink | Denys Vlasenko |
2019-04-28 | vi: enable 'dG' command. Closes 11801 | Ron Yorston |
2019-04-28 | vi: fix changes to word at end of line. Closes 11796 | Ron Yorston |
2019-04-03 | vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi" | Denys Vlasenko |
2019-04-03 | vi: code shrink | Denys Vlasenko |
2019-04-03 | vi: avoid build failure in non-default case | Ron Yorston |
2019-04-02 | vi: rename save_argc -> cmdline_filecnt | Denys Vlasenko |
2019-04-02 | vi: restore capability to remember insertion cmds for "." | Denys Vlasenko |
2019-04-01 | vi: code shrink | Denys Vlasenko |
2019-04-01 | vi: convert more /**/ comments to // | Denys Vlasenko |
2019-04-01 | vi: code shrink | Denys Vlasenko |
2019-04-01 | vi: use vsnprintf to format status line | Denys Vlasenko |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko |
2019-04-01 | vi: fix ^Z not always working as intended | Denys Vlasenko |
2019-04-01 | vi: install SIGINT handler _after_ restart setjmp is initialized | Denys Vlasenko |
2019-03-30 | vi: allow manual screen update if SIGWINCH isn't supported | Ron Yorston |
2019-03-29 | vi: code shrink, proper printf formatting for strlen() | Denys Vlasenko |
2019-02-11 | vi: further fixes to undo after autoindent | Ron Yorston |
2019-02-08 | vi: fix replacement of single character with CR | Ron Yorston |
2019-02-08 | vi: fix faulty undo after autoinsert | Ron Yorston |
2018-12-28 | config: update size information | Denys Vlasenko |
2018-12-03 | vi: correctly detect when a deletion empties the buffer | Ron Yorston |
2018-11-29 | vi: code shrink | Denys Vlasenko |
2018-11-29 | vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) search | Denys Vlasenko |
2018-10-31 | vi: remove duplicated code | Ron Yorston |
2018-06-27 | vi: placate "warning: variable orig_buf set but not used" | Denys Vlasenko |
2018-06-27 | vi: placate "warning: statement with no effect" | Denys Vlasenko |
2017-09-29 | use %m printf specifier where appropriate | Denys Vlasenko |
2017-09-18 | regularize format of source file headers, no code changes | Denys Vlasenko |
2017-09-13 | *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-20 | libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-05-02 | vi: survive if stdin is nonblocking. closes 9851 | Denys Vlasenko |
2017-03-24 | vi: avoid touching a new file with ZZ when no editing has been done | Yousong Zhou |
2017-03-13 | vi: don't touch file with :x when modified_count == 0 | Denys Vlasenko |
2017-01-29 | vi,fsck: do not use build timestamp unconditionally. Closes 9626 | Denys Vlasenko |
2017-01-11 | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2016-09-28 | vi: fix '' command (goto to prev context) | Denys Vlasenko |
2016-09-15 | vi: make "g<key>" error message less likely to show garbage | Denys Vlasenko |
2016-04-22 | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko |
2015-10-08 | join some common strings, -400 bytes | Denys Vlasenko |