aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2021-03-01vi: code shrinkDenys Vlasenko
2021-03-01vi: restore 0 offset after :set noXXX commandAlison Winters
2021-02-22diff: code shrinkRon Yorston
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-02-02vi: fix range selection by forward character motionRon Yorston
2021-02-02awk: allow printf('%c') to output NUL, closes 13486Ron Yorston
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-12-02awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-16awk: fix dodgy multi-char separators splitting logicDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-09awk: disallow "str"++, closes bug 12981Denys Vlasenko
2020-02-02awk: fix more "length" cases, closes 12486Denys Vlasenko
2020-01-29vi: fixes to string search in colon commands, closes 10321Ron Yorston
2019-10-25vi: placate "warning: shifting a negative signed value is undefined"Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-08vi: code shrinkDenys Vlasenko
2019-05-13sed: fix /regex/,+N match triggering only once, closes 11871Denys Vlasenko
2019-04-28vi: enable 'dG' command. Closes 11801Ron Yorston
2019-04-28vi: fix changes to word at end of line. Closes 11796Ron Yorston
2019-04-03vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko
2019-04-03vi: code shrinkDenys Vlasenko
2019-04-03vi: avoid build failure in non-default caseRon Yorston
2019-04-02vi: rename save_argc -> cmdline_filecntDenys Vlasenko
2019-04-02vi: restore capability to remember insertion cmds for "."Denys Vlasenko
2019-04-01vi: code shrinkDenys Vlasenko
2019-04-01vi: convert more /**/ comments to //Denys Vlasenko
2019-04-01vi: code shrinkDenys Vlasenko
2019-04-01vi: use vsnprintf to format status lineDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: fix ^Z not always working as intendedDenys Vlasenko
2019-04-01vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko
2019-03-30vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston
2019-03-29vi: code shrink, proper printf formatting for strlen()Denys Vlasenko
2019-02-11vi: further fixes to undo after autoindentRon Yorston
2019-02-08vi: fix replacement of single character with CRRon Yorston
2019-02-08vi: fix faulty undo after autoinsertRon Yorston
2019-01-21sed: code shrinkDenys Vlasenko
2019-01-21sed: Fix backslash parsing for 'w' command argBrian Foley
2019-01-21awk: Fix overly permissive func arg list parsingBrian Foley
2019-01-21awk: Syntax error if delete isn't given an arg.Brian Foley
2019-01-21awk: Guard pointer chasing when parsing ternary expressions.Brian Foley
2018-12-28config: update size informationDenys Vlasenko
2018-12-03vi: correctly detect when a deletion empties the bufferRon Yorston
2018-11-29vi: code shrinkDenys Vlasenko