aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* diff: more changes to --binaryRon Yorston2023-08-061-11/+14
* Merge branch 'busybox' into mergeRon Yorston2023-07-136-6/+6
|\
| * Update applet size estimatesDenys Vlasenko2023-07-106-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2023-06-161-163/+246
|\|
| * awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...Denys Vlasenko2023-06-081-13/+36
| * awk: fix SEGV on read error in -f PROGFILEDenys Vlasenko2023-06-071-2/+2
| * awk: code shrinkDenys Vlasenko2023-06-061-8/+10
| * awk: fix backslash handling in sub() builtinsDenys Vlasenko2023-06-031-22/+19
| * awk: fix precedence of = relative to ==Denys Vlasenko2023-05-301-21/+45
| * awk: printf(INVALID_FMT) prints it verbatimDenys Vlasenko2023-05-291-3/+9
| * awk: shrink - use setvar_sn() to set variables from non-NUL terminated stringsDenys Vlasenko2023-05-281-14/+9
| * awk: code shrinkDenys Vlasenko2023-05-281-23/+24
| * awk: fix closing of non-opened fileDenys Vlasenko2023-05-281-8/+15
| * awk: do not read ARGIND, only set it (gawk compat)Denys Vlasenko2023-05-271-5/+14
| * awk: remove a local variable "caching" a struct memberDenys Vlasenko2023-05-271-6/+4
| * awk: get rid of one indirection level for iF (input file structure)Denys Vlasenko2023-05-271-37/+41
| * awk: fix splitting with default FSDenys Vlasenko2023-05-271-5/+8
| * awk: fix use-after-realloc (CVE-2021-42380), closes 15601Denys Vlasenko2023-05-261-6/+20
* | win32: add support for virtual terminal inputRon Yorston2023-03-051-7/+0
* | Merge branch 'busybox' into mergeRon Yorston2023-02-131-1/+1
|\|
| * ed: don't use memcpy with overlapping memory regionsSören Tempel2023-01-051-1/+1
* | vi: introduce 'binary' option and '-b' flagRon Yorston2023-02-061-11/+35
* | vi: allow change of 'fileformat' optionRon Yorston2023-02-061-12/+23
* | awk: CRLF handlingRon Yorston2023-01-301-19/+18
* | diff: improve --binary implementationRon Yorston2023-01-291-13/+7
* | diff: implement --binary flagRon Yorston2023-01-271-0/+25
* | awk: further improvements to randomnessRon Yorston2023-01-111-0/+15
* | awk: make random values more randomRon Yorston2023-01-061-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2023-01-051-4/+13
|\|
| * 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
|\|