Denys Vlasenko
|
5c123ac208
ash: fix comment, no code changes
|
7 years ago |
Denys Vlasenko
|
94af83eb8d
ash: fix for last commit
|
7 years ago |
Denys Vlasenko
|
5ace96a713
ash: use mempcpy() in more places
|
7 years ago |
Denys Vlasenko
|
da2244fe48
ash: use mempcpy() where appropriate
|
7 years ago |
Denys Vlasenko
|
42ba757d5e
ash: improve set -x to quote strings as necessary
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
8ecd861406
ash: remove contradicting size info in config help
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Denys Vlasenko
|
826360ff23
ash: more general format ${var:EXPR:EXPR}
|
7 years ago |
Denys Vlasenko
|
4f8079de87
ash: "you disabled math" is wrong: user did not disable it, builder of ash did
|
7 years ago |
Denys Vlasenko
|
203fd7bc66
shells: expand TODO comments, no code changes
|
7 years ago |
Johannes Schindelin
|
9d4dc84a76
ash: protect WIFSTOPPED use with #if JOBS
|
7 years ago |
Denys Vlasenko
|
69a5ec9dcc
main: fix the case where user has "halt" as login shell. Closes 9986
|
7 years ago |
Denys Vlasenko
|
bd43c6784f
hush: fix quoted_punct.tests failure
|
7 years ago |
Denys Vlasenko
|
4142f0187d
ash: fix escaping of a few characters (broken by last commits)
|
7 years ago |
Denys Vlasenko
|
ed79a63623
ash: tweak in comment
|
7 years ago |
Denys Vlasenko
|
92b8d9c9fa
ash: note which versions of glibc exhibit "rho bug"
|
7 years ago |
Denys Vlasenko
|
fda9fafe27
ash: fix matching of unicode greek letter rho (cf 81) and similar cases
|
7 years ago |
Denys Vlasenko
|
48c803a206
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2
|
7 years ago |
Denys Vlasenko
|
e9aba3e7ea
ash: fix 'trap - 65'
|
7 years ago |
Denys Vlasenko
|
f56ddf2e4c
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT
|
7 years ago |
Youfu Zhang
|
6683d1cbb4
ash: fix incorrect path in describe_command
|
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
|
6c149f4d9a
ash: implement "exec -a ARGV0 CMD ARGV1..."
|
7 years ago |
Denys Vlasenko
|
e139ae307e
ash: make shellexec capable of using separate argv[0] and filename to exec
|
7 years ago |
Denys Vlasenko
|
5f7c82b32f
ash: add INT_OFF/ON around allocations
|
7 years ago |
Felix Fietkau
|
b5b21126ca
ash: improve / fix glob expansion
|
7 years ago |
Denys Vlasenko
|
205d48e948
*: add comment about APPLET_ODDNAME format
|
7 years ago |
Denys Vlasenko
|
098b713c7b
ash: commented-out possible fix for 7694
|
7 years ago |