aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * vi: correctly record deleted charactersRon Yorston2021-04-151-17/+22
| * vi: allow writing to another file if this one is readonlyAlison Winters2021-04-131-1/+1
| * vi: improvements to reporting of changesRon Yorston2021-04-111-31/+59
| * vi: issue a warning on failure to find a characterRon Yorston2021-04-111-1/+3
| * vi: make the substitute command more like viRon Yorston2021-04-111-13/+17
| * vi: make put commands more like viRon Yorston2021-04-111-2/+13
| * vi: allow the '.' command to have a repetition countRon Yorston2021-04-111-10/+11
| * vi: allow 'r' command to be aborted, repeatedRon Yorston2021-04-111-3/+12
| * vi: improvements to undoRon Yorston2021-04-111-13/+22
| * vi: more fixes to range selection by wordRon Yorston2021-04-111-3/+5
| * vi: improvements to range selectionRon Yorston2021-04-111-41/+42
| * vi: code shrink search commandsRon Yorston2021-04-111-49/+36
| * vi: changes to option handlingRon Yorston2021-04-081-34/+57
| * vi: deal with invalid movements in shift commandsRon Yorston2021-03-301-2/+4
| * vi: code shrinkRon Yorston2021-03-291-3/+3
| * vi: improve operations involving paragraph movementRon Yorston2021-03-291-6/+24
| * vi: improve motion by paragraphRon Yorston2021-03-291-3/+11
| * vi: allow repetition count for paragraph motionRon Yorston2021-03-291-9/+8
| * vi: allow motion count for change/delete/yank/shiftRon Yorston2021-03-291-2/+18
| * vi: support more commands for range selectionRon Yorston2021-03-291-3/+3
| * vi: improvements to character search within lineRon Yorston2021-03-291-41/+39
| * vi: remember cursor column during vertical motionRon Yorston2021-03-291-3/+18
| * vi: 'G'/'M' commands move to first visible characterRon Yorston2021-03-291-0/+2
| * vi: don't overwrite existing fileRon Yorston2021-03-291-0/+7
| * vi: make buffer handling more vi-likeRon Yorston2021-03-291-89/+73
| * vi: code shrinkRon Yorston2021-03-291-9/+3
| * 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