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
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
2021-07-14
awk: whitespace and debugging tweaks
Denys Vlasenko
2021-07-14
vi: remove redundant assignment
Denys Vlasenko
2021-07-14
awk: disallow break/continue outside of loops
Denys Vlasenko
2021-07-14
awk: tighten parsing - disallow extra semicolons
Denys Vlasenko
2021-07-13
vi: fix regex search compilation error
Ron Yorston
2021-07-13
vi: somewhat more readable code, no logic changes
Denys Vlasenko
2021-07-13
vi: allow delimiter in ':s' to be escaped
Ron Yorston
2021-07-13
vi: allow regular expressions in ':s' commands
Denys Vlasenko
2021-07-13
vi: improve handling of anchored searches
Ron Yorston
2021-07-13
vi: use basic regular expressions for search
Ron Yorston
2021-07-13
vi: allow 'gg' to specify a range
Ron Yorston
2021-07-12
awk: in parsing, remove superfluous NEWLINE check; optimize builtin arg evalu...
Denys Vlasenko
2021-07-12
awk: fix printf "%-10c", 0
Denys Vlasenko
2021-07-11
awk: fix corner case in awk_printf
Denys Vlasenko
2021-07-11
awk: unbreak "cmd" | getline
Denys Vlasenko
2021-07-11
awk: unbreak "printf('%c') can output NUL" testcase
Denys Vlasenko
2021-07-11
awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...
Denys Vlasenko
2021-07-11
awk: rollback_token() + chain_group() == chain_until_rbrace()
Denys Vlasenko
2021-07-04
awk: fix printf buffer overflow
Denys Vlasenko
2021-07-03
awk: simplify tests for operation class
Denys Vlasenko
2021-07-03
awk: restore strdup elision optimization in assignment
Denys Vlasenko
2021-07-03
awk: match(): code shrink
Denys Vlasenko
2021-07-03
awk: rand(): 64-bit constants should be ULL
Denys Vlasenko
2021-07-03
awk: do not use a copy of g_progname for node->l.new_progname
Denys Vlasenko
2021-07-03
awk: support %F %a %A in printf
Denys Vlasenko
2021-07-03
awk: open-code TS_OPTERM, no logic changes
Denys Vlasenko
2021-07-03
awk: tighten rules in action parsing
Denys Vlasenko
2021-07-03
awk: rename GRPSTART/END to L/RBRACE, no code changes
Denys Vlasenko
2021-07-02
awk: move match() code out-of-line
Denys Vlasenko
2021-07-02
awk: use smaller regmatch_t arrays, they had 2 elements for no apparent reason
Denys Vlasenko
[next]