Denys Vlasenko
|
a7bb3c1396
*: code shrink via NOINLINE
|
15 年之前 |
Denys Vlasenko
|
c34c033c42
ash,hush: share string
|
15 年之前 |
Denys Vlasenko
|
e74aaf9385
ash,hush: make trap output short signal names, without SIG prefix
|
15 年之前 |
Denys Vlasenko
|
67f7186403
hush: do not reset to default "" traps in subshell
|
15 年之前 |
Denys Vlasenko
|
4ea0ca8193
hush: document a TODO. no code changes
|
15 年之前 |
Denys Vlasenko
|
7188540257
hush: small speed optimization. +10 bytes.
|
15 年之前 |
Denys Vlasenko
|
2f7894b1bb
ash,hush: fix trap reporting: s/SIGEXIT/EXIT/
|
15 年之前 |
Denys Vlasenko
|
606291beab
*: more portability fixes by Dan Fandrich
|
15 年之前 |
Denys Vlasenko
|
91836baf85
hush: fix `trap`
|
15 年之前 |
Denys Vlasenko
|
69b1cef921
hush: better wording in comments. no code changes
|
15 年之前 |
Denys Vlasenko
|
27726cb6aa
hush: make memleak debugging more robust
|
15 年之前 |
Denys Vlasenko
|
873273da94
hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)
|
15 年之前 |
Denys Vlasenko
|
90a9904e9e
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
|
15 年之前 |
Denys Vlasenko
|
6db4784d27
hush: export PWD
|
15 年之前 |
Denys Vlasenko
|
1cc4b13917
msh: aliased to hush
|
15 年之前 |
Denys Vlasenko
|
0793491ff8
hush: enable "lash is deprecated, please use hush instead" message
|
15 年之前 |
Denys Vlasenko
|
a67a9627d0
hush: do not process options after non-option args
|
15 年之前 |
Denys Vlasenko
|
cbfe6ad4c6
hush: fix \<newline> handling on NOMMU
|
15 年之前 |
Denys Vlasenko
|
19679784c0
hush tests: remove the requirement that .config is in ../..
|
15 年之前 |
Denys Vlasenko
|
9038d6f8f5
remove trailing whitespace
|
15 年之前 |
Denys Vlasenko
|
82a6fb3ea6
ash: fix . builtin
|
15 年之前 |
Denys Vlasenko
|
77539190ab
added comments about [[ ]] to ash and hush. no code changes
|
15 年之前 |
Denys Vlasenko
|
9ca656b149
hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it
|
15 年之前 |
Denys Vlasenko
|
9d617c44d2
hush: specially handle [[ - suppress globbing & multiword expansion
|
15 年之前 |
Denys Vlasenko
|
764b2f0ec0
hush: drop REDIRECT_INVALID; other minor tweaks
|
15 年之前 |
Denys Vlasenko
|
df5131cf3d
hush: fix a segfault in export builtin
|
15 年之前 |
Denys Vlasenko
|
d6b05eb9c2
hush: make builtins work in pipes (eval ... | ...) on NOMMU
|
15 年之前 |
Denys Vlasenko
|
d5f1b1bbe0
*: add FAST_FUNC to function ptrs where it makes sense
|
15 年之前 |
Denys Vlasenko
|
0821801349
hush: document a TODO in export builtin
|
15 年之前 |
Denys Vlasenko
|
6f22624a91
hush: fix a case when backgrounded cmd makes shell hang
|
15 年之前 |