Age | Commit message (Expand) | Author |
2021-03-01 | vi: code shrink | Denys Vlasenko |
2021-03-01 | vi: restore 0 offset after :set noXXX command | Alison Winters |
2021-02-22 | diff: code shrink | Ron Yorston |
2021-02-03 | libbb: introduce and use fputs_stdout | Ron Yorston |
2021-02-02 | vi: fix range selection by forward character motion | Ron Yorston |
2021-02-02 | awk: allow printf('%c') to output NUL, closes 13486 | Ron Yorston |
2020-12-13 | help text: replace [OPTIONS] with actual options (if not too long) | Denys Vlasenko |
2020-12-02 | awk: FS regex matches only non-empty separators (gawk compat) | Denys Vlasenko |
2020-11-30 | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko |
2020-11-16 | awk: fix dodgy multi-char separators splitting logic | Denys Vlasenko |
2020-10-01 | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko |
2020-06-23 | randomconfig fixes | Denys Vlasenko |
2020-06-09 | awk: disallow "str"++, closes bug 12981 | Denys Vlasenko |
2020-02-02 | awk: fix more "length" cases, closes 12486 | Denys Vlasenko |
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-05-13 | sed: fix /regex/,+N match triggering only once, closes 11871 | 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 |
2019-01-21 | sed: code shrink | Denys Vlasenko |
2019-01-21 | sed: Fix backslash parsing for 'w' command arg | Brian Foley |
2019-01-21 | awk: Fix overly permissive func arg list parsing | Brian Foley |
2019-01-21 | awk: Syntax error if delete isn't given an arg. | Brian Foley |
2019-01-21 | awk: Guard pointer chasing when parsing ternary expressions. | Brian Foley |
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 |