aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* patch: improved handling of files with no final newlineRon Yorston2026-04-161-9/+31
* patch: handle files with no final newlineRon Yorston2026-04-141-0/+18
* Merge branch 'busybox' into mergeRon Yorston2026-03-111-1/+1
|\
| * *: placate warnings where strchr/strstr returns constant pointerDenys Vlasenko2026-02-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2026-02-122-132/+125
|\|
| * vi: code shrinkDenys Vlasenko2026-02-071-7/+9
| * vi: fix last commit - do terminate the :CMD on the first whitespaceDenys Vlasenko2026-02-071-0/+1
| * vi: fix ":list" commandDenys Vlasenko2026-02-071-32/+30
| * vi: code shrinkDenys Vlasenko2026-02-061-15/+17
| * vi: fix "s /find/repl" with whitespace before /Denys Vlasenko2026-02-061-11/+12
| * vi: code shrink, optimize: do not call count_lines() unless neededDenys Vlasenko2026-02-061-73/+61
| * *: use xasprintf_inplace() in more placesDenys Vlasenko2026-02-061-7/+9
| * libbb: introduce and use xasprintf_inplace()Denys Vlasenko2026-02-051-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2026-02-021-39/+33
|\|
| * awk: use more understandable form of "split-globals" trickDenys Vlasenko2026-01-241-39/+33
* | Merge branch 'busybox' into mergeRon Yorston2026-01-221-13/+23
|\|
| * cmp: fix -n causing all diffs to be output, implement size suffixes for SKIPDenys Vlasenko2026-01-181-11/+21
| * cmp: stop skipping bytes if EOF is reachedGiorgi Tchankvetadze2026-01-181-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2025-10-091-2/+0
|\|
| * vi: warn about range in ':!' commandDenys Vlasenko2025-10-071-0/+4
* | vi: warn about range in ':!' commandRon Yorston2025-09-191-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2025-08-101-1/+1
|\|
| * diff: code shrinkDenys Vlasenko2025-07-041-1/+1
* | sed: ensure temporary file is deleted on errorRon Yorston2025-07-301-1/+6
* | Merge branch 'busybox' into mergeRon Yorston2024-09-281-2/+0
|\|
| * ed: fix line insertion before current line. Closes 15081Ron Yorston2024-09-271-0/+2
* | ed: fix line insertion before current lineRon Yorston2024-07-181-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2024-07-131-3/+4
|\|
| * vi: Ensure that the edit buffer ends in a newlinePetja Patjas2024-07-111-3/+4
* | Merge branch 'busybox' into mergeRon Yorston2024-07-101-63/+125
|\|
| * awk: mktime() with no arguments is not allowedDenys Vlasenko2024-07-101-2/+1
| * awk: improve comments and constants, no code changesDenys Vlasenko2024-07-101-20/+27
| * qwk: code shrinkDenys Vlasenko2024-07-091-19/+19
| * awk: restore assignment precedence to be lower than ternary ?:Denys Vlasenko2024-07-091-11/+54
| * awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric valueDenys Vlasenko2024-07-091-6/+14
| * awk: fix use after free (CVE-2023-42363)Natanael Copa2024-07-091-8/+13
* | Merge branch 'busybox' into mergeRon Yorston2024-06-231-4/+0
|\|
| * awk: fix segfault when compiled by clangRon Yorston2024-03-021-1/+1
* | build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-161-0/+3
* | awk: fix segfault when compiled by clangRon Yorston2024-01-191-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2024-01-052-16/+22
|\|
| * sed: check errors writing file with sed -iDominique Martinet2024-01-021-0/+5
| * awk: fix handling of empty fieldsDenys Vlasenko2023-12-311-16/+17
* | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376Ron Yorston2023-12-051-49/+66
|\|
| * awk: implement -E; do not reorder -f and -eDenys Vlasenko2023-10-021-48/+65
* | 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