| Commit message (Expand) | Author | Age | Files | Lines |
* | vi: allow writing to another file if this one is readonly | Alison Winters | 2021-04-13 | 1 | -1/+1 |
* | vi: improvements to reporting of changes | Ron Yorston | 2021-04-11 | 1 | -31/+59 |
* | vi: issue a warning on failure to find a character | Ron Yorston | 2021-04-11 | 1 | -1/+3 |
* | vi: make the substitute command more like vi | Ron Yorston | 2021-04-11 | 1 | -13/+17 |
* | vi: make put commands more like vi | Ron Yorston | 2021-04-11 | 1 | -2/+13 |
* | vi: allow the '.' command to have a repetition count | Ron Yorston | 2021-04-11 | 1 | -10/+11 |
* | vi: allow 'r' command to be aborted, repeated | Ron Yorston | 2021-04-11 | 1 | -3/+12 |
* | vi: improvements to undo | Ron Yorston | 2021-04-11 | 1 | -13/+22 |
* | vi: more fixes to range selection by word | Ron Yorston | 2021-04-11 | 1 | -3/+5 |
* | vi: improvements to range selection | Ron Yorston | 2021-04-11 | 1 | -41/+42 |
* | vi: code shrink search commands | Ron Yorston | 2021-04-11 | 1 | -49/+36 |
* | vi: changes to option handling | Ron Yorston | 2021-04-08 | 1 | -34/+57 |
* | vi: deal with invalid movements in shift commands | Ron Yorston | 2021-03-30 | 1 | -2/+4 |
* | vi: code shrink | Ron Yorston | 2021-03-29 | 1 | -3/+3 |
* | vi: improve operations involving paragraph movement | Ron Yorston | 2021-03-29 | 1 | -6/+24 |
* | vi: improve motion by paragraph | Ron Yorston | 2021-03-29 | 1 | -3/+11 |
* | vi: allow repetition count for paragraph motion | Ron Yorston | 2021-03-29 | 1 | -9/+8 |
* | vi: allow motion count for change/delete/yank/shift | Ron Yorston | 2021-03-29 | 1 | -2/+18 |
* | vi: support more commands for range selection | Ron Yorston | 2021-03-29 | 1 | -3/+3 |
* | vi: improvements to character search within line | Ron Yorston | 2021-03-29 | 1 | -41/+39 |
* | vi: remember cursor column during vertical motion | Ron Yorston | 2021-03-29 | 1 | -3/+18 |
* | vi: 'G'/'M' commands move to first visible character | Ron Yorston | 2021-03-29 | 1 | -0/+2 |
* | vi: don't overwrite existing file | Ron Yorston | 2021-03-29 | 1 | -0/+7 |
* | vi: make buffer handling more vi-like | Ron Yorston | 2021-03-29 | 1 | -89/+73 |
* | vi: code shrink | Ron Yorston | 2021-03-29 | 1 | -9/+3 |
* | vi: fix word operations across line boundaries | Ron Yorston | 2021-03-29 | 1 | -7/+9 |
* | vi: code shrink | Denys Vlasenko | 2021-03-01 | 1 | -18/+14 |
* | vi: restore 0 offset after :set noXXX command | Alison Winters | 2021-03-01 | 1 | -5/+5 |
* | diff: code shrink | Ron Yorston | 2021-02-22 | 1 | -1/+1 |
* | libbb: introduce and use fputs_stdout | Ron Yorston | 2021-02-03 | 2 | -2/+2 |
* | vi: fix range selection by forward character motion | Ron Yorston | 2021-02-02 | 1 | -6/+9 |
* | awk: allow printf('%c') to output NUL, closes 13486 | Ron Yorston | 2021-02-02 | 1 | -3/+15 |
* | help text: replace [OPTIONS] with actual options (if not too long) | Denys Vlasenko | 2020-12-13 | 2 | -2/+2 |
* | awk: FS regex matches only non-empty separators (gawk compat) | Denys Vlasenko | 2020-12-02 | 1 | -8/+25 |
* | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 1 | -1/+1 |
* | awk: fix dodgy multi-char separators splitting logic | Denys Vlasenko | 2020-11-16 | 1 | -9/+16 |
* | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko | 2020-10-01 | 1 | -11/+11 |
* | randomconfig fixes | Denys Vlasenko | 2020-06-23 | 1 | -1/+2 |
* | awk: disallow "str"++, closes bug 12981 | Denys Vlasenko | 2020-06-09 | 1 | -1/+3 |
* | awk: fix more "length" cases, closes 12486 | Denys Vlasenko | 2020-02-02 | 1 | -4/+18 |
* | vi: fixes to string search in colon commands, closes 10321 | Ron Yorston | 2020-01-29 | 1 | -5/+8 |
* | vi: placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko | 2019-10-25 | 1 | -1/+1 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 7 | -35/+35 |
* | vi: code shrink | Denys Vlasenko | 2019-06-08 | 1 | -2/+2 |
* | sed: fix /regex/,+N match triggering only once, closes 11871 | Denys Vlasenko | 2019-05-13 | 1 | -0/+2 |
* | vi: enable 'dG' command. Closes 11801 | Ron Yorston | 2019-04-28 | 1 | -4/+7 |
* | vi: fix changes to word at end of line. Closes 11796 | Ron Yorston | 2019-04-28 | 1 | -3/+2 |
* | vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi" | Denys Vlasenko | 2019-04-03 | 1 | -2/+2 |
* | vi: code shrink | Denys Vlasenko | 2019-04-03 | 1 | -7/+12 |
* | vi: avoid build failure in non-default case | Ron Yorston | 2019-04-03 | 1 | -16/+16 |