aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* ed: fix line insertion before current line. Closes 15081Ron Yorston2024-09-271-0/+2
* vi: Ensure that the edit buffer ends in a newlinePetja Patjas2024-07-111-3/+4
* 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
* awk: fix segfault when compiled by clangRon Yorston2024-03-021-1/+1
* sed: check errors writing file with sed -iDominique Martinet2024-01-021-0/+5
* awk: fix handling of empty fieldsDenys Vlasenko2023-12-311-16/+17
* awk: implement -E; do not reorder -f and -eDenys Vlasenko2023-10-021-48/+65
* Update applet size estimatesDenys Vlasenko2023-07-106-6/+6
* 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
* ed: don't use memcpy with overlapping memory regionsSören Tempel2023-01-051-1/+1
* sed: fix double-free in FEATURE_CLEAN_UP=y configsDenys Vlasenko2023-01-021-4/+13
* *: 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
* vi: handle autoindent in 'cc' commandRon Yorston2022-06-261-24/+47
* vi: fix regression in autoindent handlingRon Yorston2022-06-261-1/+7
* vi: fix backspace over tab in commandsRon Yorston2022-04-201-1/+2
* vi: improved handling of backspace in replace modeRon Yorston2022-03-041-6/+18
* 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
* awk: input numbers are never octal or hex (only program consts can be)Denys Vlasenko2022-01-081-7/+22
* 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
* 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