Denys Vlasenko
|
54bef2a8ef
ash: eval: Fail immediately with redirections errors for simple command
|
4 years ago |
Denys Vlasenko
|
7eb8eecbbc
ash: eval: Add assignment built-in support again
|
4 years ago |
Denys Vlasenko
|
23bc562a05
ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash
|
4 years ago |
Denys Vlasenko
|
47eb979404
ash: jobs: Only clear gotsigchld when waiting for everything
|
4 years ago |
Denys Vlasenko
|
97edfc42f1
ash: jobs - Do not block when waiting on SIGCHLD
|
4 years ago |
Denys Vlasenko
|
d81af7216b
ash: eval: Reap zombies after built-in commands and functions
|
4 years ago |
Denys Vlasenko
|
22c75924da
ash: exec: Never rehash regular built-ins
|
4 years ago |
Denys Vlasenko
|
6c4f87e411
ash: exec: Stricter pathopt parsing
|
4 years ago |
Denys Vlasenko
|
b0d2dc7d62
ash: exec: Do not allocate stack string in padvance
|
4 years ago |
Denys Vlasenko
|
c55847fedb
ash: memalloc: Add growstackto helper
|
4 years ago |
Denys Vlasenko
|
74aaf05170
ash: parser: Save/restore here-documents in command substitution
|
4 years ago |
Denys Vlasenko
|
afc91faedd
ash: mkinit: Split reset into exitreset and reset
|
4 years ago |
Denys Vlasenko
|
9ee5892798
ash: expand: Fix trailing newlines processing in backquote expanding
|
4 years ago |
Denys Vlasenko
|
c2ce888030
ash: parser: Only accept single-digit parameter expansion outside of braces
|
4 years ago |
Denys Vlasenko
|
3f4847b6d9
ash: shell: Fix clang warnings about "string plus integer"
|
4 years ago |
Denys Vlasenko
|
e368d851e7
ash: eval: Use the correct expansion mode for fd redirection
|
4 years ago |
Denys Vlasenko
|
4ace385809
ash: expand: Fix skipping of command substitution when trimming in evalvar
|
4 years ago |
Denys Vlasenko
|
226b8a143d
ash: main: Print \n upon EOF (CTRL-D) when run interactively
|
4 years ago |
Denys Vlasenko
|
e880b1fea8
ash: expand: Use HOME in tilde expansion when it is empty
|
4 years ago |
Denys Vlasenko
|
a7b97e367c
ash: builtin: Mark more regular built-ins
|
4 years ago |
Denys Vlasenko
|
2bad3a305b
ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy
|
4 years ago |
Denys Vlasenko
|
3f7fb2c89a
ash: output: Fix fmtstr return value
|
4 years ago |
Denys Vlasenko
|
970470e235
ash: main: Only set savestatus in exitcmd
|
4 years ago |
Denys Vlasenko
|
4ccddc8fb3
ash: [BUILTIN] Exit without arguments in a trap should use status outside traps
|
4 years ago |
Denys Vlasenko
|
f7eea8c235
ash: parser: Fix incorrect eating of backslash newlines
|
4 years ago |
Denys Vlasenko
|
acf79f9913
ash: use pgetc_eatbnl() in more places, take 2
|
4 years ago |
Ron Yorston
|
9e2a5668fd
ash,hush: allow builtins to be tab-completed, closes 7532
|
5 years ago |
Ron Yorston
|
b0c711e64f
ash: improve expandstr()
|
5 years ago |
Denys Vlasenko
|
af7169b4a7
clang/llvm 9 fix - do not eliminate a store to a fake "const"
|
5 years ago |
Denys Vlasenko
|
35e349de3c
ash: add a FIXME comment
|
5 years ago |