Denys Vlasenko
|
cf792a58ab
NOFORK fixes
|
7 years ago |
Denys Vlasenko
|
54916641be
main: fix the case where user has "halt" as login shell. Closes 9986
|
7 years ago |
Denys Vlasenko
|
442d522f0b
fixes for bugs found by make_single_applets.sh
|
7 years ago |
Denys Vlasenko
|
4ee824f6ba
randomconfig fixes
|
7 years ago |
Denys Vlasenko
|
f547041940
ash,hush: fix SIGCHLD interrupting read builtin
|
7 years ago |
Denys Vlasenko
|
10ad622dc2
Spelling fixes in comments, documentation, tests and examples
|
7 years ago |
Denys Vlasenko
|
205d48e948
*: add comment about APPLET_ODDNAME format
|
8 years ago |
Denys Vlasenko
|
8944c67b1f
hush: reinstate [[ builtin
|
8 years ago |
Kang-Che Sung
|
027d3ab57d
hush: split bash compatible extensions into separate defines. No code changes
|
8 years ago |
Denys Vlasenko
|
80f806cac9
hush: shorten output of "help" builtin
|
8 years ago |
Denys Vlasenko
|
a1184af5f8
hush: reorder builtins (cd and pwd ought to be close, etc), no code changes
|
8 years ago |
Denys Vlasenko
|
265062d59d
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
|
8 years ago |
Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
8 years ago |
Denys Vlasenko
|
1cc6804f69
hush: make echo builtin optional
|
8 years ago |
Denys Vlasenko
|
2b1559056c
hush: fix a bug in argv restoration after sourcing a file
|
8 years ago |
Denys Vlasenko
|
4e4f88e569
hush: global_args_malloced is used only if set builtin is enabled
|
8 years ago |
Denys Vlasenko
|
cc2fd5a986
hush: fix 'defined but not used' warning
|
8 years ago |
Denys Vlasenko
|
5362cc4b8c
hush: remove redundand test for ENABLE_HUSH_JOB
|
8 years ago |
Denys Vlasenko
|
fd68f1e80d
hush: fix kill builtin without jobs support
|
8 years ago |
Denys Vlasenko
|
442a414d66
typo fix
|
8 years ago |
Denys Vlasenko
|
41ade05cac
hush: conditionalize print_escaped() on EXPORT || TRAP
|
8 years ago |
Denys Vlasenko
|
4471969db2
hush: make memleak builtin optional
|
8 years ago |
Denys Vlasenko
|
6ec76d8719
hush: make export builtin optional
|
8 years ago |
Denys Vlasenko
|
d5933b1125
hush: make umask builtin optional
|
8 years ago |
Denys Vlasenko
|
10d5ece64a
hush: make set/unset builtins optional
|
8 years ago |
Denys Vlasenko
|
7a85c60e7e
hush: make read and trap builtins optional
|
8 years ago |
Denys Vlasenko
|
1125d7d680
hush: kill builtin and kill %jobspec support
|
8 years ago |
Denys Vlasenko
|
d5b5c2fa15
hush: support %%, %+ and % jobspec (meaning "current job")
|
8 years ago |
Denys Vlasenko
|
b05bcaf29c
hush: correct exitcode for unterminated ')' - exitcode2.tests testcase
|
8 years ago |
Denys Vlasenko
|
0b8835861b
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
|
8 years ago |