aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * vi: fix word operations across line boundariesRon Yorston2021-03-291-7/+9
| * vi: code shrinkDenys Vlasenko2021-03-011-18/+14
| * vi: restore 0 offset after :set noXXX commandAlison Winters2021-03-011-5/+5
* | Merge branch 'busybox' into mergeRon Yorston2021-03-011-1/+1
|\|
| * diff: code shrinkRon Yorston2021-02-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-02-053-11/+26
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-032-2/+2
| * vi: fix range selection by forward character motionRon Yorston2021-02-021-6/+9
| * awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2021-02-021-3/+15
* | Merge branch 'busybox' into mergeRon Yorston2021-01-143-17/+41
|\|
| * help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-132-2/+2
| * awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko2020-12-021-8/+25
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
| * awk: fix dodgy multi-char separators splitting logicDenys Vlasenko2020-11-161-9/+16
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-11/+11
|\|
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-11/+11
* | Merge branch 'busybox' into mergeRon Yorston2020-07-092-2/+5
|\|
| * randomconfig fixesDenys Vlasenko2020-06-231-1/+2
| * awk: disallow "str"++, closes bug 12981Denys Vlasenko2020-06-091-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2020-02-152-9/+26
|\|
| * awk: fix more "length" cases, closes 12486Denys Vlasenko2020-02-021-4/+18
| * vi: fixes to string search in colon commands, closes 10321Ron Yorston2020-01-291-5/+8
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-1/+1
|\|
| * vi: placate "warning: shifting a negative signed value is undefined"Denys Vlasenko2019-10-251-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-167-37/+37
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-027-35/+35
| * vi: code shrinkDenys Vlasenko2019-06-081-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-05-272-7/+11
|\|
| * sed: fix /regex/,+N match triggering only once, closes 11871Denys Vlasenko2019-05-131-0/+2
| * vi: enable 'dG' command. Closes 11801Ron Yorston2019-04-281-4/+7
| * vi: fix changes to word at end of line. Closes 11796Ron Yorston2019-04-281-3/+2
* | vi: use alternate screen bufferRon Yorston2019-04-071-5/+0
* | Merge branch 'busybox' into mergeRon Yorston2019-04-041-2226/+2113
|\|
| * vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko2019-04-031-2/+2
| * vi: code shrinkDenys Vlasenko2019-04-031-7/+12
| * vi: avoid build failure in non-default caseRon Yorston2019-04-031-16/+16
| * vi: rename save_argc -> cmdline_filecntDenys Vlasenko2019-04-021-17/+16
| * vi: restore capability to remember insertion cmds for "."Denys Vlasenko2019-04-021-5/+6
| * vi: code shrinkDenys Vlasenko2019-04-011-7/+14
| * vi: convert more /**/ comments to //Denys Vlasenko2019-04-011-62/+56
| * vi: code shrinkDenys Vlasenko2019-04-011-30/+28
| * vi: use vsnprintf to format status lineDenys Vlasenko2019-04-011-27/+22
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-1508/+1407
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-276/+276
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-42/+42
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-74/+75
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-260/+258
| * vi: fix ^Z not always working as intendedDenys Vlasenko2019-04-011-25/+17
| * vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko2019-04-011-63/+52
* | Merge branch 'busybox' into mergeRon Yorston2019-03-311-5/+14
|\|