Hajime Tazaki
|
23db689683
hush: fix G.argv0_for_re_execing to avoid endless loop
|
3 周之前 |
Denys Vlasenko
|
49d9e06fba
libbb: modify find_executable() to not temporarily write to PATH
|
2 月之前 |
Denys Vlasenko
|
8c4bccb83e
hush: fix "type ./cat" and "command -v ./cat" to not scan PATH
|
2 月之前 |
Denys Vlasenko
|
baa49bdc1b
hush: make "test -x" use cached groupinfo
|
2 月之前 |
Denys Vlasenko
|
dff444bc37
hush: whitespace and comment fixes
|
2 月之前 |
Denys Vlasenko
|
23da5c4b71
hush: do not exit interactive shell on some redirection errors
|
5 月之前 |
Denys Vlasenko
|
14e28c18ca
hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fd
|
5 月之前 |
Denys Vlasenko
|
6c38d0e9da
hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during init
|
5 月之前 |
Denys Vlasenko
|
758b21402a
hush: detect when terminating "done"/"fi" is missing
|
9 月之前 |
Denys Vlasenko
|
2639f3bc72
hush: set G.ifs sooner (prevents segfault)
|
10 月之前 |
Denys Vlasenko
|
791b222dd5
sleep: fix "sleep -- ARGS"
|
1 年之前 |
Denys Vlasenko
|
5353df91cb
Update applet size estimates
|
1 年之前 |
Denys Vlasenko
|
e41e481fd5
hush: fix a compile failure
|
1 年之前 |
Denys Vlasenko
|
07a95cfcab
ash: disable check for "good" function name, bash does not check this
|
1 年之前 |
Denys Vlasenko
|
e5692e2342
hush: quote values in "readonly" output
|
1 年之前 |
Denys Vlasenko
|
96769486e2
shell: move varcmp() to shell_common.h and use it in hush
|
1 年之前 |
Denys Vlasenko
|
bab8828b0d
hush: fix expansion of space in "a=${a:+$a }c" construct
|
1 年之前 |
Denys Vlasenko
|
b5be8da350
hush: make "false" built-in
|
1 年之前 |
Denys Vlasenko
|
6824298ab4
hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571
|
1 年之前 |
Denys Vlasenko
|
3a7f00eadc
hush: add comment about abort on syntax error %{^}
|
1 年之前 |
Denys Vlasenko
|
3c8e540eb7
hush: fix an interactive abort on error
|
1 年之前 |
Ron Yorston
|
acae889dd9
ash,hush: tab completion of functions and aliases
|
1 年之前 |
Denys Vlasenko
|
90b607d79a
hush: quote variable values printed by "set" (match ash behavior)
|
1 年之前 |
Denys Vlasenko
|
6748e6494c
hush (NOMMU): fix LINENO in execed children
|
1 年之前 |
Denys Vlasenko
|
fd5fb2d2b5
hush: speed up "big heredoc" code
|
1 年之前 |
Denys Vlasenko
|
1409432d07
hush: add TODO comment
|
1 年之前 |
Denys Vlasenko
|
93ae7464e6
hush: restore SIGHUP handling, this time explain why we do what we do
|
1 年之前 |
Denys Vlasenko
|
1fdb33bd07
hush: restore tty pgrp on SIGHUP
|
1 年之前 |
Denys Vlasenko
|
6101b6d3ea
hush: remove special handling of SIGHUP
|
1 年之前 |
Denys Vlasenko
|
93e0898c66
shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256
|
1 年之前 |