aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * sed: correctly handle 'w FILE' commands writing to the same fileDenys Vlasenko2022-01-041-2/+29
| * ed: add support for -s command-line option as mandated by POSIXSören Tempel2021-12-291-4/+11
* | Merge busybox into mergeRon Yorston2021-12-273-14/+20
|\|
| * sed: do not ignore 'g' modifier when match starts with ^Dominique Martinet2021-12-251-2/+1
| * ed: align output of read command with POSIX.1-2008Sören Tempel2021-12-191-3/+0
| * ed: fix current line number for file passed via the command-lineSören Tempel2021-12-191-2/+0
| * cmp: code shrinkDenys Vlasenko2021-12-171-2/+2
| * ed: add support for -p command-line option as mandated by POSIXSören Tempel2021-12-171-4/+10
| * cmp: add support for -nWalter Lozano2021-12-171-4/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-14/+18
|\|
| * ed: align output of read/write commands with POSIX-1.2008Sören Tempel2021-10-121-14/+18
* | Merge branch 'busybox' into mergeRon Yorston2021-09-101-16/+36
|\|
| * awk: never return NULL from awk_printf()Denys Vlasenko2021-09-091-4/+4
| * awk: code shrinkDenys Vlasenko2021-09-091-8/+7
| * awk: code shrink: avoid duplicate NUL checks and strlen()Denys Vlasenko2021-09-091-21/+33
| * awk: fix read beyond end of bufferRon Yorston2021-09-091-11/+13
| * awk: fix printf %%Daniel Thau2021-09-051-1/+8
* | vi: add fileformats optionRon Yorston2021-08-301-3/+97
* | Merge branch 'busybox' into mergeRon Yorston2021-08-301-49/+83
|\|
| * vi: further changes to colon addressesRon Yorston2021-08-291-49/+83
* | vi: skip permission check on .exrcRon Yorston2021-08-221-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-08-221-85/+107
|\|
| * vi: code shrink print_literal()Ron Yorston2021-08-221-17/+2
| * vi: searches in colon commands should wrapRon Yorston2021-08-221-2/+7
| * vi: don't right shift empty linesRon Yorston2021-08-201-2/+2
| * vi: support ~/.exrcRon Yorston2021-08-201-8/+33
| * vi: changes to handling of -c and EXINITRon Yorston2021-08-201-58/+65
* | Merge branch 'busybox' into mergeRon Yorston2021-08-171-0/+1
|\|
| * vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTSDenys Vlasenko2021-08-161-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-07-172-159/+316
|\|
| * awk: whitespace and debugging tweaksDenys Vlasenko2021-07-141-67/+66
| * vi: remove redundant assignmentDenys Vlasenko2021-07-141-1/+0
| * awk: disallow break/continue outside of loopsDenys Vlasenko2021-07-141-2/+4
| * awk: tighten parsing - disallow extra semicolonsDenys Vlasenko2021-07-141-16/+24
| * vi: fix regex search compilation errorRon Yorston2021-07-131-1/+1
| * vi: somewhat more readable code, no logic changesDenys Vlasenko2021-07-131-8/+9
| * vi: allow delimiter in ':s' to be escapedRon Yorston2021-07-131-2/+17
| * vi: allow regular expressions in ':s' commandsDenys Vlasenko2021-07-131-15/+116
| * vi: improve handling of anchored searchesRon Yorston2021-07-131-0/+2
| * vi: use basic regular expressions for searchRon Yorston2021-07-131-2/+2
| * vi: allow 'gg' to specify a rangeRon Yorston2021-07-131-1/+2
| * awk: in parsing, remove superfluous NEWLINE check; optimize builtin arg evalu...Denys Vlasenko2021-07-121-5/+6
| * awk: fix printf "%-10c", 0Denys Vlasenko2021-07-121-4/+5
| * awk: fix corner case in awk_printfDenys Vlasenko2021-07-111-4/+4
| * awk: unbreak "cmd" | getlineDenys Vlasenko2021-07-111-1/+2
| * awk: unbreak "printf('%c') can output NUL" testcaseDenys Vlasenko2021-07-111-17/+26
| * awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...Denys Vlasenko2021-07-111-3/+5
| * awk: rollback_token() + chain_group() == chain_until_rbrace()Denys Vlasenko2021-07-111-2/+1
| * awk: fix printf buffer overflowDenys Vlasenko2021-07-041-39/+55
* | awk: WIN32 compilation fixesRon Yorston2021-07-051-1/+7