Denys Vlasenko
|
aefe1c260e
ash: fix execution of shell scripts without shebang
|
13 years ago |
Denys Vlasenko
|
940c7206c2
convert "do {...} while (1);" -> "while (1) {...}"
|
13 years ago |
Denys Vlasenko
|
b12553faa8
ash: fix ash-signals/signal8 testcase failure
|
13 years ago |
Denys Vlasenko
|
7c6f2468cc
hush: do not print killer signal's name for SIGPIPE
|
13 years ago |
Denys Vlasenko
|
66c5b12dbf
ash: fix TMOUT not restoring tty attributes
|
14 years ago |
Denys Vlasenko
|
046341e8bd
ash: optional support for $TMOUT variable
|
14 years ago |
Denys Vlasenko
|
8c52f80397
ash: cosmetic cleanups
|
14 years ago |
Denys Vlasenko
|
8d0e0cdadf
move utmp.h include to libbb.h
|
14 years ago |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
14 years ago |
Denys Vlasenko
|
6088e138e1
init: simpler handling of leading dash in commands
|
14 years ago |
Denys Vlasenko
|
26777aa1c6
fixes for bugs discovered by randomconfig builds and tests
|
14 years ago |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
cacb2cd281
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
b563f62bbb
ash: fix signal and "set -e" interaction
|
14 years ago |
Denys Vlasenko
|
bed7c81ea2
shell/math: deconvolute and explain ?: handling. Give better error message
|
14 years ago |
Denys Vlasenko
|
063847d6bd
shell/math: return string error indicator, not integer
|
14 years ago |
Denys Vlasenko
|
06d44d7dfb
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
|
14 years ago |
Denys Vlasenko
|
958581a8d9
ash: shrink by folding an if check into setprompt; unindent big block
|
14 years ago |
Denys Vlasenko
|
6040fe88f4
ash: add missing casts to match CTLfoo; add TODO comments
|
14 years ago |
Dan Fandrich
|
77d4872691
Avoid side effects in putc(), which may be implemented as a macro
|
14 years ago |
Denys Vlasenko
|
8b2f13d84d
shell: unify endofname() in hush and ash
|
14 years ago |
Denys Vlasenko
|
d383b49aef
hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob
|
14 years ago |
Denys Vlasenko
|
8d3e225a2d
libbb: add xfstat function
|
14 years ago |
Denys Vlasenko
|
0ff78a0166
ash: small code shrink (-21 bytes)
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
33bbb27e45
ash: fix another bit of var_bash4 bug
|
14 years ago |
Denys Vlasenko
|
09dd6ec732
ash: cosmetic fixes, no code changes
|
14 years ago |
Denys Vlasenko
|
1614900522
ash: fix another bug detected by var_bash4.tests
|
14 years ago |
Denys Vlasenko
|
f02c82f38c
ash: fix dequoting error detected by var_bash4 test
|
14 years ago |
Denys Vlasenko
|
b0fbe4b540
ash: add a testcase for bug 2281 (currently fails). Small code cleanups.
|
14 years ago |