aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * sed: fix double-free in FEATURE_CLEAN_UP=y configsDenys Vlasenko2023-01-021-4/+13
* | Merge branch 'busybox' into mergeRon Yorston2022-10-124-27/+36
|\|
| * *: style fixDenys Vlasenko2022-08-303-27/+27
| * vi: add 'ZQ' quitting commandGrob Grobmann2022-08-021-1/+7
| * awk: fix use after free (CVE-2022-30065)Natanael Copa2022-07-111-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2022-06-271-23/+52
|\|
| * vi: handle autoindent in 'cc' commandRon Yorston2022-06-261-24/+47
| * vi: fix regression in autoindent handlingRon Yorston2022-06-261-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2022-05-121-1/+2
|\|
| * vi: fix backspace over tab in commandsRon Yorston2022-04-201-1/+2
* | Merge branch 'busybox'Ron Yorston2022-04-071-13/+21
|\|
| * vi: improved handling of backspace in replace modeRon Yorston2022-03-041-6/+18
* | Merge busybox into mergeRon Yorston2022-02-095-12/+36
|\|
| * Add support for long options to cmpWalter Lozano2022-01-231-0/+18
| * sed: fix handling of escaped delimiters in s/// replacementDenys Vlasenko2022-01-231-1/+4
| * sed: fix handling of escaped delimiters in s/// search pattern, closes 14541Denys Vlasenko2022-01-231-8/+11
| * libbb: shrink lineedit_read_key()Denys Vlasenko2022-01-182-2/+2
| * ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-171-2/+2
* | Merge busybox into mergeRon Yorston2022-01-131-7/+22
|\|
| * awk: input numbers are never octal or hex (only program consts can be)Denys Vlasenko2022-01-081-7/+22
* | Merge busybox into mergeRon Yorston2022-01-062-6/+40
|\|
| * 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