Denys Vlasenko
|
e298ce69ba
hush: fix handling of backslashes in variable assignment
|
14 年之前 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年之前 |
Denys Vlasenko
|
7783248eaa
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
|
14 年之前 |
Denys Vlasenko
|
f3ea792bad
*: mass cosmetic removal of extra empty lines. no code changes
|
14 年之前 |
Alexander Shishkin
|
ccb9771861
ash: fix $! value when traps are set
|
14 年之前 |
Denys Vlasenko
|
6adf2aad38
hush: move msh/lash config into hush.c, no code changes
|
14 年之前 |
Denys Vlasenko
|
771f1995a9
ash: move config stuff into ash.c, no code chages
|
14 年之前 |
Denys Vlasenko
|
29082231d0
hush: fix multimple dependent variable expansion cases
|
14 年之前 |
Denys Vlasenko
|
202a2d1219
hush: make set -x support optional
|
14 年之前 |
Denys Vlasenko
|
3f5fae0772
hush: add support for set -x
|
14 年之前 |
Denys Vlasenko
|
b3389de04b
hush: fix typo in comment
|
14 年之前 |
Denys Vlasenko
|
8fa1f5d543
hush: fix faloout from previous commit
|
14 年之前 |
Denys Vlasenko
|
889550b36b
hush: make pun_pipe loop clearer; fix "cmd | var=`cmd` | cmd" handling
|
14 年之前 |
Denys Vlasenko
|
9297dbc9d2
randomconfig fixes
|
14 年之前 |
Pascal Bellard
|
926031b764
*: introduce and use xfork() and xvfork()
|
14 年之前 |
Denys Vlasenko
|
1fcbff2fac
build system: do not rebuild ash and hush on any change to any .c file
|
14 年之前 |
Dan Fandrich
|
fdd7b566ec
A few minor portability improvements
|
14 年之前 |
Denys Vlasenko
|
729ecb87bf
bbconfig: make it independent from printf functions
|
14 年之前 |
Denys Vlasenko
|
599ae1eb9f
shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells
|
14 年之前 |
Denys Vlasenko
|
8391c4800c
hush: trivial code shrink
|
14 年之前 |
Denys Vlasenko
|
2e48d536ce
hush: reduce #ifdef forest a bit, rename handle_dollar -> parse_dollar
|
14 年之前 |
Denys Vlasenko
|
5ae8f1cdbe
hush: fix hush -c 'echo $0' - was showing empty string
|
14 年之前 |
Denys Vlasenko
|
e85248afa2
hush: fix segfault in ${?:N:M}
|
14 年之前 |
Denys Vlasenko
|
8a33679694
hush: fix "hush -c 'echo $#'" showing -1
|
14 年之前 |
Denys Vlasenko
|
1e811b1231
hush: support ${var:EXPR:EXPR}!
|
14 年之前 |
Denys Vlasenko
|
ddc62f64ba
hush: fix a nommu todo in recent commits
|
14 年之前 |
Denys Vlasenko
|
a6ad397ea9
hush: fix more obscure ${var%...} cases
|
14 年之前 |
Denys Vlasenko
|
7436950a75
hush: fix a=abc; c=c; echo ${a%${c}}
|
14 年之前 |
Denys Vlasenko
|
3f78cec347
hush: handle expansions in ${var?expanded_word} constructs
|
14 年之前 |
Denys Vlasenko
|
349ef96bb5
hush: reorganized TODO comment at top
|
14 年之前 |