index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
Age
Commit message (
Expand
)
Author
2023-06-08
awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...
Denys Vlasenko
2023-06-07
awk: fix SEGV on read error in -f PROGFILE
Denys Vlasenko
2023-06-06
awk: code shrink
Denys Vlasenko
2023-06-03
awk: fix backslash handling in sub() builtins
Denys Vlasenko
2023-05-30
awk: fix precedence of = relative to ==
Denys Vlasenko
2023-05-29
awk: printf(INVALID_FMT) prints it verbatim
Denys Vlasenko
2023-05-28
awk: shrink - use setvar_sn() to set variables from non-NUL terminated strings
Denys Vlasenko
2023-05-28
awk: code shrink
Denys Vlasenko
2023-05-28
awk: fix closing of non-opened file
Denys Vlasenko
2023-05-27
awk: do not read ARGIND, only set it (gawk compat)
Denys Vlasenko
2023-05-27
awk: remove a local variable "caching" a struct member
Denys Vlasenko
2023-05-27
awk: get rid of one indirection level for iF (input file structure)
Denys Vlasenko
2023-05-27
awk: fix splitting with default FS
Denys Vlasenko
2023-05-26
awk: fix use-after-realloc (CVE-2021-42380), closes 15601
Denys Vlasenko
2023-01-05
ed: don't use memcpy with overlapping memory regions
Sören Tempel
2023-01-02
sed: fix double-free in FEATURE_CLEAN_UP=y configs
Denys Vlasenko
2022-08-30
*: style fix
Denys Vlasenko
2022-08-02
vi: add 'ZQ' quitting command
Grob Grobmann
2022-07-11
awk: fix use after free (CVE-2022-30065)
Natanael Copa
2022-06-26
vi: handle autoindent in 'cc' command
Ron Yorston
2022-06-26
vi: fix regression in autoindent handling
Ron Yorston
2022-04-20
vi: fix backspace over tab in commands
Ron Yorston
2022-03-04
vi: improved handling of backspace in replace mode
Ron Yorston
2022-01-23
Add support for long options to cmp
Walter Lozano
2022-01-23
sed: fix handling of escaped delimiters in s/// replacement
Denys Vlasenko
2022-01-23
sed: fix handling of escaped delimiters in s/// search pattern, closes 14541
Denys Vlasenko
2022-01-18
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-17
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-08
awk: input numbers are never octal or hex (only program consts can be)
Denys Vlasenko
2022-01-04
sed: correctly handle 'w FILE' commands writing to the same file
Denys Vlasenko
2021-12-29
ed: add support for -s command-line option as mandated by POSIX
Sören Tempel
2021-12-25
sed: do not ignore 'g' modifier when match starts with ^
Dominique Martinet
2021-12-19
ed: align output of read command with POSIX.1-2008
Sören Tempel
2021-12-19
ed: fix current line number for file passed via the command-line
Sören Tempel
2021-12-17
cmp: code shrink
Denys Vlasenko
2021-12-17
ed: add support for -p command-line option as mandated by POSIX
Sören Tempel
2021-12-17
cmp: add support for -n
Walter Lozano
2021-10-12
ed: align output of read/write commands with POSIX-1.2008
Sören Tempel
2021-09-09
awk: never return NULL from awk_printf()
Denys Vlasenko
2021-09-09
awk: code shrink
Denys Vlasenko
2021-09-09
awk: code shrink: avoid duplicate NUL checks and strlen()
Denys Vlasenko
2021-09-09
awk: fix read beyond end of buffer
Ron Yorston
2021-09-05
awk: fix printf %%
Daniel Thau
2021-08-29
vi: further changes to colon addresses
Ron Yorston
2021-08-22
vi: code shrink print_literal()
Ron Yorston
2021-08-22
vi: searches in colon commands should wrap
Ron Yorston
2021-08-20
vi: don't right shift empty lines
Ron Yorston
2021-08-20
vi: support ~/.exrc
Ron Yorston
2021-08-20
vi: changes to handling of -c and EXINIT
Ron Yorston
2021-08-16
vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS
Denys Vlasenko
[next]